Shades of Steel Blue #467AA7
Tints of Steel Blue #467AA7
RGB
CMYK
RGB Variations
Color information
#467AA7 (or 0x467AA7) is known color: Steel Blue. HEX triplet: 46, 7A and A7. RGB value is (70,122,167). Sum of RGB (Red+Green+Blue) = 70+122+167=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 167 - color contains mainly: blue. Hex color #467AA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467AA7 is #B98558. Grayscale: #6F6F6F. Windows color (decimal): -12158297 or 10975814. OLE color: 10975814.
HSL color Cylindrical-coordinate representation of color #467AA7: hue angle of 207.84º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #467AA7 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 122 | 167 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.35 |
| HSL | 207.84º | 0.41% | 0.46% | - |
| HSV(B) | 207.84º | 0.58% | 0.65% | - |
| XYZ | 16.46 | 18.01 | 39.17 | - |
| YUV | 111.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 167 | 0.58 | 0.27 | 0 | 0.35 | 207.84 | 0.41 | 0.46 |
| Hex | 46 | 7A | A7 | 3A | 1B | 0 | 23 | D0 | 29 | 2E |
| Octal | 106 | 172 | 247 | 72 | 33 | 0 | 43 | 320 | 51 | 56 |
| Binary | 1000110 | 1111010 | 10100111 | 111010 | 11011 | 0 | 100011 | 11010000 | 101001 | 101110 |
Color Harmonies of #467AA7
Complementary color
Monochromatic Colors of #467AA7
Black with #467AA7
Text Example
Text Example
White with #467AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AA7; }
p { color: rgb(70,122,167); }
H1.HeaderClassName
{
color: #467AA7;
}
.AnyTagClassName
{
color: #467AA7;
}
</style>
background-color css
<style>
a { background-color: #467AA7; }
a { background-color: rgb(70,122,167); }
div.DivClassName
{
background-color: #467AA7;
}
.BgClassName
{
background-color: #467AA7;
}
</style>
border-color css
<style>
span { border-color: #467AA7; }
span { border-color: rgb(70,122,167); }
td.TdClassName
{
border-color: #467AA7;
}
.TagClassName
{
border-color: #467AA7;
}
</style>