Shades of Emperor #4E4144
Tints of Emperor #4E4144
RGB
CMYK
RGB Variations
Color information
#4E4144 (or 0x4E4144) is known color: Emperor. HEX triplet: 4E, 41 and 44. RGB value is (78,65,68). Sum of RGB (Red+Green+Blue) = 78+65+68=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4144 is #B1BEBB. Grayscale: #454545. Windows color (decimal): -11648700 or 4473166. OLE color: 4473166.
HSL color Cylindrical-coordinate representation of color #4E4144: hue angle of 346.15º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4E4144 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 68 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.69 |
| HSL | 346.15º | 0.09% | 0.28% | - |
| HSV(B) | 346.15º | 0.17% | 0.31% | - |
| XYZ | 6.08 | 5.82 | 6.27 | - |
| YUV | 69.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 68 | 0 | 0.17 | 0.13 | 0.69 | 346.15 | 0.09 | 0.28 |
| Hex | 4E | 41 | 44 | 0 | 11 | D | 45 | 15A | 9 | 1C |
| Octal | 116 | 101 | 104 | 0 | 21 | 15 | 105 | 532 | 11 | 34 |
| Binary | 1001110 | 1000001 | 1000100 | 0 | 10001 | 1101 | 1000101 | 101011010 | 1001 | 11100 |
Color Harmonies of #4E4144
Complementary color
Monochromatic Colors of #4E4144
Black with #4E4144
Text Example
Text Example
White with #4E4144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4144; }
p { color: rgb(78,65,68); }
H1.HeaderClassName
{
color: #4E4144;
}
.AnyTagClassName
{
color: #4E4144;
}
</style>
background-color css
<style>
a { background-color: #4E4144; }
a { background-color: rgb(78,65,68); }
div.DivClassName
{
background-color: #4E4144;
}
.BgClassName
{
background-color: #4E4144;
}
</style>
border-color css
<style>
span { border-color: #4E4144; }
span { border-color: rgb(78,65,68); }
td.TdClassName
{
border-color: #4E4144;
}
.TagClassName
{
border-color: #4E4144;
}
</style>