#4E4546

Color #4E4546 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #4E4546

Tints of Emperor #4E4546

Color information

#4E4546 (or 0x4E4546) is unknown color: approx Emperor. HEX triplet: 4E, 45 and 46. RGB value is (78,69,70). Sum of RGB (Red+Green+Blue) = 78+69+70=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4546 is #B1BAB9. Grayscale: #474747. Windows color (decimal): -11647674 or 4605262. OLE color: 4605262.

HSL color Cylindrical-coordinate representation of color #4E4546: hue angle of 353.33º 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 #4E4546 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB786970-
CMYK00.120.100.69
HSL353.33º6.12%28.82%-
HSV(B)353.33º11.54%30.59%-
XYZ6.386.326.68-
YUV71.81126.98132.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 35.94%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=35.94%
G=31.80%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78697000.120.100.69353.336.1228.82
Hex4E45460CA4516161d
Octal11610510601412105541635
Binary100111010001011000110011001010100010110110000111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E4546; }

 p { color: rgb(78,69,70); }

 H1.HeaderClassName
 {
   color: #4E4546;
 }
 .AnyTagClassName
 {
   color: #4E4546;
 }
</style>
background-color css

<style>
 a { background-color: #4E4546; }

 a { background-color: rgb(78,69,70); }

 div.DivClassName
 {
   background-color: #4E4546;
 }
 .BgClassName
 {
   background-color: #4E4546;
 }
</style>
border-color css

<style>
 span { border-color: #4E4546; }

 span { border-color: rgb(78,69,70); }

 td.TdClassName
 {
   border-color: #4E4546;
 }
 .TagClassName
 {
   border-color: #4E4546;
 }
</style>