Shades of Steel Blue #4070BA
Tints of Steel Blue #4070BA
RGB
CMYK
RGB Variations
Color information
#4070BA (or 0x4070BA) is known color: Steel Blue. HEX triplet: 40, 70 and BA. RGB value is (64,112,186). Sum of RGB (Red+Green+Blue) = 64+112+186=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #4070BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070BA is #BF8F45. Grayscale: #696969. Windows color (decimal): -12554054 or 12218432. OLE color: 12218432.
HSL color Cylindrical-coordinate representation of color #4070BA: hue angle of 216.39º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4070BA is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 112 | 186 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.27 |
| HSL | 216.39º | 0.49% | 0.49% | - |
| HSV(B) | 216.39º | 0.66% | 0.73% | - |
| XYZ | 16.77 | 16.22 | 48.7 | - |
| YUV | 106.08 | 173.1 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 186 | 0.66 | 0.40 | 0 | 0.27 | 216.39 | 0.49 | 0.49 |
| Hex | 40 | 70 | BA | 42 | 28 | 0 | 1B | D8 | 31 | 31 |
| Octal | 100 | 160 | 272 | 102 | 50 | 0 | 33 | 330 | 61 | 61 |
| Binary | 1000000 | 1110000 | 10111010 | 1000010 | 101000 | 0 | 11011 | 11011000 | 110001 | 110001 |
Color Harmonies of #4070BA
Complementary color
Monochromatic Colors of #4070BA
Black with #4070BA
Text Example
Text Example
White with #4070BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4070BA; }
p { color: rgb(64,112,186); }
H1.HeaderClassName
{
color: #4070BA;
}
.AnyTagClassName
{
color: #4070BA;
}
</style>
background-color css
<style>
a { background-color: #4070BA; }
a { background-color: rgb(64,112,186); }
div.DivClassName
{
background-color: #4070BA;
}
.BgClassName
{
background-color: #4070BA;
}
</style>
border-color css
<style>
span { border-color: #4070BA; }
span { border-color: rgb(64,112,186); }
td.TdClassName
{
border-color: #4070BA;
}
.TagClassName
{
border-color: #4070BA;
}
</style>