Shades of Steel Blue #467DAA
Tints of Steel Blue #467DAA
RGB
CMYK
RGB Variations
Color information
#467DAA (or 0x467DAA) is known color: Steel Blue. HEX triplet: 46, 7D and AA. RGB value is (70,125,170). Sum of RGB (Red+Green+Blue) = 70+125+170=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #467DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467DAA is #B98255. Grayscale: #717171. Windows color (decimal): -12157526 or 11173190. OLE color: 11173190.
HSL color Cylindrical-coordinate representation of color #467DAA: hue angle of 207º 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 #467DAA is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 125 | 170 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.33 |
| HSL | 207º | 0.42% | 0.47% | - |
| HSV(B) | 207º | 0.59% | 0.67% | - |
| XYZ | 17.12 | 18.87 | 40.77 | - |
| YUV | 113.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 125 | 170 | 0.59 | 0.26 | 0 | 0.33 | 207 | 0.42 | 0.47 |
| Hex | 46 | 7D | AA | 3B | 1A | 0 | 21 | CF | 2A | 2F |
| Octal | 106 | 175 | 252 | 73 | 32 | 0 | 41 | 317 | 52 | 57 |
| Binary | 1000110 | 1111101 | 10101010 | 111011 | 11010 | 0 | 100001 | 11001111 | 101010 | 101111 |
Color Harmonies of #467DAA
Complementary color
Monochromatic Colors of #467DAA
Black with #467DAA
Text Example
Text Example
White with #467DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #467DAA; }
p { color: rgb(70,125,170); }
H1.HeaderClassName
{
color: #467DAA;
}
.AnyTagClassName
{
color: #467DAA;
}
</style>
background-color css
<style>
a { background-color: #467DAA; }
a { background-color: rgb(70,125,170); }
div.DivClassName
{
background-color: #467DAA;
}
.BgClassName
{
background-color: #467DAA;
}
</style>
border-color css
<style>
span { border-color: #467DAA; }
span { border-color: rgb(70,125,170); }
td.TdClassName
{
border-color: #467DAA;
}
.TagClassName
{
border-color: #467DAA;
}
</style>