#4D404C

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

Shades of Purple Taupe #4D404C

Tints of Purple Taupe #4D404C

Color information

#4D404C (or 0x4D404C) is unknown color: approx Purple Taupe. HEX triplet: 4D, 40 and 4C. RGB value is (77,64,76). Sum of RGB (Red+Green+Blue) = 77+64+76=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 77 - color contains mainly: red. Hex color #4D404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D404C is #B2BFB3. Grayscale: #454545. Windows color (decimal): -11714484 or 4997197. OLE color: 4997197.

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

Color convert

RGB776476-
CMYK00.170.010.70
HSL304.62º9.22%27.65%-
HSV(B)304.62º16.88%30.2%-
XYZ6.25.777.62-
YUV69.26131.81133.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.48%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=35.48%
G=29.49%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77647600.170.010.70304.629.2227.65
Hex4D404C01114613191c
Octal11510011402111064611134
Binary10011011000000100110001000111000110100110001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,76); }

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

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

 a { background-color: rgb(77,64,76); }

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

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

 span { border-color: rgb(77,64,76); }

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