#4E404A

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

Shades of Purple Taupe #4E404A

Tints of Purple Taupe #4E404A

Color information

#4E404A (or 0x4E404A) is unknown color: approx Purple Taupe. HEX triplet: 4E, 40 and 4A. RGB value is (78,64,74). Sum of RGB (Red+Green+Blue) = 78+64+74=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 78 - color contains mainly: red. Hex color #4E404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E404A is #B1BFB5. Grayscale: #454545. Windows color (decimal): -11648950 or 4866126. OLE color: 4866126.

HSL color Cylindrical-coordinate representation of color #4E404A: hue angle of 317.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 #4E404A is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB786474-
CMYK00.180.050.69
HSL317.14º9.86%27.84%-
HSV(B)317.14º17.95%30.59%-
XYZ6.215.787.27-
YUV69.33130.64134.19-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.11%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 74 (29.30% from 255) = 34.26%
R=36.11%
G=29.63%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78647400.180.050.69317.149.8627.84
Hex4E404A01254513da1c
Octal11610011202251054751234
Binary1001110100000010010100100101011000101100111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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