Shades of Steel Blue #4575AC
Tints of Steel Blue #4575AC
RGB
CMYK
RGB Variations
Color information
#4575AC (or 0x4575AC) is known color: Steel Blue. HEX triplet: 45, 75 and AC. RGB value is (69,117,172). Sum of RGB (Red+Green+Blue) = 69+117+172=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #4575AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575AC is #BA8A53. Grayscale: #6C6C6C. Windows color (decimal): -12225108 or 11302213. OLE color: 11302213.
HSL color Cylindrical-coordinate representation of color #4575AC: hue angle of 212.04º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4575AC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 117 | 172 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.33 |
| HSL | 212.04º | 0.43% | 0.47% | - |
| HSV(B) | 212.04º | 0.6% | 0.67% | - |
| XYZ | 16.26 | 16.97 | 41.45 | - |
| YUV | 108.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 172 | 0.60 | 0.32 | 0 | 0.33 | 212.04 | 0.43 | 0.47 |
| Hex | 45 | 75 | AC | 3C | 20 | 0 | 21 | D4 | 2B | 2F |
| Octal | 105 | 165 | 254 | 74 | 40 | 0 | 41 | 324 | 53 | 57 |
| Binary | 1000101 | 1110101 | 10101100 | 111100 | 100000 | 0 | 100001 | 11010100 | 101011 | 101111 |
Color Harmonies of #4575AC
Complementary color
Monochromatic Colors of #4575AC
Black with #4575AC
Text Example
Text Example
White with #4575AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575AC; }
p { color: rgb(69,117,172); }
H1.HeaderClassName
{
color: #4575AC;
}
.AnyTagClassName
{
color: #4575AC;
}
</style>
background-color css
<style>
a { background-color: #4575AC; }
a { background-color: rgb(69,117,172); }
div.DivClassName
{
background-color: #4575AC;
}
.BgClassName
{
background-color: #4575AC;
}
</style>
border-color css
<style>
span { border-color: #4575AC; }
span { border-color: rgb(69,117,172); }
td.TdClassName
{
border-color: #4575AC;
}
.TagClassName
{
border-color: #4575AC;
}
</style>