#4C4149

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

Shades of Purple Taupe #4C4149

Tints of Purple Taupe #4C4149

Color information

#4C4149 (or 0x4C4149) is unknown color: approx Purple Taupe. HEX triplet: 4C, 41 and 49. RGB value is (76,65,73). Sum of RGB (Red+Green+Blue) = 76+65+73=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4149 is #B3BEB6. Grayscale: #454545. Windows color (decimal): -11779767 or 4800844. OLE color: 4800844.

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

Color convert

RGB766573-
CMYK00.140.040.70
HSL316.36º7.8%27.65%-
HSV(B)316.36º14.47%29.8%-
XYZ6.075.87.1-
YUV69.2130.14132.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.51%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=35.51%
G=30.37%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76657300.140.040.70316.367.827.65
Hex4C41490E44613c81c
Octal11410111101641064741034
Binary100110010000011001001011101001000110100111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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