Shades of Steel Blue #477DAA
Tints of Steel Blue #477DAA
RGB
CMYK
RGB Variations
Color information
#477DAA (or 0x477DAA) is known color: Steel Blue. HEX triplet: 47, 7D and AA. RGB value is (71,125,170). Sum of RGB (Red+Green+Blue) = 71+125+170=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #477DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477DAA is #B88255. Grayscale: #717171. Windows color (decimal): -12091990 or 11173191. OLE color: 11173191.
HSL color Cylindrical-coordinate representation of color #477DAA: hue angle of 207.27º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #477DAA is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 125 | 170 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.33 |
| HSL | 207.27º | 0.41% | 0.47% | - |
| HSV(B) | 207.27º | 0.58% | 0.67% | - |
| XYZ | 17.19 | 18.91 | 40.77 | - |
| YUV | 113.98 | 159.61 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 170 | 0.58 | 0.26 | 0 | 0.33 | 207.27 | 0.41 | 0.47 |
| Hex | 47 | 7D | AA | 3A | 1A | 0 | 21 | CF | 29 | 2F |
| Octal | 107 | 175 | 252 | 72 | 32 | 0 | 41 | 317 | 51 | 57 |
| Binary | 1000111 | 1111101 | 10101010 | 111010 | 11010 | 0 | 100001 | 11001111 | 101001 | 101111 |
Color Harmonies of #477DAA
Complementary color
Monochromatic Colors of #477DAA
Black with #477DAA
Text Example
Text Example
White with #477DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DAA; }
p { color: rgb(71,125,170); }
H1.HeaderClassName
{
color: #477DAA;
}
.AnyTagClassName
{
color: #477DAA;
}
</style>
background-color css
<style>
a { background-color: #477DAA; }
a { background-color: rgb(71,125,170); }
div.DivClassName
{
background-color: #477DAA;
}
.BgClassName
{
background-color: #477DAA;
}
</style>
border-color css
<style>
span { border-color: #477DAA; }
span { border-color: rgb(71,125,170); }
td.TdClassName
{
border-color: #477DAA;
}
.TagClassName
{
border-color: #477DAA;
}
</style>