Shades of Como #4E8066
Tints of Como #4E8066
RGB
CMYK
RGB Variations
Color information
#4E8066 (or 0x4E8066) is known color: Como. HEX triplet: 4E, 80 and 66. RGB value is (78,128,102). Sum of RGB (Red+Green+Blue) = 78+128+102=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #4E8066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8066 is #B17F99. Grayscale: #6E6E6E. Windows color (decimal): -11632538 or 6717518. OLE color: 6717518.
HSL color Cylindrical-coordinate representation of color #4E8066: hue angle of 148.8º 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 #4E8066 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 78 | 128 | 102 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.50 |
| HSL | 148.8º | 0.24% | 0.4% | - |
| HSV(B) | 148.8º | 0.39% | 0.5% | - |
| XYZ | 13.26 | 18.02 | 15.35 | - |
| YUV | 110.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 128 | 102 | 0.39 | 0 | 0.20 | 0.50 | 148.8 | 0.24 | 0.4 |
| Hex | 4E | 80 | 66 | 27 | 0 | 14 | 32 | 95 | 18 | 28 |
| Octal | 116 | 200 | 146 | 47 | 0 | 24 | 62 | 225 | 30 | 50 |
| Binary | 1001110 | 10000000 | 1100110 | 100111 | 0 | 10100 | 110010 | 10010101 | 11000 | 101000 |
Color Harmonies of #4E8066
Complementary color
Monochromatic Colors of #4E8066
Black with #4E8066
Text Example
Text Example
White with #4E8066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E8066; }
p { color: rgb(78,128,102); }
H1.HeaderClassName
{
color: #4E8066;
}
.AnyTagClassName
{
color: #4E8066;
}
</style>
background-color css
<style>
a { background-color: #4E8066; }
a { background-color: rgb(78,128,102); }
div.DivClassName
{
background-color: #4E8066;
}
.BgClassName
{
background-color: #4E8066;
}
</style>
border-color css
<style>
span { border-color: #4E8066; }
span { border-color: rgb(78,128,102); }
td.TdClassName
{
border-color: #4E8066;
}
.TagClassName
{
border-color: #4E8066;
}
</style>