Shades of Steel Blue #4576BC
Tints of Steel Blue #4576BC
RGB
CMYK
RGB Variations
Color information
#4576BC (or 0x4576BC) is known color: Steel Blue. HEX triplet: 45, 76 and BC. RGB value is (69,118,188). Sum of RGB (Red+Green+Blue) = 69+118+188=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #4576BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4576BC is #BA8943. Grayscale: #6F6F6F. Windows color (decimal): -12224836 or 12351045. OLE color: 12351045.
HSL color Cylindrical-coordinate representation of color #4576BC: hue angle of 215.29º 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 #4576BC is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 118 | 188 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.26 |
| HSL | 215.29º | 0.47% | 0.5% | - |
| HSV(B) | 215.29º | 0.63% | 0.74% | - |
| XYZ | 18.01 | 17.85 | 50.07 | - |
| YUV | 111.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 118 | 188 | 0.63 | 0.37 | 0 | 0.26 | 215.29 | 0.47 | 0.5 |
| Hex | 45 | 76 | BC | 3F | 25 | 0 | 1A | D7 | 2F | 32 |
| Octal | 105 | 166 | 274 | 77 | 45 | 0 | 32 | 327 | 57 | 62 |
| Binary | 1000101 | 1110110 | 10111100 | 111111 | 100101 | 0 | 11010 | 11010111 | 101111 | 110010 |
Color Harmonies of #4576BC
Complementary color
Monochromatic Colors of #4576BC
Black with #4576BC
Text Example
Text Example
White with #4576BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4576BC; }
p { color: rgb(69,118,188); }
H1.HeaderClassName
{
color: #4576BC;
}
.AnyTagClassName
{
color: #4576BC;
}
</style>
background-color css
<style>
a { background-color: #4576BC; }
a { background-color: rgb(69,118,188); }
div.DivClassName
{
background-color: #4576BC;
}
.BgClassName
{
background-color: #4576BC;
}
</style>
border-color css
<style>
span { border-color: #4576BC; }
span { border-color: rgb(69,118,188); }
td.TdClassName
{
border-color: #4576BC;
}
.TagClassName
{
border-color: #4576BC;
}
</style>