Shades of Como #4E7162
Tints of Como #4E7162
RGB
CMYK
RGB Variations
Color information
#4E7162 (or 0x4E7162) is known color: Como. HEX triplet: 4E, 71 and 62. RGB value is (78,113,98). Sum of RGB (Red+Green+Blue) = 78+113+98=289 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.99% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #4E7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7162 is #B18E9D. Grayscale: #646464. Windows color (decimal): -11636382 or 6451534. OLE color: 6451534.
HSL color Cylindrical-coordinate representation of color #4E7162: hue angle of 154.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E7162 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 98 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.56 |
| HSL | 154.29º | 0.18% | 0.37% | - |
| HSV(B) | 154.29º | 0.31% | 0.44% | - |
| XYZ | 11.25 | 14.31 | 13.72 | - |
| YUV | 100.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 98 | 0.31 | 0 | 0.13 | 0.56 | 154.29 | 0.18 | 0.37 |
| Hex | 4E | 71 | 62 | 1F | 0 | D | 38 | 9A | 12 | 25 |
| Octal | 116 | 161 | 142 | 37 | 0 | 15 | 70 | 232 | 22 | 45 |
| Binary | 1001110 | 1110001 | 1100010 | 11111 | 0 | 1101 | 111000 | 10011010 | 10010 | 100101 |
Color Harmonies of #4E7162
Complementary color
Monochromatic Colors of #4E7162
Black with #4E7162
Text Example
Text Example
White with #4E7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7162; }
p { color: rgb(78,113,98); }
H1.HeaderClassName
{
color: #4E7162;
}
.AnyTagClassName
{
color: #4E7162;
}
</style>
background-color css
<style>
a { background-color: #4E7162; }
a { background-color: rgb(78,113,98); }
div.DivClassName
{
background-color: #4E7162;
}
.BgClassName
{
background-color: #4E7162;
}
</style>
border-color css
<style>
span { border-color: #4E7162; }
span { border-color: rgb(78,113,98); }
td.TdClassName
{
border-color: #4E7162;
}
.TagClassName
{
border-color: #4E7162;
}
</style>