Shades of Emperor #4C4547
Tints of Emperor #4C4547
RGB
CMYK
RGB Variations
Color information
#4C4547 (or 0x4C4547) is known color: Emperor. HEX triplet: 4C, 45 and 47. RGB value is (76,69,71). Sum of RGB (Red+Green+Blue) = 76+69+71=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4547 is #B3BAB8. Grayscale: #474747. Windows color (decimal): -11778745 or 4670796. OLE color: 4670796.
HSL color Cylindrical-coordinate representation of color #4C4547: hue angle of 342.86º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C4547 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 69 | 71 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.70 |
| HSL | 342.86º | 0.05% | 0.28% | - |
| HSV(B) | 342.86º | 0.09% | 0.3% | - |
| XYZ | 6.25 | 6.25 | 6.84 | - |
| YUV | 71.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 71 | 0 | 0.09 | 0.07 | 0.70 | 342.86 | 0.05 | 0.28 |
| Hex | 4C | 45 | 47 | 0 | 9 | 7 | 46 | 157 | 5 | 1C |
| Octal | 114 | 105 | 107 | 0 | 11 | 7 | 106 | 527 | 5 | 34 |
| Binary | 1001100 | 1000101 | 1000111 | 0 | 1001 | 111 | 1000110 | 101010111 | 101 | 11100 |
Color Harmonies of #4C4547
Complementary color
Monochromatic Colors of #4C4547
Black with #4C4547
Text Example
Text Example
White with #4C4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4547; }
p { color: rgb(76,69,71); }
H1.HeaderClassName
{
color: #4C4547;
}
.AnyTagClassName
{
color: #4C4547;
}
</style>
background-color css
<style>
a { background-color: #4C4547; }
a { background-color: rgb(76,69,71); }
div.DivClassName
{
background-color: #4C4547;
}
.BgClassName
{
background-color: #4C4547;
}
</style>
border-color css
<style>
span { border-color: #4C4547; }
span { border-color: rgb(76,69,71); }
td.TdClassName
{
border-color: #4C4547;
}
.TagClassName
{
border-color: #4C4547;
}
</style>