Shades of Como #477E64
Tints of Como #477E64
RGB
CMYK
RGB Variations
Color information
#477E64 (or 0x477E64) is known color: Como. HEX triplet: 47, 7E and 64. RGB value is (71,126,100). Sum of RGB (Red+Green+Blue) = 71+126+100=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 126 (49.61% from 255 or 42.42% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 126 - color contains mainly: green. Hex color #477E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477E64 is #B8819B. Grayscale: #6A6A6A. Windows color (decimal): -12091804 or 6585927. OLE color: 6585927.
HSL color Cylindrical-coordinate representation of color #477E64: hue angle of 151.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477E64 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 126 | 100 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.51 |
| HSL | 151.64º | 0.28% | 0.39% | - |
| HSV(B) | 151.64º | 0.44% | 0.49% | - |
| XYZ | 12.36 | 17.18 | 14.72 | - |
| YUV | 106.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 126 | 100 | 0.44 | 0 | 0.21 | 0.51 | 151.64 | 0.28 | 0.39 |
| Hex | 47 | 7E | 64 | 2C | 0 | 15 | 33 | 98 | 1C | 27 |
| Octal | 107 | 176 | 144 | 54 | 0 | 25 | 63 | 230 | 34 | 47 |
| Binary | 1000111 | 1111110 | 1100100 | 101100 | 0 | 10101 | 110011 | 10011000 | 11100 | 100111 |
Color Harmonies of #477E64
Complementary color
Monochromatic Colors of #477E64
Black with #477E64
Text Example
Text Example
White with #477E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477E64; }
p { color: rgb(71,126,100); }
H1.HeaderClassName
{
color: #477E64;
}
.AnyTagClassName
{
color: #477E64;
}
</style>
background-color css
<style>
a { background-color: #477E64; }
a { background-color: rgb(71,126,100); }
div.DivClassName
{
background-color: #477E64;
}
.BgClassName
{
background-color: #477E64;
}
</style>
border-color css
<style>
span { border-color: #477E64; }
span { border-color: rgb(71,126,100); }
td.TdClassName
{
border-color: #477E64;
}
.TagClassName
{
border-color: #477E64;
}
</style>