#4292A0
A medium, moderate cyan closely aligning with Cadetblue.
About #4292A0
At its core, #4292A0 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Cadetblue. Its digital footprint relies on 66 parts red, 146 parts green, and 160 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 59% cyan, 9% magenta, 0% yellow, and 37% black. The HSL representation is 188.9° hue, 41.6% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#4292A0
RGB66, 146, 160
HSL188.9°, 41.6%, 44.3%
CMYK59%, 9%, 0%, 37%
HSV188.9°, 58.7%, 62.7%
LAB56.3, -20.1, -14.8
XYZ18.9, 24.3, 36.9
Decimal4362912
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.59:1
Text on #FFFFFF
AA Large
5.85:1
Text on #000000
AA
3.43:1
Text on #F8FAFC
AA Large
4.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4292A0;
}
.text-color {
color: #4292A0;
}
.border-color {
border: 2px solid #4292A0;
}