#4992A0
A medium, moderate cyan closely aligning with Cadetblue.
About #4992A0
The precise color #4992A0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Cadetblue. This translates to an RGB value of rgb(73, 146, 160).
If you are designing for print, the four-color process is what matters most. The color uses 54% Cyan, 9% Magenta, 0% Yellow, and 37% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#4992A0
RGB73, 146, 160
HSL189.7°, 37.3%, 45.7%
CMYK54%, 9%, 0%, 37%
HSV189.7°, 54.4%, 62.7%
LAB56.6, -18.7, -14.4
XYZ19.4, 24.5, 37.0
Decimal4821664
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.56:1
Text on #FFFFFF
AA Large
5.90:1
Text on #000000
AA
3.40:1
Text on #F8FAFC
AA Large
5.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4992A0;
}
.text-color {
color: #4992A0;
}
.border-color {
border: 2px solid #4992A0;
}