Shades of Steel Blue #467EBC
Tints of Steel Blue #467EBC
RGB
CMYK
RGB Variations
Color information
#467EBC (or 0x467EBC) is known color: Steel Blue. HEX triplet: 46, 7E and BC. RGB value is (70,126,188). Sum of RGB (Red+Green+Blue) = 70+126+188=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #467EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EBC is #B98143. Grayscale: #747474. Windows color (decimal): -12157252 or 12353094. OLE color: 12353094.
HSL color Cylindrical-coordinate representation of color #467EBC: hue angle of 211.53º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467EBC is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 126 | 188 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.26 |
| HSL | 211.53º | 0.47% | 0.51% | - |
| HSV(B) | 211.53º | 0.63% | 0.74% | - |
| XYZ | 19.06 | 19.85 | 50.4 | - |
| YUV | 116.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 188 | 0.63 | 0.33 | 0 | 0.26 | 211.53 | 0.47 | 0.51 |
| Hex | 46 | 7E | BC | 3F | 21 | 0 | 1A | D4 | 2F | 33 |
| Octal | 106 | 176 | 274 | 77 | 41 | 0 | 32 | 324 | 57 | 63 |
| Binary | 1000110 | 1111110 | 10111100 | 111111 | 100001 | 0 | 11010 | 11010100 | 101111 | 110011 |
Color Harmonies of #467EBC
Complementary color
Monochromatic Colors of #467EBC
Black with #467EBC
Text Example
Text Example
White with #467EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EBC; }
p { color: rgb(70,126,188); }
H1.HeaderClassName
{
color: #467EBC;
}
.AnyTagClassName
{
color: #467EBC;
}
</style>
background-color css
<style>
a { background-color: #467EBC; }
a { background-color: rgb(70,126,188); }
div.DivClassName
{
background-color: #467EBC;
}
.BgClassName
{
background-color: #467EBC;
}
</style>
border-color css
<style>
span { border-color: #467EBC; }
span { border-color: rgb(70,126,188); }
td.TdClassName
{
border-color: #467EBC;
}
.TagClassName
{
border-color: #467EBC;
}
</style>