Shades of Steel Blue #4082A9
Tints of Steel Blue #4082A9
RGB
CMYK
RGB Variations
Color information
#4082A9 (or 0x4082A9) is known color: Steel Blue. HEX triplet: 40, 82 and A9. RGB value is (64,130,169). Sum of RGB (Red+Green+Blue) = 64+130+169=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #4082A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082A9 is #BF7D56. Grayscale: #727272. Windows color (decimal): -12549463 or 11108928. OLE color: 11108928.
HSL color Cylindrical-coordinate representation of color #4082A9: hue angle of 202.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4082A9 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 130 | 169 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.34 |
| HSL | 202.29º | 0.45% | 0.46% | - |
| HSV(B) | 202.29º | 0.62% | 0.66% | - |
| XYZ | 17.26 | 19.92 | 40.47 | - |
| YUV | 114.71 | 158.63 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 169 | 0.62 | 0.23 | 0 | 0.34 | 202.29 | 0.45 | 0.46 |
| Hex | 40 | 82 | A9 | 3E | 17 | 0 | 22 | CA | 2D | 2E |
| Octal | 100 | 202 | 251 | 76 | 27 | 0 | 42 | 312 | 55 | 56 |
| Binary | 1000000 | 10000010 | 10101001 | 111110 | 10111 | 0 | 100010 | 11001010 | 101101 | 101110 |
Color Harmonies of #4082A9
Complementary color
Monochromatic Colors of #4082A9
Black with #4082A9
Text Example
Text Example
White with #4082A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082A9; }
p { color: rgb(64,130,169); }
H1.HeaderClassName
{
color: #4082A9;
}
.AnyTagClassName
{
color: #4082A9;
}
</style>
background-color css
<style>
a { background-color: #4082A9; }
a { background-color: rgb(64,130,169); }
div.DivClassName
{
background-color: #4082A9;
}
.BgClassName
{
background-color: #4082A9;
}
</style>
border-color css
<style>
span { border-color: #4082A9; }
span { border-color: rgb(64,130,169); }
td.TdClassName
{
border-color: #4082A9;
}
.TagClassName
{
border-color: #4082A9;
}
</style>