#4D394C

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

Shades of Purple Taupe #4D394C

Tints of Purple Taupe #4D394C

Color information

#4D394C (or 0x4D394C) is unknown color: approx Purple Taupe. HEX triplet: 4D, 39 and 4C. RGB value is (77,57,76). Sum of RGB (Red+Green+Blue) = 77+57+76=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D394C is #B2C6B3. Grayscale: #414141. Windows color (decimal): -11716276 or 4995405. OLE color: 4995405.

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

Color convert

RGB775776-
CMYK00.260.010.70
HSL303º14.93%26.27%-
HSV(B)303º25.97%30.2%-
XYZ5.835.037.5-
YUV65.15134.13136.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.67%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=36.67%
G=27.14%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77577600.260.010.7030314.9326.27
Hex4D394C01A14612ff1a
Octal1157111403211064571732
Binary1001101111001100110001101011000110100101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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