Shades of Steel Blue #467BAE
Tints of Steel Blue #467BAE
RGB
CMYK
RGB Variations
Color information
#467BAE (or 0x467BAE) is known color: Steel Blue. HEX triplet: 46, 7B and AE. RGB value is (70,123,174). Sum of RGB (Red+Green+Blue) = 70+123+174=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #467BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467BAE is #B98451. Grayscale: #707070. Windows color (decimal): -12158034 or 11434822. OLE color: 11434822.
HSL color Cylindrical-coordinate representation of color #467BAE: hue angle of 209.42º 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 #467BAE is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 123 | 174 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.32 |
| HSL | 209.42º | 0.43% | 0.48% | - |
| HSV(B) | 209.42º | 0.6% | 0.68% | - |
| XYZ | 17.25 | 18.52 | 42.71 | - |
| YUV | 112.97 | 162.44 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 123 | 174 | 0.60 | 0.29 | 0 | 0.32 | 209.42 | 0.43 | 0.48 |
| Hex | 46 | 7B | AE | 3C | 1D | 0 | 20 | D1 | 2B | 30 |
| Octal | 106 | 173 | 256 | 74 | 35 | 0 | 40 | 321 | 53 | 60 |
| Binary | 1000110 | 1111011 | 10101110 | 111100 | 11101 | 0 | 100000 | 11010001 | 101011 | 110000 |
Color Harmonies of #467BAE
Complementary color
Monochromatic Colors of #467BAE
Black with #467BAE
Text Example
Text Example
White with #467BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467BAE; }
p { color: rgb(70,123,174); }
H1.HeaderClassName
{
color: #467BAE;
}
.AnyTagClassName
{
color: #467BAE;
}
</style>
background-color css
<style>
a { background-color: #467BAE; }
a { background-color: rgb(70,123,174); }
div.DivClassName
{
background-color: #467BAE;
}
.BgClassName
{
background-color: #467BAE;
}
</style>
border-color css
<style>
span { border-color: #467BAE; }
span { border-color: rgb(70,123,174); }
td.TdClassName
{
border-color: #467BAE;
}
.TagClassName
{
border-color: #467BAE;
}
</style>