CMYK to RGB

Bring print colors to the screen by converting CMYK to RGB and HEX.

HEX
#4E47E6
RGB
rgb(78, 71, 230)

About the cmyk to rgb

CMYK (cyan, magenta, yellow, key/black) is the subtractive color model used in printing. RGB (red, green, blue) is the additive model used by screens. Converting from CMYK to RGB gives you a digital approximation of the printed color.

Note: a perfect match is impossible because the appearance of CMYK depends on paper, ink and printer profile. Use the converter as a strong reference, not a guarantee.

Frequently asked questions

Is the conversion exact?+

It is mathematically consistent but visually approximate. Real CMYK colors depend on the printer's color profile and the paper, which a generic formula cannot account for.

Why do brand guidelines specify both CMYK and RGB?+

Brands need a printed version (CMYK) and a screen version (RGB) of the same color because the two media reproduce color differently.

Can I convert RGB back to CMYK?+

Yes — use the main color converter. Keep in mind the same caveat about printer profiles.