Shades of Como #4E7F62
Tints of Como #4E7F62
RGB
CMYK
RGB Variations
Color information
#4E7F62 (or 0x4E7F62) is known color: Como. HEX triplet: 4E, 7F and 62. RGB value is (78,127,98). Sum of RGB (Red+Green+Blue) = 78+127+98=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 127 - color contains mainly: green. Hex color #4E7F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7F62 is #B1809D. Grayscale: #6D6D6D. Windows color (decimal): -11632798 or 6455118. OLE color: 6455118.
HSL color Cylindrical-coordinate representation of color #4E7F62: hue angle of 144.49º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E7F62 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 127 | 98 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.50 |
| HSL | 144.49º | 0.24% | 0.4% | - |
| HSV(B) | 144.49º | 0.39% | 0.5% | - |
| XYZ | 12.94 | 17.68 | 14.29 | - |
| YUV | 109.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 127 | 98 | 0.39 | 0 | 0.23 | 0.50 | 144.49 | 0.24 | 0.4 |
| Hex | 4E | 7F | 62 | 27 | 0 | 17 | 32 | 90 | 18 | 28 |
| Octal | 116 | 177 | 142 | 47 | 0 | 27 | 62 | 220 | 30 | 50 |
| Binary | 1001110 | 1111111 | 1100010 | 100111 | 0 | 10111 | 110010 | 10010000 | 11000 | 101000 |
Color Harmonies of #4E7F62
Complementary color
Monochromatic Colors of #4E7F62
Black with #4E7F62
Text Example
Text Example
White with #4E7F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7F62; }
p { color: rgb(78,127,98); }
H1.HeaderClassName
{
color: #4E7F62;
}
.AnyTagClassName
{
color: #4E7F62;
}
</style>
background-color css
<style>
a { background-color: #4E7F62; }
a { background-color: rgb(78,127,98); }
div.DivClassName
{
background-color: #4E7F62;
}
.BgClassName
{
background-color: #4E7F62;
}
</style>
border-color css
<style>
span { border-color: #4E7F62; }
span { border-color: rgb(78,127,98); }
td.TdClassName
{
border-color: #4E7F62;
}
.TagClassName
{
border-color: #4E7F62;
}
</style>