Shades of Emperor #4E4143
Tints of Emperor #4E4143
RGB
CMYK
RGB Variations
Color information
#4E4143 (or 0x4E4143) is known color: Emperor. HEX triplet: 4E, 41 and 43. RGB value is (78,65,67). Sum of RGB (Red+Green+Blue) = 78+65+67=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4143 is #B1BEBC. Grayscale: #454545. Windows color (decimal): -11648701 or 4407630. OLE color: 4407630.
HSL color Cylindrical-coordinate representation of color #4E4143: hue angle of 350.77º 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 #4E4143 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 67 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.69 |
| HSL | 350.77º | 0.09% | 0.28% | - |
| HSV(B) | 350.77º | 0.17% | 0.31% | - |
| XYZ | 6.05 | 5.81 | 6.11 | - |
| YUV | 69.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 67 | 0 | 0.17 | 0.14 | 0.69 | 350.77 | 0.09 | 0.28 |
| Hex | 4E | 41 | 43 | 0 | 11 | E | 45 | 15F | 9 | 1C |
| Octal | 116 | 101 | 103 | 0 | 21 | 16 | 105 | 537 | 11 | 34 |
| Binary | 1001110 | 1000001 | 1000011 | 0 | 10001 | 1110 | 1000101 | 101011111 | 1001 | 11100 |
Color Harmonies of #4E4143
Complementary color
Monochromatic Colors of #4E4143
Black with #4E4143
Text Example
Text Example
White with #4E4143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4143; }
p { color: rgb(78,65,67); }
H1.HeaderClassName
{
color: #4E4143;
}
.AnyTagClassName
{
color: #4E4143;
}
</style>
background-color css
<style>
a { background-color: #4E4143; }
a { background-color: rgb(78,65,67); }
div.DivClassName
{
background-color: #4E4143;
}
.BgClassName
{
background-color: #4E4143;
}
</style>
border-color css
<style>
span { border-color: #4E4143; }
span { border-color: rgb(78,65,67); }
td.TdClassName
{
border-color: #4E4143;
}
.TagClassName
{
border-color: #4E4143;
}
</style>