Shades of Como #4D6E5C
Tints of Como #4D6E5C
RGB
CMYK
RGB Variations
Color information
#4D6E5C (or 0x4D6E5C) is known color: Como. HEX triplet: 4D, 6E and 5C. RGB value is (77,110,92). Sum of RGB (Red+Green+Blue) = 77+110+92=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6E5C is #B291A3. Grayscale: #626262. Windows color (decimal): -11702692 or 6057549. OLE color: 6057549.
HSL color Cylindrical-coordinate representation of color #4D6E5C: hue angle of 147.27º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D6E5C is Cyan = 0.3, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 110 | 92 | - |
| CMYK | 0.3 | 0 | 0.16 | 0.57 |
| HSL | 147.27º | 0.18% | 0.37% | - |
| HSV(B) | 147.27º | 0.3% | 0.43% | - |
| XYZ | 10.57 | 13.5 | 12.17 | - |
| YUV | 98.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 92 | 0.3 | 0 | 0.16 | 0.57 | 147.27 | 0.18 | 0.37 |
| Hex | 4D | 6E | 5C | 1E | 0 | 10 | 39 | 93 | 12 | 25 |
| Octal | 115 | 156 | 134 | 36 | 0 | 20 | 71 | 223 | 22 | 45 |
| Binary | 1001101 | 1101110 | 1011100 | 11110 | 0 | 10000 | 111001 | 10010011 | 10010 | 100101 |
Color Harmonies of #4D6E5C
Complementary color
Monochromatic Colors of #4D6E5C
Black with #4D6E5C
Text Example
Text Example
White with #4D6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6E5C; }
p { color: rgb(77,110,92); }
H1.HeaderClassName
{
color: #4D6E5C;
}
.AnyTagClassName
{
color: #4D6E5C;
}
</style>
background-color css
<style>
a { background-color: #4D6E5C; }
a { background-color: rgb(77,110,92); }
div.DivClassName
{
background-color: #4D6E5C;
}
.BgClassName
{
background-color: #4D6E5C;
}
</style>
border-color css
<style>
span { border-color: #4D6E5C; }
span { border-color: rgb(77,110,92); }
td.TdClassName
{
border-color: #4D6E5C;
}
.TagClassName
{
border-color: #4D6E5C;
}
</style>