Shades of Steel Blue #467EB2
Tints of Steel Blue #467EB2
RGB
CMYK
RGB Variations
Color information
#467EB2 (or 0x467EB2) is known color: Steel Blue. HEX triplet: 46, 7E and B2. RGB value is (70,126,178). Sum of RGB (Red+Green+Blue) = 70+126+178=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #467EB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467EB2 is #B9814D. Grayscale: #727272. Windows color (decimal): -12157262 or 11697734. OLE color: 11697734.
HSL color Cylindrical-coordinate representation of color #467EB2: hue angle of 208.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #467EB2 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 126 | 178 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.30 |
| HSL | 208.89º | 0.44% | 0.49% | - |
| HSV(B) | 208.89º | 0.61% | 0.7% | - |
| XYZ | 18.02 | 19.44 | 44.92 | - |
| YUV | 115.18 | 163.45 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 178 | 0.61 | 0.29 | 0 | 0.30 | 208.89 | 0.44 | 0.49 |
| Hex | 46 | 7E | B2 | 3D | 1D | 0 | 1E | D1 | 2C | 31 |
| Octal | 106 | 176 | 262 | 75 | 35 | 0 | 36 | 321 | 54 | 61 |
| Binary | 1000110 | 1111110 | 10110010 | 111101 | 11101 | 0 | 11110 | 11010001 | 101100 | 110001 |
Color Harmonies of #467EB2
Complementary color
Monochromatic Colors of #467EB2
Black with #467EB2
Text Example
Text Example
White with #467EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EB2; }
p { color: rgb(70,126,178); }
H1.HeaderClassName
{
color: #467EB2;
}
.AnyTagClassName
{
color: #467EB2;
}
</style>
background-color css
<style>
a { background-color: #467EB2; }
a { background-color: rgb(70,126,178); }
div.DivClassName
{
background-color: #467EB2;
}
.BgClassName
{
background-color: #467EB2;
}
</style>
border-color css
<style>
span { border-color: #467EB2; }
span { border-color: rgb(70,126,178); }
td.TdClassName
{
border-color: #467EB2;
}
.TagClassName
{
border-color: #467EB2;
}
</style>