Shades of Emperor #4C4647
Tints of Emperor #4C4647
RGB
CMYK
RGB Variations
Color information
#4C4647 (or 0x4C4647) is known color: Emperor. HEX triplet: 4C, 46 and 47. RGB value is (76,70,71). Sum of RGB (Red+Green+Blue) = 76+70+71=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4647 is #B3B9B8. Grayscale: #474747. Windows color (decimal): -11778489 or 4671052. OLE color: 4671052.
HSL color Cylindrical-coordinate representation of color #4C4647: hue angle of 350º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4C4647 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 70 | 71 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.70 |
| HSL | 350º | 0.04% | 0.29% | - |
| HSV(B) | 350º | 0.08% | 0.3% | - |
| XYZ | 6.31 | 6.37 | 6.86 | - |
| YUV | 71.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 70 | 71 | 0 | 0.08 | 0.07 | 0.70 | 350 | 0.04 | 0.29 |
| Hex | 4C | 46 | 47 | 0 | 8 | 7 | 46 | 15E | 4 | 1D |
| Octal | 114 | 106 | 107 | 0 | 10 | 7 | 106 | 536 | 4 | 35 |
| Binary | 1001100 | 1000110 | 1000111 | 0 | 1000 | 111 | 1000110 | 101011110 | 100 | 11101 |
Color Harmonies of #4C4647
Complementary color
Monochromatic Colors of #4C4647
Black with #4C4647
Text Example
Text Example
White with #4C4647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4647; }
p { color: rgb(76,70,71); }
H1.HeaderClassName
{
color: #4C4647;
}
.AnyTagClassName
{
color: #4C4647;
}
</style>
background-color css
<style>
a { background-color: #4C4647; }
a { background-color: rgb(76,70,71); }
div.DivClassName
{
background-color: #4C4647;
}
.BgClassName
{
background-color: #4C4647;
}
</style>
border-color css
<style>
span { border-color: #4C4647; }
span { border-color: rgb(76,70,71); }
td.TdClassName
{
border-color: #4C4647;
}
.TagClassName
{
border-color: #4C4647;
}
</style>