Shades of Emperor #4E4245
Tints of Emperor #4E4245
RGB
CMYK
RGB Variations
Color information
#4E4245 (or 0x4E4245) is known color: Emperor. HEX triplet: 4E, 42 and 45. RGB value is (78,66,69). Sum of RGB (Red+Green+Blue) = 78+66+69=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4245 is #B1BDBA. Grayscale: #454545. Windows color (decimal): -11648443 or 4538958. OLE color: 4538958.
HSL color Cylindrical-coordinate representation of color #4E4245: hue angle of 345º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E4245 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 69 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.69 |
| HSL | 345º | 0.08% | 0.28% | - |
| HSV(B) | 345º | 0.15% | 0.31% | - |
| XYZ | 6.16 | 5.95 | 6.45 | - |
| YUV | 69.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 69 | 0 | 0.15 | 0.12 | 0.69 | 345 | 0.08 | 0.28 |
| Hex | 4E | 42 | 45 | 0 | F | C | 45 | 159 | 8 | 1C |
| Octal | 116 | 102 | 105 | 0 | 17 | 14 | 105 | 531 | 10 | 34 |
| Binary | 1001110 | 1000010 | 1000101 | 0 | 1111 | 1100 | 1000101 | 101011001 | 1000 | 11100 |
Color Harmonies of #4E4245
Complementary color
Monochromatic Colors of #4E4245
Black with #4E4245
Text Example
Text Example
White with #4E4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4245; }
p { color: rgb(78,66,69); }
H1.HeaderClassName
{
color: #4E4245;
}
.AnyTagClassName
{
color: #4E4245;
}
</style>
background-color css
<style>
a { background-color: #4E4245; }
a { background-color: rgb(78,66,69); }
div.DivClassName
{
background-color: #4E4245;
}
.BgClassName
{
background-color: #4E4245;
}
</style>
border-color css
<style>
span { border-color: #4E4245; }
span { border-color: rgb(78,66,69); }
td.TdClassName
{
border-color: #4E4245;
}
.TagClassName
{
border-color: #4E4245;
}
</style>