#4275B6
A medium, moderate blue closely aligning with Steelblue.
About #4275B6
The hex code #4275B6 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Steelblue. In the RGB color space, it consists of 66 red, 117 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 64% C, 36% M, 0% Y, and 29% K. The HSL representation is 213.6° hue, 46.8% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#4275B6
RGB66, 117, 182
HSL213.6°, 46.8%, 48.6%
CMYK64%, 36%, 0%, 29%
HSV213.6°, 63.7%, 71.4%
LAB48.6, 3.6, -39.5
XYZ17.1, 17.3, 46.7
Decimal4355510
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.72:1
Text on #FFFFFF
AA
4.45:1
Text on #000000
AA Large
4.51:1
Text on #F8FAFC
AA
3.78:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #4275B6;
}
.text-color {
color: #4275B6;
}
.border-color {
border: 2px solid #4275B6;
}