Shades of Steel Blue #4572BB
Tints of Steel Blue #4572BB
RGB
CMYK
RGB Variations
Color information
#4572BB (or 0x4572BB) is known color: Steel Blue. HEX triplet: 45, 72 and BB. RGB value is (69,114,187). Sum of RGB (Red+Green+Blue) = 69+114+187=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #4572BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4572BB is #BA8D44. Grayscale: #6C6C6C. Windows color (decimal): -12225861 or 12284485. OLE color: 12284485.
HSL color Cylindrical-coordinate representation of color #4572BB: hue angle of 217.12º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4572BB is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 114 | 187 | - |
| CMYK | 0.63 | 0.39 | 0 | 0.27 |
| HSL | 217.12º | 0.46% | 0.5% | - |
| HSV(B) | 217.12º | 0.63% | 0.73% | - |
| XYZ | 17.44 | 16.89 | 49.35 | - |
| YUV | 108.87 | 172.09 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 114 | 187 | 0.63 | 0.39 | 0 | 0.27 | 217.12 | 0.46 | 0.5 |
| Hex | 45 | 72 | BB | 3F | 27 | 0 | 1B | D9 | 2E | 32 |
| Octal | 105 | 162 | 273 | 77 | 47 | 0 | 33 | 331 | 56 | 62 |
| Binary | 1000101 | 1110010 | 10111011 | 111111 | 100111 | 0 | 11011 | 11011001 | 101110 | 110010 |
Color Harmonies of #4572BB
Complementary color
Monochromatic Colors of #4572BB
Black with #4572BB
Text Example
Text Example
White with #4572BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4572BB; }
p { color: rgb(69,114,187); }
H1.HeaderClassName
{
color: #4572BB;
}
.AnyTagClassName
{
color: #4572BB;
}
</style>
background-color css
<style>
a { background-color: #4572BB; }
a { background-color: rgb(69,114,187); }
div.DivClassName
{
background-color: #4572BB;
}
.BgClassName
{
background-color: #4572BB;
}
</style>
border-color css
<style>
span { border-color: #4572BB; }
span { border-color: rgb(69,114,187); }
td.TdClassName
{
border-color: #4572BB;
}
.TagClassName
{
border-color: #4572BB;
}
</style>