Shades of Como #4E6F5C
Tints of Como #4E6F5C
RGB
CMYK
RGB Variations
Color information
#4E6F5C (or 0x4E6F5C) is known color: Como. HEX triplet: 4E, 6F and 5C. RGB value is (78,111,92). Sum of RGB (Red+Green+Blue) = 78+111+92=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #4E6F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6F5C is #B190A3. Grayscale: #636363. Windows color (decimal): -11636900 or 6057806. OLE color: 6057806.
HSL color Cylindrical-coordinate representation of color #4E6F5C: hue angle of 145.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E6F5C is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 111 | 92 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.56 |
| HSL | 145.45º | 0.17% | 0.37% | - |
| HSV(B) | 145.45º | 0.3% | 0.44% | - |
| XYZ | 10.76 | 13.76 | 12.21 | - |
| YUV | 98.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 92 | 0.30 | 0 | 0.17 | 0.56 | 145.45 | 0.17 | 0.37 |
| Hex | 4E | 6F | 5C | 1E | 0 | 11 | 38 | 91 | 11 | 25 |
| Octal | 116 | 157 | 134 | 36 | 0 | 21 | 70 | 221 | 21 | 45 |
| Binary | 1001110 | 1101111 | 1011100 | 11110 | 0 | 10001 | 111000 | 10010001 | 10001 | 100101 |
Color Harmonies of #4E6F5C
Complementary color
Monochromatic Colors of #4E6F5C
Black with #4E6F5C
Text Example
Text Example
White with #4E6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6F5C; }
p { color: rgb(78,111,92); }
H1.HeaderClassName
{
color: #4E6F5C;
}
.AnyTagClassName
{
color: #4E6F5C;
}
</style>
background-color css
<style>
a { background-color: #4E6F5C; }
a { background-color: rgb(78,111,92); }
div.DivClassName
{
background-color: #4E6F5C;
}
.BgClassName
{
background-color: #4E6F5C;
}
</style>
border-color css
<style>
span { border-color: #4E6F5C; }
span { border-color: rgb(78,111,92); }
td.TdClassName
{
border-color: #4E6F5C;
}
.TagClassName
{
border-color: #4E6F5C;
}
</style>