Shades of Como #4D6B59
Tints of Como #4D6B59
RGB
CMYK
RGB Variations
Color information
#4D6B59 (or 0x4D6B59) is known color: Como. HEX triplet: 4D, 6B and 59. RGB value is (77,107,89). Sum of RGB (Red+Green+Blue) = 77+107+89=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B59 is #B294A6. Grayscale: #606060. Windows color (decimal): -11703463 or 5860173. OLE color: 5860173.
HSL color Cylindrical-coordinate representation of color #4D6B59: hue angle of 144º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D6B59 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 89 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.58 |
| HSL | 144º | 0.16% | 0.36% | - |
| HSV(B) | 144º | 0.28% | 0.42% | - |
| XYZ | 10.12 | 12.81 | 11.39 | - |
| YUV | 95.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 89 | 0.28 | 0 | 0.17 | 0.58 | 144 | 0.16 | 0.36 |
| Hex | 4D | 6B | 59 | 1C | 0 | 11 | 3A | 90 | 10 | 24 |
| Octal | 115 | 153 | 131 | 34 | 0 | 21 | 72 | 220 | 20 | 44 |
| Binary | 1001101 | 1101011 | 1011001 | 11100 | 0 | 10001 | 111010 | 10010000 | 10000 | 100100 |
Color Harmonies of #4D6B59
Complementary color
Monochromatic Colors of #4D6B59
Black with #4D6B59
Text Example
Text Example
White with #4D6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B59; }
p { color: rgb(77,107,89); }
H1.HeaderClassName
{
color: #4D6B59;
}
.AnyTagClassName
{
color: #4D6B59;
}
</style>
background-color css
<style>
a { background-color: #4D6B59; }
a { background-color: rgb(77,107,89); }
div.DivClassName
{
background-color: #4D6B59;
}
.BgClassName
{
background-color: #4D6B59;
}
</style>
border-color css
<style>
span { border-color: #4D6B59; }
span { border-color: rgb(77,107,89); }
td.TdClassName
{
border-color: #4D6B59;
}
.TagClassName
{
border-color: #4D6B59;
}
</style>