Shades of Steel Blue #4078AB
Tints of Steel Blue #4078AB
RGB
CMYK
RGB Variations
Color information
#4078AB (or 0x4078AB) is known color: Steel Blue. HEX triplet: 40, 78 and AB. RGB value is (64,120,171). Sum of RGB (Red+Green+Blue) = 64+120+171=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 171 (67.19% from 255 or 48.17% from 355); Max value from RGB is 171 - color contains mainly: blue. Hex color #4078AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4078AB is #BF8754. Grayscale: #6C6C6C. Windows color (decimal): -12552021 or 11237440. OLE color: 11237440.
HSL color Cylindrical-coordinate representation of color #4078AB: hue angle of 208.6º 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 #4078AB is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 120 | 171 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.33 |
| HSL | 208.6º | 0.46% | 0.46% | - |
| HSV(B) | 208.6º | 0.63% | 0.67% | - |
| XYZ | 16.18 | 17.46 | 41.05 | - |
| YUV | 109.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 171 | 0.63 | 0.30 | 0 | 0.33 | 208.6 | 0.46 | 0.46 |
| Hex | 40 | 78 | AB | 3F | 1E | 0 | 21 | D1 | 2E | 2E |
| Octal | 100 | 170 | 253 | 77 | 36 | 0 | 41 | 321 | 56 | 56 |
| Binary | 1000000 | 1111000 | 10101011 | 111111 | 11110 | 0 | 100001 | 11010001 | 101110 | 101110 |
Color Harmonies of #4078AB
Complementary color
Monochromatic Colors of #4078AB
Black with #4078AB
Text Example
Text Example
White with #4078AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4078AB; }
p { color: rgb(64,120,171); }
H1.HeaderClassName
{
color: #4078AB;
}
.AnyTagClassName
{
color: #4078AB;
}
</style>
background-color css
<style>
a { background-color: #4078AB; }
a { background-color: rgb(64,120,171); }
div.DivClassName
{
background-color: #4078AB;
}
.BgClassName
{
background-color: #4078AB;
}
</style>
border-color css
<style>
span { border-color: #4078AB; }
span { border-color: rgb(64,120,171); }
td.TdClassName
{
border-color: #4078AB;
}
.TagClassName
{
border-color: #4078AB;
}
</style>