#4E414C

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

Shades of Purple Taupe #4E414C

Tints of Purple Taupe #4E414C

Color information

#4E414C (or 0x4E414C) is unknown color: approx Purple Taupe. HEX triplet: 4E, 41 and 4C. RGB value is (78,65,76). Sum of RGB (Red+Green+Blue) = 78+65+76=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 78 - color contains mainly: red. Hex color #4E414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E414C is #B1BEB3. Grayscale: #464646. Windows color (decimal): -11648692 or 4997454. OLE color: 4997454.

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

Color convert

RGB786576-
CMYK00.170.030.69
HSL309.23º9.09%28.04%-
HSV(B)309.23º16.67%30.59%-
XYZ6.345.927.65-
YUV70.14131.31133.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.62%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=35.62%
G=29.68%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78657600.170.030.69309.239.0928.04
Hex4E414C01134513591c
Octal11610111402131054651134
Binary100111010000011001100010001111000101100110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,76); }

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

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

 a { background-color: rgb(78,65,76); }

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

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

 span { border-color: rgb(78,65,76); }

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