#4F444C

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

Shades of Purple Taupe #4F444C

Tints of Purple Taupe #4F444C

Color information

#4F444C (or 0x4F444C) is unknown color: approx Purple Taupe. HEX triplet: 4F, 44 and 4C. RGB value is (79,68,76). Sum of RGB (Red+Green+Blue) = 79+68+76=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 79 - color contains mainly: red. Hex color #4F444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F444C is #B0BBB3. Grayscale: #484848. Windows color (decimal): -11582388 or 4998223. OLE color: 4998223.

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

Color convert

RGB796876-
CMYK00.140.040.69
HSL316.36º7.48%28.82%-
HSV(B)316.36º13.92%30.98%-
XYZ6.66.327.71-
YUV72.2130.14132.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.43%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=35.43%
G=30.49%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79687600.140.040.69316.367.4828.82
Hex4F444C0E44513c71d
Octal1171041140164105474735
Binary10011111000100100110001110100100010110011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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