Shades of Emperor #4E4547
Tints of Emperor #4E4547
RGB
CMYK
RGB Variations
Color information
#4E4547 (or 0x4E4547) is known color: Emperor. HEX triplet: 4E, 45 and 47. RGB value is (78,69,71). Sum of RGB (Red+Green+Blue) = 78+69+71=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4547 is #B1BAB8. Grayscale: #474747. Windows color (decimal): -11647673 or 4670798. OLE color: 4670798.
HSL color Cylindrical-coordinate representation of color #4E4547: hue angle of 346.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E4547 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 71 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.69 |
| HSL | 346.67º | 0.06% | 0.29% | - |
| HSV(B) | 346.67º | 0.12% | 0.31% | - |
| XYZ | 6.41 | 6.33 | 6.85 | - |
| YUV | 71.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 71 | 0 | 0.12 | 0.09 | 0.69 | 346.67 | 0.06 | 0.29 |
| Hex | 4E | 45 | 47 | 0 | C | 9 | 45 | 15B | 6 | 1D |
| Octal | 116 | 105 | 107 | 0 | 14 | 11 | 105 | 533 | 6 | 35 |
| Binary | 1001110 | 1000101 | 1000111 | 0 | 1100 | 1001 | 1000101 | 101011011 | 110 | 11101 |
Color Harmonies of #4E4547
Complementary color
Monochromatic Colors of #4E4547
Black with #4E4547
Text Example
Text Example
White with #4E4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4547; }
p { color: rgb(78,69,71); }
H1.HeaderClassName
{
color: #4E4547;
}
.AnyTagClassName
{
color: #4E4547;
}
</style>
background-color css
<style>
a { background-color: #4E4547; }
a { background-color: rgb(78,69,71); }
div.DivClassName
{
background-color: #4E4547;
}
.BgClassName
{
background-color: #4E4547;
}
</style>
border-color css
<style>
span { border-color: #4E4547; }
span { border-color: rgb(78,69,71); }
td.TdClassName
{
border-color: #4E4547;
}
.TagClassName
{
border-color: #4E4547;
}
</style>