Shades of Emperor #4E4A4B
Tints of Emperor #4E4A4B
RGB
CMYK
RGB Variations
Color information
#4E4A4B (or 0x4E4A4B) is known color: Emperor. HEX triplet: 4E, 4A and 4B. RGB value is (78,74,75). Sum of RGB (Red+Green+Blue) = 78+74+75=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4A4B is #B1B5B4. Grayscale: #4B4B4B. Windows color (decimal): -11646389 or 4934222. OLE color: 4934222.
HSL color Cylindrical-coordinate representation of color #4E4A4B: hue angle of 345º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4E4A4B is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 74 | 75 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.69 |
| HSL | 345º | 0.03% | 0.3% | - |
| HSV(B) | 345º | 0.05% | 0.31% | - |
| XYZ | 6.86 | 7.03 | 7.65 | - |
| YUV | 75.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 75 | 0 | 0.05 | 0.04 | 0.69 | 345 | 0.03 | 0.3 |
| Hex | 4E | 4A | 4B | 0 | 5 | 4 | 45 | 159 | 3 | 1E |
| Octal | 116 | 112 | 113 | 0 | 5 | 4 | 105 | 531 | 3 | 36 |
| Binary | 1001110 | 1001010 | 1001011 | 0 | 101 | 100 | 1000101 | 101011001 | 11 | 11110 |
Color Harmonies of #4E4A4B
Complementary color
Monochromatic Colors of #4E4A4B
Black with #4E4A4B
Text Example
Text Example
White with #4E4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A4B; }
p { color: rgb(78,74,75); }
H1.HeaderClassName
{
color: #4E4A4B;
}
.AnyTagClassName
{
color: #4E4A4B;
}
</style>
background-color css
<style>
a { background-color: #4E4A4B; }
a { background-color: rgb(78,74,75); }
div.DivClassName
{
background-color: #4E4A4B;
}
.BgClassName
{
background-color: #4E4A4B;
}
</style>
border-color css
<style>
span { border-color: #4E4A4B; }
span { border-color: rgb(78,74,75); }
td.TdClassName
{
border-color: #4E4A4B;
}
.TagClassName
{
border-color: #4E4A4B;
}
</style>