#499992
A medium, moderate cyan closely aligning with Cadetblue.
About #499992
At its core, #499992 is a medium and moderate hue. Designers often compare it to the standard color Cadetblue. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 153, and 146.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 52% cyan, 0% magenta, 5% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#499992
RGB73, 153, 146
HSL174.8°, 35.4%, 44.3%
CMYK52%, 0%, 5%, 40%
HSV174.8°, 52.3%, 60.0%
LAB58.3, -26.2, -3.8
XYZ19.3, 26.3, 31.2
Decimal4823442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.36:1
Text on #FFFFFF
AA Large
6.25:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #499992;
}
.text-color {
color: #499992;
}
.border-color {
border: 2px solid #499992;
}