Shades of Steel Blue #4575BA
Tints of Steel Blue #4575BA
RGB
CMYK
RGB Variations
Color information
#4575BA (or 0x4575BA) is known color: Steel Blue. HEX triplet: 45, 75 and BA. RGB value is (69,117,186). Sum of RGB (Red+Green+Blue) = 69+117+186=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4575BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4575BA is #BA8A45. Grayscale: #6E6E6E. Windows color (decimal): -12225094 or 12219717. OLE color: 12219717.
HSL color Cylindrical-coordinate representation of color #4575BA: hue angle of 215.38º 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 #4575BA is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 117 | 186 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.27 |
| HSL | 215.38º | 0.46% | 0.5% | - |
| HSV(B) | 215.38º | 0.63% | 0.73% | - |
| XYZ | 17.68 | 17.53 | 48.91 | - |
| YUV | 110.51 | 170.6 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 186 | 0.63 | 0.37 | 0 | 0.27 | 215.38 | 0.46 | 0.5 |
| Hex | 45 | 75 | BA | 3F | 25 | 0 | 1B | D7 | 2E | 32 |
| Octal | 105 | 165 | 272 | 77 | 45 | 0 | 33 | 327 | 56 | 62 |
| Binary | 1000101 | 1110101 | 10111010 | 111111 | 100101 | 0 | 11011 | 11010111 | 101110 | 110010 |
Color Harmonies of #4575BA
Complementary color
Monochromatic Colors of #4575BA
Black with #4575BA
Text Example
Text Example
White with #4575BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575BA; }
p { color: rgb(69,117,186); }
H1.HeaderClassName
{
color: #4575BA;
}
.AnyTagClassName
{
color: #4575BA;
}
</style>
background-color css
<style>
a { background-color: #4575BA; }
a { background-color: rgb(69,117,186); }
div.DivClassName
{
background-color: #4575BA;
}
.BgClassName
{
background-color: #4575BA;
}
</style>
border-color css
<style>
span { border-color: #4575BA; }
span { border-color: rgb(69,117,186); }
td.TdClassName
{
border-color: #4575BA;
}
.TagClassName
{
border-color: #4575BA;
}
</style>