Shades of Steel Blue #4082AA
Tints of Steel Blue #4082AA
RGB
CMYK
RGB Variations
Color information
#4082AA (or 0x4082AA) is known color: Steel Blue. HEX triplet: 40, 82 and AA. RGB value is (64,130,170). Sum of RGB (Red+Green+Blue) = 64+130+170=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #4082AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082AA is #BF7D55. Grayscale: #727272. Windows color (decimal): -12549462 or 11174464. OLE color: 11174464.
HSL color Cylindrical-coordinate representation of color #4082AA: hue angle of 202.64º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4082AA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 130 | 170 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.33 |
| HSL | 202.64º | 0.45% | 0.46% | - |
| HSV(B) | 202.64º | 0.62% | 0.67% | - |
| XYZ | 17.35 | 19.96 | 40.97 | - |
| YUV | 114.83 | 159.13 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 170 | 0.62 | 0.24 | 0 | 0.33 | 202.64 | 0.45 | 0.46 |
| Hex | 40 | 82 | AA | 3E | 18 | 0 | 21 | CB | 2D | 2E |
| Octal | 100 | 202 | 252 | 76 | 30 | 0 | 41 | 313 | 55 | 56 |
| Binary | 1000000 | 10000010 | 10101010 | 111110 | 11000 | 0 | 100001 | 11001011 | 101101 | 101110 |
Color Harmonies of #4082AA
Complementary color
Monochromatic Colors of #4082AA
Black with #4082AA
Text Example
Text Example
White with #4082AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082AA; }
p { color: rgb(64,130,170); }
H1.HeaderClassName
{
color: #4082AA;
}
.AnyTagClassName
{
color: #4082AA;
}
</style>
background-color css
<style>
a { background-color: #4082AA; }
a { background-color: rgb(64,130,170); }
div.DivClassName
{
background-color: #4082AA;
}
.BgClassName
{
background-color: #4082AA;
}
</style>
border-color css
<style>
span { border-color: #4082AA; }
span { border-color: rgb(64,130,170); }
td.TdClassName
{
border-color: #4082AA;
}
.TagClassName
{
border-color: #4082AA;
}
</style>