Shades of Como #4E7A5E
Tints of Como #4E7A5E
RGB
CMYK
RGB Variations
Color information
#4E7A5E (or 0x4E7A5E) is known color: Como. HEX triplet: 4E, 7A and 5E. RGB value is (78,122,94). Sum of RGB (Red+Green+Blue) = 78+122+94=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #4E7A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7A5E is #B185A1. Grayscale: #696969. Windows color (decimal): -11634082 or 6191694. OLE color: 6191694.
HSL color Cylindrical-coordinate representation of color #4E7A5E: hue angle of 141.82º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E7A5E is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 122 | 94 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.52 |
| HSL | 141.82º | 0.22% | 0.39% | - |
| HSV(B) | 141.82º | 0.36% | 0.48% | - |
| XYZ | 12.12 | 16.35 | 13.11 | - |
| YUV | 105.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 122 | 94 | 0.36 | 0 | 0.23 | 0.52 | 141.82 | 0.22 | 0.39 |
| Hex | 4E | 7A | 5E | 24 | 0 | 17 | 34 | 8E | 16 | 27 |
| Octal | 116 | 172 | 136 | 44 | 0 | 27 | 64 | 216 | 26 | 47 |
| Binary | 1001110 | 1111010 | 1011110 | 100100 | 0 | 10111 | 110100 | 10001110 | 10110 | 100111 |
Color Harmonies of #4E7A5E
Complementary color
Monochromatic Colors of #4E7A5E
Black with #4E7A5E
Text Example
Text Example
White with #4E7A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7A5E; }
p { color: rgb(78,122,94); }
H1.HeaderClassName
{
color: #4E7A5E;
}
.AnyTagClassName
{
color: #4E7A5E;
}
</style>
background-color css
<style>
a { background-color: #4E7A5E; }
a { background-color: rgb(78,122,94); }
div.DivClassName
{
background-color: #4E7A5E;
}
.BgClassName
{
background-color: #4E7A5E;
}
</style>
border-color css
<style>
span { border-color: #4E7A5E; }
span { border-color: rgb(78,122,94); }
td.TdClassName
{
border-color: #4E7A5E;
}
.TagClassName
{
border-color: #4E7A5E;
}
</style>