Shades of Steel Blue #4082AB
Tints of Steel Blue #4082AB
RGB
CMYK
RGB Variations
Color information
#4082AB (or 0x4082AB) is known color: Steel Blue. HEX triplet: 40, 82 and AB. RGB value is (64,130,171). Sum of RGB (Red+Green+Blue) = 64+130+171=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #4082AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082AB is #BF7D54. Grayscale: #727272. Windows color (decimal): -12549461 or 11240000. OLE color: 11240000.
HSL color Cylindrical-coordinate representation of color #4082AB: hue angle of 202.99º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4082AB is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 130 | 171 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.33 |
| HSL | 202.99º | 0.46% | 0.46% | - |
| HSV(B) | 202.99º | 0.63% | 0.67% | - |
| XYZ | 17.45 | 20 | 41.47 | - |
| YUV | 114.94 | 159.63 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 171 | 0.63 | 0.24 | 0 | 0.33 | 202.99 | 0.46 | 0.46 |
| Hex | 40 | 82 | AB | 3F | 18 | 0 | 21 | CB | 2E | 2E |
| Octal | 100 | 202 | 253 | 77 | 30 | 0 | 41 | 313 | 56 | 56 |
| Binary | 1000000 | 10000010 | 10101011 | 111111 | 11000 | 0 | 100001 | 11001011 | 101110 | 101110 |
Color Harmonies of #4082AB
Complementary color
Monochromatic Colors of #4082AB
Black with #4082AB
Text Example
Text Example
White with #4082AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082AB; }
p { color: rgb(64,130,171); }
H1.HeaderClassName
{
color: #4082AB;
}
.AnyTagClassName
{
color: #4082AB;
}
</style>
background-color css
<style>
a { background-color: #4082AB; }
a { background-color: rgb(64,130,171); }
div.DivClassName
{
background-color: #4082AB;
}
.BgClassName
{
background-color: #4082AB;
}
</style>
border-color css
<style>
span { border-color: #4082AB; }
span { border-color: rgb(64,130,171); }
td.TdClassName
{
border-color: #4082AB;
}
.TagClassName
{
border-color: #4082AB;
}
</style>