#4E484C

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

Shades of Purple Taupe #4E484C

Tints of Purple Taupe #4E484C

Color information

#4E484C (or 0x4E484C) is unknown color: approx Purple Taupe. HEX triplet: 4E, 48 and 4C. RGB value is (78,72,76). Sum of RGB (Red+Green+Blue) = 78+72+76=226 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.51% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 78 - color contains mainly: red. Hex color #4E484C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E484C is #B1B7B3. Grayscale: #4A4A4A. Windows color (decimal): -11646900 or 4999246. OLE color: 4999246.

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

Color convert

RGB787276-
CMYK00.080.030.69
HSL320º4%29.41%-
HSV(B)320º7.69%30.59%-
XYZ6.766.787.79-
YUV74.25128.99130.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.51%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=34.51%
G=31.86%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78727600.080.030.69320429.41
Hex4E484C0834514041d
Octal1161101140103105500435
Binary1001110100100010011000100011100010110100000010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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