Shades of Steel Blue #457CC0
Tints of Steel Blue #457CC0
RGB
CMYK
RGB Variations
Color information
#457CC0 (or 0x457CC0) is known color: Steel Blue. HEX triplet: 45, 7C and C0. RGB value is (69,124,192). Sum of RGB (Red+Green+Blue) = 69+124+192=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #457CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CC0 is #BA833F. Grayscale: #727272. Windows color (decimal): -12223296 or 12614725. OLE color: 12614725.
HSL color Cylindrical-coordinate representation of color #457CC0: hue angle of 213.17º 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 #457CC0 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 124 | 192 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.25 |
| HSL | 213.17º | 0.49% | 0.51% | - |
| HSV(B) | 213.17º | 0.64% | 0.75% | - |
| XYZ | 19.18 | 19.49 | 52.62 | - |
| YUV | 115.31 | 171.28 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 192 | 0.64 | 0.35 | 0 | 0.25 | 213.17 | 0.49 | 0.51 |
| Hex | 45 | 7C | C0 | 40 | 23 | 0 | 19 | D5 | 31 | 33 |
| Octal | 105 | 174 | 300 | 100 | 43 | 0 | 31 | 325 | 61 | 63 |
| Binary | 1000101 | 1111100 | 11000000 | 1000000 | 100011 | 0 | 11001 | 11010101 | 110001 | 110011 |
Color Harmonies of #457CC0
Complementary color
Monochromatic Colors of #457CC0
Black with #457CC0
Text Example
Text Example
White with #457CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CC0; }
p { color: rgb(69,124,192); }
H1.HeaderClassName
{
color: #457CC0;
}
.AnyTagClassName
{
color: #457CC0;
}
</style>
background-color css
<style>
a { background-color: #457CC0; }
a { background-color: rgb(69,124,192); }
div.DivClassName
{
background-color: #457CC0;
}
.BgClassName
{
background-color: #457CC0;
}
</style>
border-color css
<style>
span { border-color: #457CC0; }
span { border-color: rgb(69,124,192); }
td.TdClassName
{
border-color: #457CC0;
}
.TagClassName
{
border-color: #457CC0;
}
</style>