#4E4043

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

Shades of Emperor #4E4043

Tints of Emperor #4E4043

Color information

#4E4043 (or 0x4E4043) is unknown color: approx Emperor. HEX triplet: 4E, 40 and 43. RGB value is (78,64,67). Sum of RGB (Red+Green+Blue) = 78+64+67=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4043 is #B1BFBC. Grayscale: #444444. Windows color (decimal): -11648957 or 4407374. OLE color: 4407374.

HSL color Cylindrical-coordinate representation of color #4E4043: hue angle of 347.14º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E4043 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB786467-
CMYK00.180.140.69
HSL347.14º9.86%27.84%-
HSV(B)347.14º17.95%30.59%-
XYZ5.995.696.09-
YUV68.53127.14134.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 67 (26.56% from 255) = 32.06%
R=37.32%
G=30.62%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78646700.180.140.69347.149.8627.84
Hex4E4043012E4515ba1c
Octal116100103022161055331234
Binary10011101000000100001101001011101000101101011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,64,67); }

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

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

 a { background-color: rgb(78,64,67); }

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

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

 span { border-color: rgb(78,64,67); }

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