#4E3E49

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

Shades of Purple Taupe #4E3E49

Tints of Purple Taupe #4E3E49

Color information

#4E3E49 (or 0x4E3E49) is unknown color: approx Purple Taupe. HEX triplet: 4E, 3E and 49. RGB value is (78,62,73). Sum of RGB (Red+Green+Blue) = 78+62+73=213 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.62% from 213); Green value is 62 (24.61% from 255 or 29.11% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E49 is #B1C1B6. Grayscale: #444444. Windows color (decimal): -11649463 or 4800078. OLE color: 4800078.

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

Color convert

RGB786273-
CMYK00.210.060.69
HSL318.75º11.43%27.45%-
HSV(B)318.75º20.51%30.59%-
XYZ6.075.557.05-
YUV68.04130.8135.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.62%
GREEN value IS 62 (24.61% from 255) = 29.11%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=36.62%
G=29.11%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78627300.210.060.69318.7511.4327.45
Hex4E3E4901564513fb1b
Octal1167611102561054771333
Binary100111011111010010010101011101000101100111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,62,73); }

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

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

 a { background-color: rgb(78,62,73); }

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

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

 span { border-color: rgb(78,62,73); }

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