Shades of Steel Blue #4079AB
Tints of Steel Blue #4079AB
RGB
CMYK
RGB Variations
Color information
#4079AB (or 0x4079AB) is known color: Steel Blue. HEX triplet: 40, 79 and AB. RGB value is (64,121,171). Sum of RGB (Red+Green+Blue) = 64+121+171=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #4079AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4079AB is #BF8654. Grayscale: #6D6D6D. Windows color (decimal): -12551765 or 11237696. OLE color: 11237696.
HSL color Cylindrical-coordinate representation of color #4079AB: hue angle of 208.04º 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 #4079AB is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 121 | 171 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.33 |
| HSL | 208.04º | 0.46% | 0.46% | - |
| HSV(B) | 208.04º | 0.63% | 0.67% | - |
| XYZ | 16.3 | 17.71 | 41.09 | - |
| YUV | 109.66 | 162.62 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 171 | 0.63 | 0.29 | 0 | 0.33 | 208.04 | 0.46 | 0.46 |
| Hex | 40 | 79 | AB | 3F | 1D | 0 | 21 | D0 | 2E | 2E |
| Octal | 100 | 171 | 253 | 77 | 35 | 0 | 41 | 320 | 56 | 56 |
| Binary | 1000000 | 1111001 | 10101011 | 111111 | 11101 | 0 | 100001 | 11010000 | 101110 | 101110 |
Color Harmonies of #4079AB
Complementary color
Monochromatic Colors of #4079AB
Black with #4079AB
Text Example
Text Example
White with #4079AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079AB; }
p { color: rgb(64,121,171); }
H1.HeaderClassName
{
color: #4079AB;
}
.AnyTagClassName
{
color: #4079AB;
}
</style>
background-color css
<style>
a { background-color: #4079AB; }
a { background-color: rgb(64,121,171); }
div.DivClassName
{
background-color: #4079AB;
}
.BgClassName
{
background-color: #4079AB;
}
</style>
border-color css
<style>
span { border-color: #4079AB; }
span { border-color: rgb(64,121,171); }
td.TdClassName
{
border-color: #4079AB;
}
.TagClassName
{
border-color: #4079AB;
}
</style>