Shades of Steel Blue #457CBE
Tints of Steel Blue #457CBE
RGB
CMYK
RGB Variations
Color information
#457CBE (or 0x457CBE) is known color: Steel Blue. HEX triplet: 45, 7C and BE. RGB value is (69,124,190). Sum of RGB (Red+Green+Blue) = 69+124+190=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #457CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CBE is #BA8341. Grayscale: #727272. Windows color (decimal): -12223298 or 12483653. OLE color: 12483653.
HSL color Cylindrical-coordinate representation of color #457CBE: hue angle of 212.73º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #457CBE is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 124 | 190 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.25 |
| HSL | 212.73º | 0.48% | 0.51% | - |
| HSV(B) | 212.73º | 0.64% | 0.75% | - |
| XYZ | 18.96 | 19.4 | 51.46 | - |
| YUV | 115.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 190 | 0.64 | 0.35 | 0 | 0.25 | 212.73 | 0.48 | 0.51 |
| Hex | 45 | 7C | BE | 40 | 23 | 0 | 19 | D5 | 30 | 33 |
| Octal | 105 | 174 | 276 | 100 | 43 | 0 | 31 | 325 | 60 | 63 |
| Binary | 1000101 | 1111100 | 10111110 | 1000000 | 100011 | 0 | 11001 | 11010101 | 110000 | 110011 |
Color Harmonies of #457CBE
Complementary color
Monochromatic Colors of #457CBE
Black with #457CBE
Text Example
Text Example
White with #457CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CBE; }
p { color: rgb(69,124,190); }
H1.HeaderClassName
{
color: #457CBE;
}
.AnyTagClassName
{
color: #457CBE;
}
</style>
background-color css
<style>
a { background-color: #457CBE; }
a { background-color: rgb(69,124,190); }
div.DivClassName
{
background-color: #457CBE;
}
.BgClassName
{
background-color: #457CBE;
}
</style>
border-color css
<style>
span { border-color: #457CBE; }
span { border-color: rgb(69,124,190); }
td.TdClassName
{
border-color: #457CBE;
}
.TagClassName
{
border-color: #457CBE;
}
</style>