Shades of Steel Blue #467AC0
Tints of Steel Blue #467AC0
RGB
CMYK
RGB Variations
Color information
#467AC0 (or 0x467AC0) is known color: Steel Blue. HEX triplet: 46, 7A and C0. RGB value is (70,122,192). Sum of RGB (Red+Green+Blue) = 70+122+192=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #467AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467AC0 is #B9853F. Grayscale: #727272. Windows color (decimal): -12158272 or 12614214. OLE color: 12614214.
HSL color Cylindrical-coordinate representation of color #467AC0: hue angle of 214.43º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #467AC0 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 122 | 192 | - |
| CMYK | 0.64 | 0.36 | 0 | 0.25 |
| HSL | 214.43º | 0.49% | 0.51% | - |
| HSV(B) | 214.43º | 0.64% | 0.75% | - |
| XYZ | 19 | 19.03 | 52.54 | - |
| YUV | 114.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 192 | 0.64 | 0.36 | 0 | 0.25 | 214.43 | 0.49 | 0.51 |
| Hex | 46 | 7A | C0 | 40 | 24 | 0 | 19 | D6 | 31 | 33 |
| Octal | 106 | 172 | 300 | 100 | 44 | 0 | 31 | 326 | 61 | 63 |
| Binary | 1000110 | 1111010 | 11000000 | 1000000 | 100100 | 0 | 11001 | 11010110 | 110001 | 110011 |
Color Harmonies of #467AC0
Complementary color
Monochromatic Colors of #467AC0
Black with #467AC0
Text Example
Text Example
White with #467AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AC0; }
p { color: rgb(70,122,192); }
H1.HeaderClassName
{
color: #467AC0;
}
.AnyTagClassName
{
color: #467AC0;
}
</style>
background-color css
<style>
a { background-color: #467AC0; }
a { background-color: rgb(70,122,192); }
div.DivClassName
{
background-color: #467AC0;
}
.BgClassName
{
background-color: #467AC0;
}
</style>
border-color css
<style>
span { border-color: #467AC0; }
span { border-color: rgb(70,122,192); }
td.TdClassName
{
border-color: #467AC0;
}
.TagClassName
{
border-color: #467AC0;
}
</style>