Shades of Steel Blue #477CAA
Tints of Steel Blue #477CAA
RGB
CMYK
RGB Variations
Color information
#477CAA (or 0x477CAA) is known color: Steel Blue. HEX triplet: 47, 7C and AA. RGB value is (71,124,170). Sum of RGB (Red+Green+Blue) = 71+124+170=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 124 (48.83% from 255 or 33.97% 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 #477CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477CAA is #B88355. Grayscale: #717171. Windows color (decimal): -12092246 or 11172935. OLE color: 11172935.
HSL color Cylindrical-coordinate representation of color #477CAA: hue angle of 207.88º 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 #477CAA is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 124 | 170 | - |
| CMYK | 0.58 | 0.27 | 0 | 0.33 |
| HSL | 207.88º | 0.41% | 0.47% | - |
| HSV(B) | 207.88º | 0.58% | 0.67% | - |
| XYZ | 17.06 | 18.66 | 40.73 | - |
| YUV | 113.4 | 159.94 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 170 | 0.58 | 0.27 | 0 | 0.33 | 207.88 | 0.41 | 0.47 |
| Hex | 47 | 7C | AA | 3A | 1B | 0 | 21 | D0 | 29 | 2F |
| Octal | 107 | 174 | 252 | 72 | 33 | 0 | 41 | 320 | 51 | 57 |
| Binary | 1000111 | 1111100 | 10101010 | 111010 | 11011 | 0 | 100001 | 11010000 | 101001 | 101111 |
Color Harmonies of #477CAA
Complementary color
Monochromatic Colors of #477CAA
Black with #477CAA
Text Example
Text Example
White with #477CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477CAA; }
p { color: rgb(71,124,170); }
H1.HeaderClassName
{
color: #477CAA;
}
.AnyTagClassName
{
color: #477CAA;
}
</style>
background-color css
<style>
a { background-color: #477CAA; }
a { background-color: rgb(71,124,170); }
div.DivClassName
{
background-color: #477CAA;
}
.BgClassName
{
background-color: #477CAA;
}
</style>
border-color css
<style>
span { border-color: #477CAA; }
span { border-color: rgb(71,124,170); }
td.TdClassName
{
border-color: #477CAA;
}
.TagClassName
{
border-color: #477CAA;
}
</style>