Shades of Steel Blue #4581AA
Tints of Steel Blue #4581AA
RGB
CMYK
RGB Variations
Color information
#4581AA (or 0x4581AA) is known color: Steel Blue. HEX triplet: 45, 81 and AA. RGB value is (69,129,170). Sum of RGB (Red+Green+Blue) = 69+129+170=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #4581AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4581AA is #BA7E55. Grayscale: #737373. Windows color (decimal): -12222038 or 11174213. OLE color: 11174213.
HSL color Cylindrical-coordinate representation of color #4581AA: hue angle of 204.36º 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 #4581AA is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 129 | 170 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.33 |
| HSL | 204.36º | 0.42% | 0.47% | - |
| HSV(B) | 204.36º | 0.59% | 0.67% | - |
| XYZ | 17.56 | 19.87 | 40.94 | - |
| YUV | 115.73 | 158.62 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 129 | 170 | 0.59 | 0.24 | 0 | 0.33 | 204.36 | 0.42 | 0.47 |
| Hex | 45 | 81 | AA | 3B | 18 | 0 | 21 | CC | 2A | 2F |
| Octal | 105 | 201 | 252 | 73 | 30 | 0 | 41 | 314 | 52 | 57 |
| Binary | 1000101 | 10000001 | 10101010 | 111011 | 11000 | 0 | 100001 | 11001100 | 101010 | 101111 |
Color Harmonies of #4581AA
Complementary color
Monochromatic Colors of #4581AA
Black with #4581AA
Text Example
Text Example
White with #4581AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4581AA; }
p { color: rgb(69,129,170); }
H1.HeaderClassName
{
color: #4581AA;
}
.AnyTagClassName
{
color: #4581AA;
}
</style>
background-color css
<style>
a { background-color: #4581AA; }
a { background-color: rgb(69,129,170); }
div.DivClassName
{
background-color: #4581AA;
}
.BgClassName
{
background-color: #4581AA;
}
</style>
border-color css
<style>
span { border-color: #4581AA; }
span { border-color: rgb(69,129,170); }
td.TdClassName
{
border-color: #4581AA;
}
.TagClassName
{
border-color: #4581AA;
}
</style>