Shades of Steel Blue #4080AB
Tints of Steel Blue #4080AB
RGB
CMYK
RGB Variations
Color information
#4080AB (or 0x4080AB) is known color: Steel Blue. HEX triplet: 40, 80 and AB. RGB value is (64,128,171). Sum of RGB (Red+Green+Blue) = 64+128+171=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #4080AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4080AB is #BF7F54. Grayscale: #717171. Windows color (decimal): -12549973 or 11239488. OLE color: 11239488.
HSL color Cylindrical-coordinate representation of color #4080AB: hue angle of 204.11º 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 #4080AB is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 128 | 171 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.33 |
| HSL | 204.11º | 0.46% | 0.46% | - |
| HSV(B) | 204.11º | 0.63% | 0.67% | - |
| XYZ | 17.18 | 19.47 | 41.38 | - |
| YUV | 113.77 | 160.3 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 171 | 0.63 | 0.25 | 0 | 0.33 | 204.11 | 0.46 | 0.46 |
| Hex | 40 | 80 | AB | 3F | 19 | 0 | 21 | CC | 2E | 2E |
| Octal | 100 | 200 | 253 | 77 | 31 | 0 | 41 | 314 | 56 | 56 |
| Binary | 1000000 | 10000000 | 10101011 | 111111 | 11001 | 0 | 100001 | 11001100 | 101110 | 101110 |
Color Harmonies of #4080AB
Complementary color
Monochromatic Colors of #4080AB
Black with #4080AB
Text Example
Text Example
White with #4080AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080AB; }
p { color: rgb(64,128,171); }
H1.HeaderClassName
{
color: #4080AB;
}
.AnyTagClassName
{
color: #4080AB;
}
</style>
background-color css
<style>
a { background-color: #4080AB; }
a { background-color: rgb(64,128,171); }
div.DivClassName
{
background-color: #4080AB;
}
.BgClassName
{
background-color: #4080AB;
}
</style>
border-color css
<style>
span { border-color: #4080AB; }
span { border-color: rgb(64,128,171); }
td.TdClassName
{
border-color: #4080AB;
}
.TagClassName
{
border-color: #4080AB;
}
</style>