#4C404A

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

Shades of Purple Taupe #4C404A

Tints of Purple Taupe #4C404A

Color information

#4C404A (or 0x4C404A) is unknown color: approx Purple Taupe. HEX triplet: 4C, 40 and 4A. RGB value is (76,64,74). Sum of RGB (Red+Green+Blue) = 76+64+74=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 76 - color contains mainly: red. Hex color #4C404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C404A is #B3BFB5. Grayscale: #444444. Windows color (decimal): -11780022 or 4866124. OLE color: 4866124.

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

Color convert

RGB766474-
CMYK00.160.030.70
HSL310º8.57%27.45%-
HSV(B)310º15.79%29.8%-
XYZ6.055.77.26-
YUV68.73130.98133.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.51%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=35.51%
G=29.91%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76647400.160.030.703108.5727.45
Hex4C404A01034613691b
Octal11410011202031064661133
Binary100110010000001001010010000111000110100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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