Shades of Steel Blue #467FAA
Tints of Steel Blue #467FAA
RGB
CMYK
RGB Variations
Color information
#467FAA (or 0x467FAA) is known color: Steel Blue. HEX triplet: 46, 7F and AA. RGB value is (70,127,170). Sum of RGB (Red+Green+Blue) = 70+127+170=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #467FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467FAA is #B98055. Grayscale: #727272. Windows color (decimal): -12157014 or 11173702. OLE color: 11173702.
HSL color Cylindrical-coordinate representation of color #467FAA: hue angle of 205.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 #467FAA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 127 | 170 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.33 |
| HSL | 205.8º | 0.42% | 0.47% | - |
| HSV(B) | 205.8º | 0.59% | 0.67% | - |
| XYZ | 17.37 | 19.38 | 40.86 | - |
| YUV | 114.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 127 | 170 | 0.59 | 0.25 | 0 | 0.33 | 205.8 | 0.42 | 0.47 |
| Hex | 46 | 7F | AA | 3B | 19 | 0 | 21 | CE | 2A | 2F |
| Octal | 106 | 177 | 252 | 73 | 31 | 0 | 41 | 316 | 52 | 57 |
| Binary | 1000110 | 1111111 | 10101010 | 111011 | 11001 | 0 | 100001 | 11001110 | 101010 | 101111 |
Color Harmonies of #467FAA
Complementary color
Monochromatic Colors of #467FAA
Black with #467FAA
Text Example
Text Example
White with #467FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467FAA; }
p { color: rgb(70,127,170); }
H1.HeaderClassName
{
color: #467FAA;
}
.AnyTagClassName
{
color: #467FAA;
}
</style>
background-color css
<style>
a { background-color: #467FAA; }
a { background-color: rgb(70,127,170); }
div.DivClassName
{
background-color: #467FAA;
}
.BgClassName
{
background-color: #467FAA;
}
</style>
border-color css
<style>
span { border-color: #467FAA; }
span { border-color: rgb(70,127,170); }
td.TdClassName
{
border-color: #467FAA;
}
.TagClassName
{
border-color: #467FAA;
}
</style>