Shades of Steel Blue #4082AF
Tints of Steel Blue #4082AF
RGB
CMYK
RGB Variations
Color information
#4082AF (or 0x4082AF) is known color: Steel Blue. HEX triplet: 40, 82 and AF. RGB value is (64,130,175). Sum of RGB (Red+Green+Blue) = 64+130+175=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #4082AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4082AF is #BF7D50. Grayscale: #737373. Windows color (decimal): -12549457 or 11502144. OLE color: 11502144.
HSL color Cylindrical-coordinate representation of color #4082AF: hue angle of 204.32º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4082AF is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 130 | 175 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.31 |
| HSL | 204.32º | 0.46% | 0.47% | - |
| HSV(B) | 204.32º | 0.63% | 0.69% | - |
| XYZ | 17.83 | 20.15 | 43.51 | - |
| YUV | 115.4 | 161.63 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 130 | 175 | 0.63 | 0.26 | 0 | 0.31 | 204.32 | 0.46 | 0.47 |
| Hex | 40 | 82 | AF | 3F | 1A | 0 | 1F | CC | 2E | 2F |
| Octal | 100 | 202 | 257 | 77 | 32 | 0 | 37 | 314 | 56 | 57 |
| Binary | 1000000 | 10000010 | 10101111 | 111111 | 11010 | 0 | 11111 | 11001100 | 101110 | 101111 |
Color Harmonies of #4082AF
Complementary color
Monochromatic Colors of #4082AF
Black with #4082AF
Text Example
Text Example
White with #4082AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4082AF; }
p { color: rgb(64,130,175); }
H1.HeaderClassName
{
color: #4082AF;
}
.AnyTagClassName
{
color: #4082AF;
}
</style>
background-color css
<style>
a { background-color: #4082AF; }
a { background-color: rgb(64,130,175); }
div.DivClassName
{
background-color: #4082AF;
}
.BgClassName
{
background-color: #4082AF;
}
</style>
border-color css
<style>
span { border-color: #4082AF; }
span { border-color: rgb(64,130,175); }
td.TdClassName
{
border-color: #4082AF;
}
.TagClassName
{
border-color: #4082AF;
}
</style>