Shades of Como #477C62
Tints of Como #477C62
RGB
CMYK
RGB Variations
Color information
#477C62 (or 0x477C62) is known color: Como. HEX triplet: 47, 7C and 62. RGB value is (71,124,98). Sum of RGB (Red+Green+Blue) = 71+124+98=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 124 - color contains mainly: green. Hex color #477C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C62 is #B8839D. Grayscale: #696969. Windows color (decimal): -12092318 or 6454343. OLE color: 6454343.
HSL color Cylindrical-coordinate representation of color #477C62: hue angle of 150.57º 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 #477C62 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 71 | 124 | 98 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.51 |
| HSL | 150.57º | 0.27% | 0.38% | - |
| HSV(B) | 150.57º | 0.43% | 0.49% | - |
| XYZ | 12.01 | 16.64 | 14.13 | - |
| YUV | 105.19 | 123.94 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 124 | 98 | 0.43 | 0 | 0.21 | 0.51 | 150.57 | 0.27 | 0.38 |
| Hex | 47 | 7C | 62 | 2B | 0 | 15 | 33 | 97 | 1B | 26 |
| Octal | 107 | 174 | 142 | 53 | 0 | 25 | 63 | 227 | 33 | 46 |
| Binary | 1000111 | 1111100 | 1100010 | 101011 | 0 | 10101 | 110011 | 10010111 | 11011 | 100110 |
Color Harmonies of #477C62
Complementary color
Monochromatic Colors of #477C62
Black with #477C62
Text Example
Text Example
White with #477C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477C62; }
p { color: rgb(71,124,98); }
H1.HeaderClassName
{
color: #477C62;
}
.AnyTagClassName
{
color: #477C62;
}
</style>
background-color css
<style>
a { background-color: #477C62; }
a { background-color: rgb(71,124,98); }
div.DivClassName
{
background-color: #477C62;
}
.BgClassName
{
background-color: #477C62;
}
</style>
border-color css
<style>
span { border-color: #477C62; }
span { border-color: rgb(71,124,98); }
td.TdClassName
{
border-color: #477C62;
}
.TagClassName
{
border-color: #477C62;
}
</style>