#4F464C

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

Shades of Purple Taupe #4F464C

Tints of Purple Taupe #4F464C

Color information

#4F464C (or 0x4F464C) is unknown color: approx Purple Taupe. HEX triplet: 4F, 46 and 4C. RGB value is (79,70,76). Sum of RGB (Red+Green+Blue) = 79+70+76=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 79 - color contains mainly: red. Hex color #4F464C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F464C is #B0B9B3. Grayscale: #494949. Windows color (decimal): -11581876 or 4998735. OLE color: 4998735.

HSL color Cylindrical-coordinate representation of color #4F464C: hue angle of 320º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F464C is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB797076-
CMYK00.110.040.69
HSL320º6.04%29.22%-
HSV(B)320º11.39%30.98%-
XYZ6.726.567.75-
YUV73.38129.48132.01-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=35.11%
G=31.11%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79707600.110.040.693206.0429.22
Hex4F464C0B44514061d
Octal1171061140134105500635
Binary10011111000110100110001011100100010110100000011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,70,76); }

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

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

 a { background-color: rgb(79,70,76); }

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

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

 span { border-color: rgb(79,70,76); }

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