#4D4049

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

Shades of Purple Taupe #4D4049

Tints of Purple Taupe #4D4049

Color information

#4D4049 (or 0x4D4049) is unknown color: approx Purple Taupe. HEX triplet: 4D, 40 and 49. RGB value is (77,64,73). Sum of RGB (Red+Green+Blue) = 77+64+73=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4049 is #B2BFB6. Grayscale: #444444. Windows color (decimal): -11714487 or 4800589. OLE color: 4800589.

HSL color Cylindrical-coordinate representation of color #4D4049: hue angle of 318.46º 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 #4D4049 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.70.

Color convert

RGB776473-
CMYK00.170.050.70
HSL318.46º9.22%27.65%-
HSV(B)318.46º16.88%30.2%-
XYZ6.15.737.09-
YUV68.91130.31133.77-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.98%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=35.98%
G=29.91%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77647300.170.050.70318.469.2227.65
Hex4D404901154613e91c
Octal11510011102151064761134
Binary1001101100000010010010100011011000110100111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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