Shades of Como #4D6F5D
Tints of Como #4D6F5D
RGB
CMYK
RGB Variations
Color information
#4D6F5D (or 0x4D6F5D) is known color: Como. HEX triplet: 4D, 6F and 5D. RGB value is (77,111,93). Sum of RGB (Red+Green+Blue) = 77+111+93=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F5D is #B290A2. Grayscale: #626262. Windows color (decimal): -11702435 or 6123341. OLE color: 6123341.
HSL color Cylindrical-coordinate representation of color #4D6F5D: hue angle of 148.24º 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 #4D6F5D is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 111 | 93 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.56 |
| HSL | 148.24º | 0.18% | 0.37% | - |
| HSV(B) | 148.24º | 0.31% | 0.44% | - |
| XYZ | 10.72 | 13.74 | 12.44 | - |
| YUV | 98.78 | 124.74 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 93 | 0.31 | 0 | 0.16 | 0.56 | 148.24 | 0.18 | 0.37 |
| Hex | 4D | 6F | 5D | 1F | 0 | 10 | 38 | 94 | 12 | 25 |
| Octal | 115 | 157 | 135 | 37 | 0 | 20 | 70 | 224 | 22 | 45 |
| Binary | 1001101 | 1101111 | 1011101 | 11111 | 0 | 10000 | 111000 | 10010100 | 10010 | 100101 |
Color Harmonies of #4D6F5D
Complementary color
Monochromatic Colors of #4D6F5D
Black with #4D6F5D
Text Example
Text Example
White with #4D6F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6F5D; }
p { color: rgb(77,111,93); }
H1.HeaderClassName
{
color: #4D6F5D;
}
.AnyTagClassName
{
color: #4D6F5D;
}
</style>
background-color css
<style>
a { background-color: #4D6F5D; }
a { background-color: rgb(77,111,93); }
div.DivClassName
{
background-color: #4D6F5D;
}
.BgClassName
{
background-color: #4D6F5D;
}
</style>
border-color css
<style>
span { border-color: #4D6F5D; }
span { border-color: rgb(77,111,93); }
td.TdClassName
{
border-color: #4D6F5D;
}
.TagClassName
{
border-color: #4D6F5D;
}
</style>