#4C414B

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

Shades of Purple Taupe #4C414B

Tints of Purple Taupe #4C414B

Color information

#4C414B (or 0x4C414B) is unknown color: approx Purple Taupe. HEX triplet: 4C, 41 and 4B. RGB value is (76,65,75). Sum of RGB (Red+Green+Blue) = 76+65+75=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 76 - color contains mainly: red. Hex color #4C414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C414B is #B3BEB4. Grayscale: #454545. Windows color (decimal): -11779765 or 4931916. OLE color: 4931916.

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

Color convert

RGB766575-
CMYK00.140.010.70
HSL305.45º7.8%27.65%-
HSV(B)305.45º14.47%29.8%-
XYZ6.145.837.46-
YUV69.43131.14132.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.19%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=35.19%
G=30.09%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76657500.140.010.70305.457.827.65
Hex4C414B0E14613181c
Octal11410111301611064611034
Binary1001100100000110010110111011000110100110001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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