#4E3F44

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

Shades of Emperor #4E3F44

Tints of Emperor #4E3F44

Color information

#4E3F44 (or 0x4E3F44) is unknown color: approx Emperor. HEX triplet: 4E, 3F and 44. RGB value is (78,63,68). Sum of RGB (Red+Green+Blue) = 78+63+68=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F44 is #B1C0BB. Grayscale: #444444. Windows color (decimal): -11649212 or 4472654. OLE color: 4472654.

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

Color convert

RGB786368-
CMYK00.190.130.69
HSL340º10.64%27.65%-
HSV(B)340º19.23%30.59%-
XYZ5.965.596.23-
YUV68.05127.97135.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=37.32%
G=30.14%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78636800.190.130.6934010.6427.65
Hex4E3F44013D45154b1c
Octal11677104023151055241334
Binary1001110111111100010001001111011000101101010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,63,68); }

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

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

 a { background-color: rgb(78,63,68); }

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

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

 span { border-color: rgb(78,63,68); }

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