Shades of Steel Blue #467CB2
Tints of Steel Blue #467CB2
RGB
CMYK
RGB Variations
Color information
#467CB2 (or 0x467CB2) is known color: Steel Blue. HEX triplet: 46, 7C and B2. RGB value is (70,124,178). Sum of RGB (Red+Green+Blue) = 70+124+178=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #467CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467CB2 is #B9834D. Grayscale: #717171. Windows color (decimal): -12157774 or 11697222. OLE color: 11697222.
HSL color Cylindrical-coordinate representation of color #467CB2: hue angle of 210º 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 #467CB2 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 124 | 178 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.30 |
| HSL | 210º | 0.44% | 0.49% | - |
| HSV(B) | 210º | 0.61% | 0.7% | - |
| XYZ | 17.77 | 18.93 | 44.84 | - |
| YUV | 114.01 | 164.11 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 178 | 0.61 | 0.30 | 0 | 0.30 | 210 | 0.44 | 0.49 |
| Hex | 46 | 7C | B2 | 3D | 1E | 0 | 1E | D2 | 2C | 31 |
| Octal | 106 | 174 | 262 | 75 | 36 | 0 | 36 | 322 | 54 | 61 |
| Binary | 1000110 | 1111100 | 10110010 | 111101 | 11110 | 0 | 11110 | 11010010 | 101100 | 110001 |
Color Harmonies of #467CB2
Complementary color
Monochromatic Colors of #467CB2
Black with #467CB2
Text Example
Text Example
White with #467CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CB2; }
p { color: rgb(70,124,178); }
H1.HeaderClassName
{
color: #467CB2;
}
.AnyTagClassName
{
color: #467CB2;
}
</style>
background-color css
<style>
a { background-color: #467CB2; }
a { background-color: rgb(70,124,178); }
div.DivClassName
{
background-color: #467CB2;
}
.BgClassName
{
background-color: #467CB2;
}
</style>
border-color css
<style>
span { border-color: #467CB2; }
span { border-color: rgb(70,124,178); }
td.TdClassName
{
border-color: #467CB2;
}
.TagClassName
{
border-color: #467CB2;
}
</style>