Shades of Steel Blue #467FAF
Tints of Steel Blue #467FAF
RGB
CMYK
RGB Variations
Color information
#467FAF (or 0x467FAF) is known color: Steel Blue. HEX triplet: 46, 7F and AF. RGB value is (70,127,175). Sum of RGB (Red+Green+Blue) = 70+127+175=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #467FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467FAF is #B98050. Grayscale: #737373. Windows color (decimal): -12157009 or 11501382. OLE color: 11501382.
HSL color Cylindrical-coordinate representation of color #467FAF: hue angle of 207.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #467FAF is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 127 | 175 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.31 |
| HSL | 207.43º | 0.43% | 0.48% | - |
| HSV(B) | 207.43º | 0.6% | 0.69% | - |
| XYZ | 17.85 | 19.58 | 43.4 | - |
| YUV | 115.43 | 161.62 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 175 | 0.60 | 0.27 | 0 | 0.31 | 207.43 | 0.43 | 0.48 |
| Hex | 46 | 7F | AF | 3C | 1B | 0 | 1F | CF | 2B | 30 |
| Octal | 106 | 177 | 257 | 74 | 33 | 0 | 37 | 317 | 53 | 60 |
| Binary | 1000110 | 1111111 | 10101111 | 111100 | 11011 | 0 | 11111 | 11001111 | 101011 | 110000 |
Color Harmonies of #467FAF
Complementary color
Monochromatic Colors of #467FAF
Black with #467FAF
Text Example
Text Example
White with #467FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FAF; }
p { color: rgb(70,127,175); }
H1.HeaderClassName
{
color: #467FAF;
}
.AnyTagClassName
{
color: #467FAF;
}
</style>
background-color css
<style>
a { background-color: #467FAF; }
a { background-color: rgb(70,127,175); }
div.DivClassName
{
background-color: #467FAF;
}
.BgClassName
{
background-color: #467FAF;
}
</style>
border-color css
<style>
span { border-color: #467FAF; }
span { border-color: rgb(70,127,175); }
td.TdClassName
{
border-color: #467FAF;
}
.TagClassName
{
border-color: #467FAF;
}
</style>