Shades of Steel Blue #4575AA
Tints of Steel Blue #4575AA
RGB
CMYK
RGB Variations
Color information
#4575AA (or 0x4575AA) is known color: Steel Blue. HEX triplet: 45, 75 and AA. RGB value is (69,117,170). Sum of RGB (Red+Green+Blue) = 69+117+170=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #4575AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575AA is #BA8A55. Grayscale: #6C6C6C. Windows color (decimal): -12225110 or 11171141. OLE color: 11171141.
HSL color Cylindrical-coordinate representation of color #4575AA: hue angle of 211.49º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4575AA is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 117 | 170 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.33 |
| HSL | 211.49º | 0.42% | 0.47% | - |
| HSV(B) | 211.49º | 0.59% | 0.67% | - |
| XYZ | 16.07 | 16.89 | 40.44 | - |
| YUV | 108.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 170 | 0.59 | 0.31 | 0 | 0.33 | 211.49 | 0.42 | 0.47 |
| Hex | 45 | 75 | AA | 3B | 1F | 0 | 21 | D3 | 2A | 2F |
| Octal | 105 | 165 | 252 | 73 | 37 | 0 | 41 | 323 | 52 | 57 |
| Binary | 1000101 | 1110101 | 10101010 | 111011 | 11111 | 0 | 100001 | 11010011 | 101010 | 101111 |
Color Harmonies of #4575AA
Complementary color
Monochromatic Colors of #4575AA
Black with #4575AA
Text Example
Text Example
White with #4575AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575AA; }
p { color: rgb(69,117,170); }
H1.HeaderClassName
{
color: #4575AA;
}
.AnyTagClassName
{
color: #4575AA;
}
</style>
background-color css
<style>
a { background-color: #4575AA; }
a { background-color: rgb(69,117,170); }
div.DivClassName
{
background-color: #4575AA;
}
.BgClassName
{
background-color: #4575AA;
}
</style>
border-color css
<style>
span { border-color: #4575AA; }
span { border-color: rgb(69,117,170); }
td.TdClassName
{
border-color: #4575AA;
}
.TagClassName
{
border-color: #4575AA;
}
</style>