Shades of Steel Blue #4580AA
Tints of Steel Blue #4580AA
RGB
CMYK
RGB Variations
Color information
#4580AA (or 0x4580AA) is known color: Steel Blue. HEX triplet: 45, 80 and AA. RGB value is (69,128,170). Sum of RGB (Red+Green+Blue) = 69+128+170=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #4580AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4580AA is #BA7F55. Grayscale: #727272. Windows color (decimal): -12222294 or 11173957. OLE color: 11173957.
HSL color Cylindrical-coordinate representation of color #4580AA: hue angle of 204.95º 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 #4580AA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 128 | 170 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.33 |
| HSL | 204.95º | 0.42% | 0.47% | - |
| HSV(B) | 204.95º | 0.59% | 0.67% | - |
| XYZ | 17.43 | 19.61 | 40.9 | - |
| YUV | 115.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 128 | 170 | 0.59 | 0.25 | 0 | 0.33 | 204.95 | 0.42 | 0.47 |
| Hex | 45 | 80 | AA | 3B | 19 | 0 | 21 | CD | 2A | 2F |
| Octal | 105 | 200 | 252 | 73 | 31 | 0 | 41 | 315 | 52 | 57 |
| Binary | 1000101 | 10000000 | 10101010 | 111011 | 11001 | 0 | 100001 | 11001101 | 101010 | 101111 |
Color Harmonies of #4580AA
Complementary color
Monochromatic Colors of #4580AA
Black with #4580AA
Text Example
Text Example
White with #4580AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4580AA; }
p { color: rgb(69,128,170); }
H1.HeaderClassName
{
color: #4580AA;
}
.AnyTagClassName
{
color: #4580AA;
}
</style>
background-color css
<style>
a { background-color: #4580AA; }
a { background-color: rgb(69,128,170); }
div.DivClassName
{
background-color: #4580AA;
}
.BgClassName
{
background-color: #4580AA;
}
</style>
border-color css
<style>
span { border-color: #4580AA; }
span { border-color: rgb(69,128,170); }
td.TdClassName
{
border-color: #4580AA;
}
.TagClassName
{
border-color: #4580AA;
}
</style>