Shades of Steel Blue #457CB9
Tints of Steel Blue #457CB9
RGB
CMYK
RGB Variations
Color information
#457CB9 (or 0x457CB9) is known color: Steel Blue. HEX triplet: 45, 7C and B9. RGB value is (69,124,185). Sum of RGB (Red+Green+Blue) = 69+124+185=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #457CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CB9 is #BA8346. Grayscale: #727272. Windows color (decimal): -12223303 or 12155973. OLE color: 12155973.
HSL color Cylindrical-coordinate representation of color #457CB9: hue angle of 211.55º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #457CB9 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 124 | 185 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.27 |
| HSL | 211.55º | 0.46% | 0.5% | - |
| HSV(B) | 211.55º | 0.63% | 0.73% | - |
| XYZ | 18.42 | 19.18 | 48.63 | - |
| YUV | 114.51 | 167.78 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 185 | 0.63 | 0.33 | 0 | 0.27 | 211.55 | 0.46 | 0.5 |
| Hex | 45 | 7C | B9 | 3F | 21 | 0 | 1B | D4 | 2E | 32 |
| Octal | 105 | 174 | 271 | 77 | 41 | 0 | 33 | 324 | 56 | 62 |
| Binary | 1000101 | 1111100 | 10111001 | 111111 | 100001 | 0 | 11011 | 11010100 | 101110 | 110010 |
Color Harmonies of #457CB9
Complementary color
Monochromatic Colors of #457CB9
Black with #457CB9
Text Example
Text Example
White with #457CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CB9; }
p { color: rgb(69,124,185); }
H1.HeaderClassName
{
color: #457CB9;
}
.AnyTagClassName
{
color: #457CB9;
}
</style>
background-color css
<style>
a { background-color: #457CB9; }
a { background-color: rgb(69,124,185); }
div.DivClassName
{
background-color: #457CB9;
}
.BgClassName
{
background-color: #457CB9;
}
</style>
border-color css
<style>
span { border-color: #457CB9; }
span { border-color: rgb(69,124,185); }
td.TdClassName
{
border-color: #457CB9;
}
.TagClassName
{
border-color: #457CB9;
}
</style>