#4292AF
A medium, moderate blue closely aligning with Steelblue.
About #4292AF
When working with digital screens, the color #4292AF is rendered by mixing light. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 66 red, 146 green, and 175 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 62% Cyan, 17% Magenta, 0% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#4292AF
RGB66, 146, 175
HSL196.0°, 45.2%, 47.3%
CMYK62%, 17%, 0%, 31%
HSV196.0°, 62.3%, 68.6%
LAB56.9, -15.5, -22.5
XYZ20.3, 24.8, 44.3
Decimal4362927
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.96:1
Text on #000000
AA
3.37:1
Text on #F8FAFC
AA Large
5.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4292AF;
}
.text-color {
color: #4292AF;
}
.border-color {
border: 2px solid #4292AF;
}