Shades of Steel Blue #4572BC
Tints of Steel Blue #4572BC
RGB
CMYK
RGB Variations
Color information
#4572BC (or 0x4572BC) is known color: Steel Blue. HEX triplet: 45, 72 and BC. RGB value is (69,114,188). Sum of RGB (Red+Green+Blue) = 69+114+188=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #4572BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4572BC is #BA8D43. Grayscale: #6C6C6C. Windows color (decimal): -12225860 or 12350021. OLE color: 12350021.
HSL color Cylindrical-coordinate representation of color #4572BC: hue angle of 217.31º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4572BC is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 114 | 188 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.26 |
| HSL | 217.31º | 0.47% | 0.5% | - |
| HSV(B) | 217.31º | 0.63% | 0.74% | - |
| XYZ | 17.55 | 16.93 | 49.92 | - |
| YUV | 108.98 | 172.59 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 188 | 0.63 | 0.39 | 0 | 0.26 | 217.31 | 0.47 | 0.5 |
| Hex | 45 | 72 | BC | 3F | 27 | 0 | 1A | D9 | 2F | 32 |
| Octal | 105 | 162 | 274 | 77 | 47 | 0 | 32 | 331 | 57 | 62 |
| Binary | 1000101 | 1110010 | 10111100 | 111111 | 100111 | 0 | 11010 | 11011001 | 101111 | 110010 |
Color Harmonies of #4572BC
Complementary color
Monochromatic Colors of #4572BC
Black with #4572BC
Text Example
Text Example
White with #4572BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4572BC; }
p { color: rgb(69,114,188); }
H1.HeaderClassName
{
color: #4572BC;
}
.AnyTagClassName
{
color: #4572BC;
}
</style>
background-color css
<style>
a { background-color: #4572BC; }
a { background-color: rgb(69,114,188); }
div.DivClassName
{
background-color: #4572BC;
}
.BgClassName
{
background-color: #4572BC;
}
</style>
border-color css
<style>
span { border-color: #4572BC; }
span { border-color: rgb(69,114,188); }
td.TdClassName
{
border-color: #4572BC;
}
.TagClassName
{
border-color: #4572BC;
}
</style>