Shades of Steel Blue #4080AF
Tints of Steel Blue #4080AF
RGB
CMYK
RGB Variations
Color information
#4080AF (or 0x4080AF) is known color: Steel Blue. HEX triplet: 40, 80 and AF. RGB value is (64,128,175). Sum of RGB (Red+Green+Blue) = 64+128+175=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #4080AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4080AF is #BF7F50. Grayscale: #717171. Windows color (decimal): -12549969 or 11501632. OLE color: 11501632.
HSL color Cylindrical-coordinate representation of color #4080AF: hue angle of 205.41º 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 #4080AF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 128 | 175 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.31 |
| HSL | 205.41º | 0.46% | 0.47% | - |
| HSV(B) | 205.41º | 0.63% | 0.69% | - |
| XYZ | 17.57 | 19.62 | 43.42 | - |
| YUV | 114.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 175 | 0.63 | 0.27 | 0 | 0.31 | 205.41 | 0.46 | 0.47 |
| Hex | 40 | 80 | AF | 3F | 1B | 0 | 1F | CD | 2E | 2F |
| Octal | 100 | 200 | 257 | 77 | 33 | 0 | 37 | 315 | 56 | 57 |
| Binary | 1000000 | 10000000 | 10101111 | 111111 | 11011 | 0 | 11111 | 11001101 | 101110 | 101111 |
Color Harmonies of #4080AF
Complementary color
Monochromatic Colors of #4080AF
Black with #4080AF
Text Example
Text Example
White with #4080AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080AF; }
p { color: rgb(64,128,175); }
H1.HeaderClassName
{
color: #4080AF;
}
.AnyTagClassName
{
color: #4080AF;
}
</style>
background-color css
<style>
a { background-color: #4080AF; }
a { background-color: rgb(64,128,175); }
div.DivClassName
{
background-color: #4080AF;
}
.BgClassName
{
background-color: #4080AF;
}
</style>
border-color css
<style>
span { border-color: #4080AF; }
span { border-color: rgb(64,128,175); }
td.TdClassName
{
border-color: #4080AF;
}
.TagClassName
{
border-color: #4080AF;
}
</style>