#4F424C

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

Shades of Purple Taupe #4F424C

Tints of Purple Taupe #4F424C

Color information

#4F424C (or 0x4F424C) is unknown color: approx Purple Taupe. HEX triplet: 4F, 42 and 4C. RGB value is (79,66,76). Sum of RGB (Red+Green+Blue) = 79+66+76=221 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.75% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 79 - color contains mainly: red. Hex color #4F424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F424C is #B0BDB3. Grayscale: #474747. Windows color (decimal): -11582900 or 4997711. OLE color: 4997711.

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

Color convert

RGB796676-
CMYK00.160.040.69
HSL313.85º8.97%28.43%-
HSV(B)313.85º16.46%30.98%-
XYZ6.486.087.67-
YUV71.03130.81133.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.75%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=35.75%
G=29.86%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79667600.160.040.69313.858.9728.43
Hex4F424C01044513a91c
Octal11710211402041054721134
Binary1001111100001010011000100001001000101100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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