Shades of Steel Blue #457CBB
Tints of Steel Blue #457CBB
RGB
CMYK
RGB Variations
Color information
#457CBB (or 0x457CBB) is known color: Steel Blue. HEX triplet: 45, 7C and BB. RGB value is (69,124,187). Sum of RGB (Red+Green+Blue) = 69+124+187=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #457CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CBB is #BA8344. Grayscale: #727272. Windows color (decimal): -12223301 or 12287045. OLE color: 12287045.
HSL color Cylindrical-coordinate representation of color #457CBB: hue angle of 212.03º 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 #457CBB is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 124 | 187 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.27 |
| HSL | 212.03º | 0.46% | 0.5% | - |
| HSV(B) | 212.03º | 0.63% | 0.73% | - |
| XYZ | 18.63 | 19.27 | 49.75 | - |
| YUV | 114.74 | 168.78 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 187 | 0.63 | 0.34 | 0 | 0.27 | 212.03 | 0.46 | 0.5 |
| Hex | 45 | 7C | BB | 3F | 22 | 0 | 1B | D4 | 2E | 32 |
| Octal | 105 | 174 | 273 | 77 | 42 | 0 | 33 | 324 | 56 | 62 |
| Binary | 1000101 | 1111100 | 10111011 | 111111 | 100010 | 0 | 11011 | 11010100 | 101110 | 110010 |
Color Harmonies of #457CBB
Complementary color
Monochromatic Colors of #457CBB
Black with #457CBB
Text Example
Text Example
White with #457CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CBB; }
p { color: rgb(69,124,187); }
H1.HeaderClassName
{
color: #457CBB;
}
.AnyTagClassName
{
color: #457CBB;
}
</style>
background-color css
<style>
a { background-color: #457CBB; }
a { background-color: rgb(69,124,187); }
div.DivClassName
{
background-color: #457CBB;
}
.BgClassName
{
background-color: #457CBB;
}
</style>
border-color css
<style>
span { border-color: #457CBB; }
span { border-color: rgb(69,124,187); }
td.TdClassName
{
border-color: #457CBB;
}
.TagClassName
{
border-color: #457CBB;
}
</style>