Shades of Steel Blue #4575BC
Tints of Steel Blue #4575BC
RGB
CMYK
RGB Variations
Color information
#4575BC (or 0x4575BC) is known color: Steel Blue. HEX triplet: 45, 75 and BC. RGB value is (69,117,188). Sum of RGB (Red+Green+Blue) = 69+117+188=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #4575BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575BC is #BA8A43. Grayscale: #6E6E6E. Windows color (decimal): -12225092 or 12350789. OLE color: 12350789.
HSL color Cylindrical-coordinate representation of color #4575BC: hue angle of 215.8º 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 #4575BC is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 117 | 188 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.26 |
| HSL | 215.8º | 0.47% | 0.5% | - |
| HSV(B) | 215.8º | 0.63% | 0.74% | - |
| XYZ | 17.89 | 17.62 | 50.03 | - |
| YUV | 110.74 | 171.6 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 188 | 0.63 | 0.38 | 0 | 0.26 | 215.8 | 0.47 | 0.5 |
| Hex | 45 | 75 | BC | 3F | 26 | 0 | 1A | D8 | 2F | 32 |
| Octal | 105 | 165 | 274 | 77 | 46 | 0 | 32 | 330 | 57 | 62 |
| Binary | 1000101 | 1110101 | 10111100 | 111111 | 100110 | 0 | 11010 | 11011000 | 101111 | 110010 |
Color Harmonies of #4575BC
Complementary color
Monochromatic Colors of #4575BC
Black with #4575BC
Text Example
Text Example
White with #4575BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575BC; }
p { color: rgb(69,117,188); }
H1.HeaderClassName
{
color: #4575BC;
}
.AnyTagClassName
{
color: #4575BC;
}
</style>
background-color css
<style>
a { background-color: #4575BC; }
a { background-color: rgb(69,117,188); }
div.DivClassName
{
background-color: #4575BC;
}
.BgClassName
{
background-color: #4575BC;
}
</style>
border-color css
<style>
span { border-color: #4575BC; }
span { border-color: rgb(69,117,188); }
td.TdClassName
{
border-color: #4575BC;
}
.TagClassName
{
border-color: #4575BC;
}
</style>