Shades of Como #4D6D5B
Tints of Como #4D6D5B
RGB
CMYK
RGB Variations
Color information
#4D6D5B (or 0x4D6D5B) is known color: Como. HEX triplet: 4D, 6D and 5B. RGB value is (77,109,91). Sum of RGB (Red+Green+Blue) = 77+109+91=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D5B is #B292A4. Grayscale: #616161. Windows color (decimal): -11702949 or 5991757. OLE color: 5991757.
HSL color Cylindrical-coordinate representation of color #4D6D5B: hue angle of 146.25º 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 #4D6D5B is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 91 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.57 |
| HSL | 146.25º | 0.17% | 0.36% | - |
| HSV(B) | 146.25º | 0.29% | 0.43% | - |
| XYZ | 10.42 | 13.27 | 11.91 | - |
| YUV | 97.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 91 | 0.29 | 0 | 0.17 | 0.57 | 146.25 | 0.17 | 0.36 |
| Hex | 4D | 6D | 5B | 1D | 0 | 11 | 39 | 92 | 11 | 24 |
| Octal | 115 | 155 | 133 | 35 | 0 | 21 | 71 | 222 | 21 | 44 |
| Binary | 1001101 | 1101101 | 1011011 | 11101 | 0 | 10001 | 111001 | 10010010 | 10001 | 100100 |
Color Harmonies of #4D6D5B
Complementary color
Monochromatic Colors of #4D6D5B
Black with #4D6D5B
Text Example
Text Example
White with #4D6D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D5B; }
p { color: rgb(77,109,91); }
H1.HeaderClassName
{
color: #4D6D5B;
}
.AnyTagClassName
{
color: #4D6D5B;
}
</style>
background-color css
<style>
a { background-color: #4D6D5B; }
a { background-color: rgb(77,109,91); }
div.DivClassName
{
background-color: #4D6D5B;
}
.BgClassName
{
background-color: #4D6D5B;
}
</style>
border-color css
<style>
span { border-color: #4D6D5B; }
span { border-color: rgb(77,109,91); }
td.TdClassName
{
border-color: #4D6D5B;
}
.TagClassName
{
border-color: #4D6D5B;
}
</style>