Shades of Steel Blue #4575AE
Tints of Steel Blue #4575AE
RGB
CMYK
RGB Variations
Color information
#4575AE (or 0x4575AE) is known color: Steel Blue. HEX triplet: 45, 75 and AE. RGB value is (69,117,174). Sum of RGB (Red+Green+Blue) = 69+117+174=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #4575AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4575AE is #BA8A51. Grayscale: #6C6C6C. Windows color (decimal): -12225106 or 11433285. OLE color: 11433285.
HSL color Cylindrical-coordinate representation of color #4575AE: hue angle of 212.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4575AE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 117 | 174 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.32 |
| HSL | 212.57º | 0.43% | 0.48% | - |
| HSV(B) | 212.57º | 0.6% | 0.68% | - |
| XYZ | 16.46 | 17.04 | 42.47 | - |
| YUV | 109.15 | 164.6 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 117 | 174 | 0.60 | 0.33 | 0 | 0.32 | 212.57 | 0.43 | 0.48 |
| Hex | 45 | 75 | AE | 3C | 21 | 0 | 20 | D5 | 2B | 30 |
| Octal | 105 | 165 | 256 | 74 | 41 | 0 | 40 | 325 | 53 | 60 |
| Binary | 1000101 | 1110101 | 10101110 | 111100 | 100001 | 0 | 100000 | 11010101 | 101011 | 110000 |
Color Harmonies of #4575AE
Complementary color
Monochromatic Colors of #4575AE
Black with #4575AE
Text Example
Text Example
White with #4575AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4575AE; }
p { color: rgb(69,117,174); }
H1.HeaderClassName
{
color: #4575AE;
}
.AnyTagClassName
{
color: #4575AE;
}
</style>
background-color css
<style>
a { background-color: #4575AE; }
a { background-color: rgb(69,117,174); }
div.DivClassName
{
background-color: #4575AE;
}
.BgClassName
{
background-color: #4575AE;
}
</style>
border-color css
<style>
span { border-color: #4575AE; }
span { border-color: rgb(69,117,174); }
td.TdClassName
{
border-color: #4575AE;
}
.TagClassName
{
border-color: #4575AE;
}
</style>