Shades of Steel Blue #467CAE
Tints of Steel Blue #467CAE
RGB
CMYK
RGB Variations
Color information
#467CAE (or 0x467CAE) is known color: Steel Blue. HEX triplet: 46, 7C and AE. RGB value is (70,124,174). Sum of RGB (Red+Green+Blue) = 70+124+174=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 174 (68.36% from 255 or 47.28% from 368); Max value from RGB is 174 - color contains mainly: blue. Hex color #467CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467CAE is #B98351. Grayscale: #717171. Windows color (decimal): -12157778 or 11435078. OLE color: 11435078.
HSL color Cylindrical-coordinate representation of color #467CAE: hue angle of 208.85º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #467CAE is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 124 | 174 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.32 |
| HSL | 208.85º | 0.43% | 0.48% | - |
| HSV(B) | 208.85º | 0.6% | 0.68% | - |
| XYZ | 17.37 | 18.77 | 42.75 | - |
| YUV | 113.55 | 162.11 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 124 | 174 | 0.60 | 0.29 | 0 | 0.32 | 208.85 | 0.43 | 0.48 |
| Hex | 46 | 7C | AE | 3C | 1D | 0 | 20 | D1 | 2B | 30 |
| Octal | 106 | 174 | 256 | 74 | 35 | 0 | 40 | 321 | 53 | 60 |
| Binary | 1000110 | 1111100 | 10101110 | 111100 | 11101 | 0 | 100000 | 11010001 | 101011 | 110000 |
Color Harmonies of #467CAE
Complementary color
Monochromatic Colors of #467CAE
Black with #467CAE
Text Example
Text Example
White with #467CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467CAE; }
p { color: rgb(70,124,174); }
H1.HeaderClassName
{
color: #467CAE;
}
.AnyTagClassName
{
color: #467CAE;
}
</style>
background-color css
<style>
a { background-color: #467CAE; }
a { background-color: rgb(70,124,174); }
div.DivClassName
{
background-color: #467CAE;
}
.BgClassName
{
background-color: #467CAE;
}
</style>
border-color css
<style>
span { border-color: #467CAE; }
span { border-color: rgb(70,124,174); }
td.TdClassName
{
border-color: #467CAE;
}
.TagClassName
{
border-color: #467CAE;
}
</style>