How can I convert RGB values to XYZ values?

1 answer

Answer

1088105

2026-07-16 07:45

+ Follow

To convert RGB values to XYZ values, you can use the following formula:

X (0.4124564 R) (0.3575761 G) (0.1804375 B) Y (0.2126729 R) (0.7151522 G) (0.0721750 B) Z (0.0193339 R) (0.1191920 G) (0.9503041 B)

Where R, G, and B are the RGB values normalized to the range 0, 1.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.