Shades of Steel Blue #457AC0
Tints of Steel Blue #457AC0
RGB
CMYK
RGB Variations
Color information
#457AC0 (or 0x457AC0) is known color: Steel Blue. HEX triplet: 45, 7A and C0. RGB value is (69,122,192). Sum of RGB (Red+Green+Blue) = 69+122+192=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #457AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457AC0 is #BA853F. Grayscale: #717171. Windows color (decimal): -12223808 or 12614213. OLE color: 12614213.
HSL color Cylindrical-coordinate representation of color #457AC0: hue angle of 214.15º degrees, saturation: 0.49, 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 #457AC0 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 122 | 192 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.25 |
| HSL | 214.15º | 0.49% | 0.51% | - |
| HSV(B) | 214.15º | 0.64% | 0.75% | - |
| XYZ | 18.93 | 18.99 | 52.54 | - |
| YUV | 114.13 | 171.94 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 122 | 192 | 0.64 | 0.36 | 0 | 0.25 | 214.15 | 0.49 | 0.51 |
| Hex | 45 | 7A | C0 | 40 | 24 | 0 | 19 | D6 | 31 | 33 |
| Octal | 105 | 172 | 300 | 100 | 44 | 0 | 31 | 326 | 61 | 63 |
| Binary | 1000101 | 1111010 | 11000000 | 1000000 | 100100 | 0 | 11001 | 11010110 | 110001 | 110011 |
Color Harmonies of #457AC0
Complementary color
Monochromatic Colors of #457AC0
Black with #457AC0
Text Example
Text Example
White with #457AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457AC0; }
p { color: rgb(69,122,192); }
H1.HeaderClassName
{
color: #457AC0;
}
.AnyTagClassName
{
color: #457AC0;
}
</style>
background-color css
<style>
a { background-color: #457AC0; }
a { background-color: rgb(69,122,192); }
div.DivClassName
{
background-color: #457AC0;
}
.BgClassName
{
background-color: #457AC0;
}
</style>
border-color css
<style>
span { border-color: #457AC0; }
span { border-color: rgb(69,122,192); }
td.TdClassName
{
border-color: #457AC0;
}
.TagClassName
{
border-color: #457AC0;
}
</style>