Shades of Como #4D6D5A
Tints of Como #4D6D5A
RGB
CMYK
RGB Variations
Color information
#4D6D5A (or 0x4D6D5A) is known color: Como. HEX triplet: 4D, 6D and 5A. RGB value is (77,109,90). Sum of RGB (Red+Green+Blue) = 77+109+90=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D5A is #B292A5. Grayscale: #616161. Windows color (decimal): -11702950 or 5926221. OLE color: 5926221.
HSL color Cylindrical-coordinate representation of color #4D6D5A: hue angle of 144.38º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6D5A is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 90 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.57 |
| HSL | 144.38º | 0.17% | 0.36% | - |
| HSV(B) | 144.38º | 0.29% | 0.43% | - |
| XYZ | 10.37 | 13.25 | 11.68 | - |
| YUV | 97.27 | 123.9 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 90 | 0.29 | 0 | 0.17 | 0.57 | 144.38 | 0.17 | 0.36 |
| Hex | 4D | 6D | 5A | 1D | 0 | 11 | 39 | 90 | 11 | 24 |
| Octal | 115 | 155 | 132 | 35 | 0 | 21 | 71 | 220 | 21 | 44 |
| Binary | 1001101 | 1101101 | 1011010 | 11101 | 0 | 10001 | 111001 | 10010000 | 10001 | 100100 |
Color Harmonies of #4D6D5A
Complementary color
Monochromatic Colors of #4D6D5A
Black with #4D6D5A
Text Example
Text Example
White with #4D6D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D5A; }
p { color: rgb(77,109,90); }
H1.HeaderClassName
{
color: #4D6D5A;
}
.AnyTagClassName
{
color: #4D6D5A;
}
</style>
background-color css
<style>
a { background-color: #4D6D5A; }
a { background-color: rgb(77,109,90); }
div.DivClassName
{
background-color: #4D6D5A;
}
.BgClassName
{
background-color: #4D6D5A;
}
</style>
border-color css
<style>
span { border-color: #4D6D5A; }
span { border-color: rgb(77,109,90); }
td.TdClassName
{
border-color: #4D6D5A;
}
.TagClassName
{
border-color: #4D6D5A;
}
</style>