Shades of Steel Blue #4082AC
Tints of Steel Blue #4082AC
RGB
CMYK
RGB Variations
Color information
#4082AC (or 0x4082AC) is known color: Steel Blue. HEX triplet: 40, 82 and AC. RGB value is (64,130,172). Sum of RGB (Red+Green+Blue) = 64+130+172=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #4082AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082AC is #BF7D53. Grayscale: #727272. Windows color (decimal): -12549460 or 11305536. OLE color: 11305536.
HSL color Cylindrical-coordinate representation of color #4082AC: hue angle of 203.33º 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 #4082AC is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 130 | 172 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.33 |
| HSL | 203.33º | 0.46% | 0.46% | - |
| HSV(B) | 203.33º | 0.63% | 0.67% | - |
| XYZ | 17.54 | 20.03 | 41.97 | - |
| YUV | 115.05 | 160.13 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 172 | 0.63 | 0.24 | 0 | 0.33 | 203.33 | 0.46 | 0.46 |
| Hex | 40 | 82 | AC | 3F | 18 | 0 | 21 | CB | 2E | 2E |
| Octal | 100 | 202 | 254 | 77 | 30 | 0 | 41 | 313 | 56 | 56 |
| Binary | 1000000 | 10000010 | 10101100 | 111111 | 11000 | 0 | 100001 | 11001011 | 101110 | 101110 |
Color Harmonies of #4082AC
Complementary color
Monochromatic Colors of #4082AC
Black with #4082AC
Text Example
Text Example
White with #4082AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082AC; }
p { color: rgb(64,130,172); }
H1.HeaderClassName
{
color: #4082AC;
}
.AnyTagClassName
{
color: #4082AC;
}
</style>
background-color css
<style>
a { background-color: #4082AC; }
a { background-color: rgb(64,130,172); }
div.DivClassName
{
background-color: #4082AC;
}
.BgClassName
{
background-color: #4082AC;
}
</style>
border-color css
<style>
span { border-color: #4082AC; }
span { border-color: rgb(64,130,172); }
td.TdClassName
{
border-color: #4082AC;
}
.TagClassName
{
border-color: #4082AC;
}
</style>