Shades of Como #477C59
Tints of Como #477C59
RGB
CMYK
RGB Variations
Color information
#477C59 (or 0x477C59) is known color: Como. HEX triplet: 47, 7C and 59. RGB value is (71,124,89). Sum of RGB (Red+Green+Blue) = 71+124+89=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #477C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C59 is #B883A6. Grayscale: #686868. Windows color (decimal): -12092327 or 5864519. OLE color: 5864519.
HSL color Cylindrical-coordinate representation of color #477C59: hue angle of 140.38º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C59 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 89 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.51 |
| HSL | 140.38º | 0.27% | 0.38% | - |
| HSV(B) | 140.38º | 0.43% | 0.49% | - |
| XYZ | 11.61 | 16.48 | 12.02 | - |
| YUV | 104.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 89 | 0.43 | 0 | 0.28 | 0.51 | 140.38 | 0.27 | 0.38 |
| Hex | 47 | 7C | 59 | 2B | 0 | 1C | 33 | 8C | 1B | 26 |
| Octal | 107 | 174 | 131 | 53 | 0 | 34 | 63 | 214 | 33 | 46 |
| Binary | 1000111 | 1111100 | 1011001 | 101011 | 0 | 11100 | 110011 | 10001100 | 11011 | 100110 |
Color Harmonies of #477C59
Complementary color
Monochromatic Colors of #477C59
Black with #477C59
Text Example
Text Example
White with #477C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C59; }
p { color: rgb(71,124,89); }
H1.HeaderClassName
{
color: #477C59;
}
.AnyTagClassName
{
color: #477C59;
}
</style>
background-color css
<style>
a { background-color: #477C59; }
a { background-color: rgb(71,124,89); }
div.DivClassName
{
background-color: #477C59;
}
.BgClassName
{
background-color: #477C59;
}
</style>
border-color css
<style>
span { border-color: #477C59; }
span { border-color: rgb(71,124,89); }
td.TdClassName
{
border-color: #477C59;
}
.TagClassName
{
border-color: #477C59;
}
</style>