Shades of Como #4D6F5B
Tints of Como #4D6F5B
RGB
CMYK
RGB Variations
Color information
#4D6F5B (or 0x4D6F5B) is known color: Como. HEX triplet: 4D, 6F and 5B. RGB value is (77,111,91). Sum of RGB (Red+Green+Blue) = 77+111+91=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F5B is #B290A4. Grayscale: #626262. Windows color (decimal): -11702437 or 5992269. OLE color: 5992269.
HSL color Cylindrical-coordinate representation of color #4D6F5B: hue angle of 144.71º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6F5B is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 111 | 91 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.56 |
| HSL | 144.71º | 0.18% | 0.37% | - |
| HSV(B) | 144.71º | 0.31% | 0.44% | - |
| XYZ | 10.63 | 13.7 | 11.98 | - |
| YUV | 98.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 91 | 0.31 | 0 | 0.18 | 0.56 | 144.71 | 0.18 | 0.37 |
| Hex | 4D | 6F | 5B | 1F | 0 | 12 | 38 | 91 | 12 | 25 |
| Octal | 115 | 157 | 133 | 37 | 0 | 22 | 70 | 221 | 22 | 45 |
| Binary | 1001101 | 1101111 | 1011011 | 11111 | 0 | 10010 | 111000 | 10010001 | 10010 | 100101 |
Color Harmonies of #4D6F5B
Complementary color
Monochromatic Colors of #4D6F5B
Black with #4D6F5B
Text Example
Text Example
White with #4D6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F5B; }
p { color: rgb(77,111,91); }
H1.HeaderClassName
{
color: #4D6F5B;
}
.AnyTagClassName
{
color: #4D6F5B;
}
</style>
background-color css
<style>
a { background-color: #4D6F5B; }
a { background-color: rgb(77,111,91); }
div.DivClassName
{
background-color: #4D6F5B;
}
.BgClassName
{
background-color: #4D6F5B;
}
</style>
border-color css
<style>
span { border-color: #4D6F5B; }
span { border-color: rgb(77,111,91); }
td.TdClassName
{
border-color: #4D6F5B;
}
.TagClassName
{
border-color: #4D6F5B;
}
</style>