Shades of Como #477F62
Tints of Como #477F62
RGB
CMYK
RGB Variations
Color information
#477F62 (or 0x477F62) is known color: Como. HEX triplet: 47, 7F and 62. RGB value is (71,127,98). Sum of RGB (Red+Green+Blue) = 71+127+98=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 127 - color contains mainly: green. Hex color #477F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F62 is #B8809D. Grayscale: #6B6B6B. Windows color (decimal): -12091550 or 6455111. OLE color: 6455111.
HSL color Cylindrical-coordinate representation of color #477F62: hue angle of 148.93º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477F62 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 127 | 98 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.50 |
| HSL | 148.93º | 0.28% | 0.39% | - |
| HSV(B) | 148.93º | 0.44% | 0.5% | - |
| XYZ | 12.39 | 17.4 | 14.26 | - |
| YUV | 106.95 | 122.95 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 127 | 98 | 0.44 | 0 | 0.23 | 0.50 | 148.93 | 0.28 | 0.39 |
| Hex | 47 | 7F | 62 | 2C | 0 | 17 | 32 | 95 | 1C | 27 |
| Octal | 107 | 177 | 142 | 54 | 0 | 27 | 62 | 225 | 34 | 47 |
| Binary | 1000111 | 1111111 | 1100010 | 101100 | 0 | 10111 | 110010 | 10010101 | 11100 | 100111 |
Color Harmonies of #477F62
Complementary color
Monochromatic Colors of #477F62
Black with #477F62
Text Example
Text Example
White with #477F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477F62; }
p { color: rgb(71,127,98); }
H1.HeaderClassName
{
color: #477F62;
}
.AnyTagClassName
{
color: #477F62;
}
</style>
background-color css
<style>
a { background-color: #477F62; }
a { background-color: rgb(71,127,98); }
div.DivClassName
{
background-color: #477F62;
}
.BgClassName
{
background-color: #477F62;
}
</style>
border-color css
<style>
span { border-color: #477F62; }
span { border-color: rgb(71,127,98); }
td.TdClassName
{
border-color: #477F62;
}
.TagClassName
{
border-color: #477F62;
}
</style>