#4283AF
A medium, moderate blue closely aligning with Steelblue.
About #4283AF
At its core, #4283AF is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Steelblue. In the RGB color space, it consists of 66 red, 131 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 62% C, 25% M, 0% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#4283AF
RGB66, 131, 175
HSL204.2°, 45.2%, 47.3%
CMYK62%, 25%, 0%, 31%
HSV204.2°, 62.3%, 68.6%
LAB52.4, -7.1, -29.5
XYZ18.1, 20.5, 43.6
Decimal4359087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.12:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4283AF;
}
.text-color {
color: #4283AF;
}
.border-color {
border: 2px solid #4283AF;
}