Shades of Steel Blue #4570C0
Tints of Steel Blue #4570C0
RGB
CMYK
RGB Variations
Color information
#4570C0 (or 0x4570C0) is known color: Steel Blue. HEX triplet: 45, 70 and C0. RGB value is (69,112,192). Sum of RGB (Red+Green+Blue) = 69+112+192=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #4570C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4570C0 is #BA8F3F. Grayscale: #6B6B6B. Windows color (decimal): -12226368 or 12611653. OLE color: 12611653.
HSL color Cylindrical-coordinate representation of color #4570C0: hue angle of 219.02º 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 #4570C0 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 112 | 192 | - |
| CMYK | 0.64 | 0.42 | 0 | 0.25 |
| HSL | 219.02º | 0.49% | 0.51% | - |
| HSV(B) | 219.02º | 0.64% | 0.75% | - |
| XYZ | 17.76 | 16.66 | 52.15 | - |
| YUV | 108.26 | 175.25 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 112 | 192 | 0.64 | 0.42 | 0 | 0.25 | 219.02 | 0.49 | 0.51 |
| Hex | 45 | 70 | C0 | 40 | 2A | 0 | 19 | DB | 31 | 33 |
| Octal | 105 | 160 | 300 | 100 | 52 | 0 | 31 | 333 | 61 | 63 |
| Binary | 1000101 | 1110000 | 11000000 | 1000000 | 101010 | 0 | 11001 | 11011011 | 110001 | 110011 |
Color Harmonies of #4570C0
Complementary color
Monochromatic Colors of #4570C0
Black with #4570C0
Text Example
Text Example
White with #4570C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4570C0; }
p { color: rgb(69,112,192); }
H1.HeaderClassName
{
color: #4570C0;
}
.AnyTagClassName
{
color: #4570C0;
}
</style>
background-color css
<style>
a { background-color: #4570C0; }
a { background-color: rgb(69,112,192); }
div.DivClassName
{
background-color: #4570C0;
}
.BgClassName
{
background-color: #4570C0;
}
</style>
border-color css
<style>
span { border-color: #4570C0; }
span { border-color: rgb(69,112,192); }
td.TdClassName
{
border-color: #4570C0;
}
.TagClassName
{
border-color: #4570C0;
}
</style>