Shades of Steel Blue #4070B2
Tints of Steel Blue #4070B2
RGB
CMYK
RGB Variations
Color information
#4070B2 (or 0x4070B2) is known color: Steel Blue. HEX triplet: 40, 70 and B2. RGB value is (64,112,178). Sum of RGB (Red+Green+Blue) = 64+112+178=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #4070B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4070B2 is #BF8F4D. Grayscale: #686868. Windows color (decimal): -12554062 or 11694144. OLE color: 11694144.
HSL color Cylindrical-coordinate representation of color #4070B2: hue angle of 214.74º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4070B2 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 112 | 178 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.30 |
| HSL | 214.74º | 0.47% | 0.47% | - |
| HSV(B) | 214.74º | 0.64% | 0.7% | - |
| XYZ | 15.94 | 15.89 | 44.35 | - |
| YUV | 105.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 178 | 0.64 | 0.37 | 0 | 0.30 | 214.74 | 0.47 | 0.47 |
| Hex | 40 | 70 | B2 | 40 | 25 | 0 | 1E | D7 | 2F | 2F |
| Octal | 100 | 160 | 262 | 100 | 45 | 0 | 36 | 327 | 57 | 57 |
| Binary | 1000000 | 1110000 | 10110010 | 1000000 | 100101 | 0 | 11110 | 11010111 | 101111 | 101111 |
Color Harmonies of #4070B2
Complementary color
Monochromatic Colors of #4070B2
Black with #4070B2
Text Example
Text Example
White with #4070B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4070B2; }
p { color: rgb(64,112,178); }
H1.HeaderClassName
{
color: #4070B2;
}
.AnyTagClassName
{
color: #4070B2;
}
</style>
background-color css
<style>
a { background-color: #4070B2; }
a { background-color: rgb(64,112,178); }
div.DivClassName
{
background-color: #4070B2;
}
.BgClassName
{
background-color: #4070B2;
}
</style>
border-color css
<style>
span { border-color: #4070B2; }
span { border-color: rgb(64,112,178); }
td.TdClassName
{
border-color: #4070B2;
}
.TagClassName
{
border-color: #4070B2;
}
</style>