Shades of Steel Blue #4080AC
Tints of Steel Blue #4080AC
RGB
CMYK
RGB Variations
Color information
#4080AC (or 0x4080AC) is known color: Steel Blue. HEX triplet: 40, 80 and AC. RGB value is (64,128,172). Sum of RGB (Red+Green+Blue) = 64+128+172=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #4080AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4080AC is #BF7F53. Grayscale: #717171. Windows color (decimal): -12549972 or 11305024. OLE color: 11305024.
HSL color Cylindrical-coordinate representation of color #4080AC: hue angle of 204.44º 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 #4080AC is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 128 | 172 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.33 |
| HSL | 204.44º | 0.46% | 0.46% | - |
| HSV(B) | 204.44º | 0.63% | 0.67% | - |
| XYZ | 17.28 | 19.51 | 41.88 | - |
| YUV | 113.88 | 160.8 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 172 | 0.63 | 0.26 | 0 | 0.33 | 204.44 | 0.46 | 0.46 |
| Hex | 40 | 80 | AC | 3F | 1A | 0 | 21 | CC | 2E | 2E |
| Octal | 100 | 200 | 254 | 77 | 32 | 0 | 41 | 314 | 56 | 56 |
| Binary | 1000000 | 10000000 | 10101100 | 111111 | 11010 | 0 | 100001 | 11001100 | 101110 | 101110 |
Color Harmonies of #4080AC
Complementary color
Monochromatic Colors of #4080AC
Black with #4080AC
Text Example
Text Example
White with #4080AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080AC; }
p { color: rgb(64,128,172); }
H1.HeaderClassName
{
color: #4080AC;
}
.AnyTagClassName
{
color: #4080AC;
}
</style>
background-color css
<style>
a { background-color: #4080AC; }
a { background-color: rgb(64,128,172); }
div.DivClassName
{
background-color: #4080AC;
}
.BgClassName
{
background-color: #4080AC;
}
</style>
border-color css
<style>
span { border-color: #4080AC; }
span { border-color: rgb(64,128,172); }
td.TdClassName
{
border-color: #4080AC;
}
.TagClassName
{
border-color: #4080AC;
}
</style>