Shades of Steel Blue #457DB6
Tints of Steel Blue #457DB6
RGB
CMYK
RGB Variations
Color information
#457DB6 (or 0x457DB6) is known color: Steel Blue. HEX triplet: 45, 7D and B6. RGB value is (69,125,182). Sum of RGB (Red+Green+Blue) = 69+125+182=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #457DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DB6 is #BA8249. Grayscale: #727272. Windows color (decimal): -12223050 or 11959621. OLE color: 11959621.
HSL color Cylindrical-coordinate representation of color #457DB6: hue angle of 210.27º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457DB6 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 125 | 182 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.29 |
| HSL | 210.27º | 0.45% | 0.49% | - |
| HSV(B) | 210.27º | 0.62% | 0.71% | - |
| XYZ | 18.23 | 19.31 | 47.02 | - |
| YUV | 114.75 | 165.95 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 182 | 0.62 | 0.31 | 0 | 0.29 | 210.27 | 0.45 | 0.49 |
| Hex | 45 | 7D | B6 | 3E | 1F | 0 | 1D | D2 | 2D | 31 |
| Octal | 105 | 175 | 266 | 76 | 37 | 0 | 35 | 322 | 55 | 61 |
| Binary | 1000101 | 1111101 | 10110110 | 111110 | 11111 | 0 | 11101 | 11010010 | 101101 | 110001 |
Color Harmonies of #457DB6
Complementary color
Monochromatic Colors of #457DB6
Black with #457DB6
Text Example
Text Example
White with #457DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DB6; }
p { color: rgb(69,125,182); }
H1.HeaderClassName
{
color: #457DB6;
}
.AnyTagClassName
{
color: #457DB6;
}
</style>
background-color css
<style>
a { background-color: #457DB6; }
a { background-color: rgb(69,125,182); }
div.DivClassName
{
background-color: #457DB6;
}
.BgClassName
{
background-color: #457DB6;
}
</style>
border-color css
<style>
span { border-color: #457DB6; }
span { border-color: rgb(69,125,182); }
td.TdClassName
{
border-color: #457DB6;
}
.TagClassName
{
border-color: #457DB6;
}
</style>