Shades of Steel Blue #467EAA
Tints of Steel Blue #467EAA
RGB
CMYK
RGB Variations
Color information
#467EAA (or 0x467EAA) is known color: Steel Blue. HEX triplet: 46, 7E and AA. RGB value is (70,126,170). Sum of RGB (Red+Green+Blue) = 70+126+170=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #467EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467EAA is #B98155. Grayscale: #727272. Windows color (decimal): -12157270 or 11173446. OLE color: 11173446.
HSL color Cylindrical-coordinate representation of color #467EAA: hue angle of 206.4º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #467EAA is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 126 | 170 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.33 |
| HSL | 206.4º | 0.42% | 0.47% | - |
| HSV(B) | 206.4º | 0.59% | 0.67% | - |
| XYZ | 17.24 | 19.13 | 40.81 | - |
| YUV | 114.27 | 159.45 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 126 | 170 | 0.59 | 0.26 | 0 | 0.33 | 206.4 | 0.42 | 0.47 |
| Hex | 46 | 7E | AA | 3B | 1A | 0 | 21 | CE | 2A | 2F |
| Octal | 106 | 176 | 252 | 73 | 32 | 0 | 41 | 316 | 52 | 57 |
| Binary | 1000110 | 1111110 | 10101010 | 111011 | 11010 | 0 | 100001 | 11001110 | 101010 | 101111 |
Color Harmonies of #467EAA
Complementary color
Monochromatic Colors of #467EAA
Black with #467EAA
Text Example
Text Example
White with #467EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467EAA; }
p { color: rgb(70,126,170); }
H1.HeaderClassName
{
color: #467EAA;
}
.AnyTagClassName
{
color: #467EAA;
}
</style>
background-color css
<style>
a { background-color: #467EAA; }
a { background-color: rgb(70,126,170); }
div.DivClassName
{
background-color: #467EAA;
}
.BgClassName
{
background-color: #467EAA;
}
</style>
border-color css
<style>
span { border-color: #467EAA; }
span { border-color: rgb(70,126,170); }
td.TdClassName
{
border-color: #467EAA;
}
.TagClassName
{
border-color: #467EAA;
}
</style>