#4292BD
A medium, moderate blue closely aligning with Steelblue.
About #4292BD
At its core, #4292BD 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, 146 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 65% cyan, 23% magenta, 0% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#4292BD
RGB66, 146, 189
HSL201.0°, 48.2%, 50.0%
CMYK65%, 23%, 0%, 26%
HSV201.0°, 65.1%, 74.1%
LAB57.5, -11.0, -29.6
XYZ21.7, 25.4, 51.9
Decimal4362941
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.46:1
Text on #FFFFFF
AA Large
6.08:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #4292BD;
}
.text-color {
color: #4292BD;
}
.border-color {
border: 2px solid #4292BD;
}