Shades of Matterhorn #4C4949
Tints of Matterhorn #4C4949
RGB
CMYK
RGB Variations
Color information
#4C4949 (or 0x4C4949) is known color: Matterhorn. HEX triplet: 4C, 49 and 49. RGB value is (76,73,73). Sum of RGB (Red+Green+Blue) = 76+73+73=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4949 is #B3B6B6. Grayscale: #494949. Windows color (decimal): -11777719 or 4802892. OLE color: 4802892.
HSL color Cylindrical-coordinate representation of color #4C4949: hue angle of 0º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4C4949 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 73 | 73 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.70 |
| HSL | 0º | 0.02% | 0.29% | - |
| HSV(B) | 0º | 0.04% | 0.3% | - |
| XYZ | 6.57 | 6.78 | 7.27 | - |
| YUV | 73.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 73 | 0 | 0.04 | 0.04 | 0.70 | 0 | 0.02 | 0.29 |
| Hex | 4C | 49 | 49 | 0 | 4 | 4 | 46 | 0 | 2 | 1D |
| Octal | 114 | 111 | 111 | 0 | 4 | 4 | 106 | 0 | 2 | 35 |
| Binary | 1001100 | 1001001 | 1001001 | 0 | 100 | 100 | 1000110 | 0 | 10 | 11101 |
Color Harmonies of #4C4949
Complementary color
Monochromatic Colors of #4C4949
Black with #4C4949
Text Example
Text Example
White with #4C4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4949; }
p { color: rgb(76,73,73); }
H1.HeaderClassName
{
color: #4C4949;
}
.AnyTagClassName
{
color: #4C4949;
}
</style>
background-color css
<style>
a { background-color: #4C4949; }
a { background-color: rgb(76,73,73); }
div.DivClassName
{
background-color: #4C4949;
}
.BgClassName
{
background-color: #4C4949;
}
</style>
border-color css
<style>
span { border-color: #4C4949; }
span { border-color: rgb(76,73,73); }
td.TdClassName
{
border-color: #4C4949;
}
.TagClassName
{
border-color: #4C4949;
}
</style>