Shades of Steel Blue #477DAE
Tints of Steel Blue #477DAE
RGB
CMYK
RGB Variations
Color information
#477DAE (or 0x477DAE) is known color: Steel Blue. HEX triplet: 47, 7D and AE. RGB value is (71,125,174). Sum of RGB (Red+Green+Blue) = 71+125+174=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #477DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477DAE is #B88251. Grayscale: #727272. Windows color (decimal): -12091986 or 11435335. OLE color: 11435335.
HSL color Cylindrical-coordinate representation of color #477DAE: hue angle of 208.54º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #477DAE is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 125 | 174 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.32 |
| HSL | 208.54º | 0.42% | 0.48% | - |
| HSV(B) | 208.54º | 0.59% | 0.68% | - |
| XYZ | 17.57 | 19.06 | 42.8 | - |
| YUV | 114.44 | 161.61 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 125 | 174 | 0.59 | 0.28 | 0 | 0.32 | 208.54 | 0.42 | 0.48 |
| Hex | 47 | 7D | AE | 3B | 1C | 0 | 20 | D1 | 2A | 30 |
| Octal | 107 | 175 | 256 | 73 | 34 | 0 | 40 | 321 | 52 | 60 |
| Binary | 1000111 | 1111101 | 10101110 | 111011 | 11100 | 0 | 100000 | 11010001 | 101010 | 110000 |
Color Harmonies of #477DAE
Complementary color
Monochromatic Colors of #477DAE
Black with #477DAE
Text Example
Text Example
White with #477DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477DAE; }
p { color: rgb(71,125,174); }
H1.HeaderClassName
{
color: #477DAE;
}
.AnyTagClassName
{
color: #477DAE;
}
</style>
background-color css
<style>
a { background-color: #477DAE; }
a { background-color: rgb(71,125,174); }
div.DivClassName
{
background-color: #477DAE;
}
.BgClassName
{
background-color: #477DAE;
}
</style>
border-color css
<style>
span { border-color: #477DAE; }
span { border-color: rgb(71,125,174); }
td.TdClassName
{
border-color: #477DAE;
}
.TagClassName
{
border-color: #477DAE;
}
</style>