Shades of Steel Blue #467AAA
Tints of Steel Blue #467AAA
RGB
CMYK
RGB Variations
Color information
#467AAA (or 0x467AAA) is known color: Steel Blue. HEX triplet: 46, 7A and AA. RGB value is (70,122,170). Sum of RGB (Red+Green+Blue) = 70+122+170=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #467AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467AAA is #B98555. Grayscale: #6F6F6F. Windows color (decimal): -12158294 or 11172422. OLE color: 11172422.
HSL color Cylindrical-coordinate representation of color #467AAA: hue angle of 208.8º 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 #467AAA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 122 | 170 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.33 |
| HSL | 208.8º | 0.42% | 0.47% | - |
| HSV(B) | 208.8º | 0.59% | 0.67% | - |
| XYZ | 16.74 | 18.12 | 40.65 | - |
| YUV | 111.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 122 | 170 | 0.59 | 0.28 | 0 | 0.33 | 208.8 | 0.42 | 0.47 |
| Hex | 46 | 7A | AA | 3B | 1C | 0 | 21 | D1 | 2A | 2F |
| Octal | 106 | 172 | 252 | 73 | 34 | 0 | 41 | 321 | 52 | 57 |
| Binary | 1000110 | 1111010 | 10101010 | 111011 | 11100 | 0 | 100001 | 11010001 | 101010 | 101111 |
Color Harmonies of #467AAA
Complementary color
Monochromatic Colors of #467AAA
Black with #467AAA
Text Example
Text Example
White with #467AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467AAA; }
p { color: rgb(70,122,170); }
H1.HeaderClassName
{
color: #467AAA;
}
.AnyTagClassName
{
color: #467AAA;
}
</style>
background-color css
<style>
a { background-color: #467AAA; }
a { background-color: rgb(70,122,170); }
div.DivClassName
{
background-color: #467AAA;
}
.BgClassName
{
background-color: #467AAA;
}
</style>
border-color css
<style>
span { border-color: #467AAA; }
span { border-color: rgb(70,122,170); }
td.TdClassName
{
border-color: #467AAA;
}
.TagClassName
{
border-color: #467AAA;
}
</style>