#4F404B

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

Shades of Purple Taupe #4F404B

Tints of Purple Taupe #4F404B

Color information

#4F404B (or 0x4F404B) is unknown color: approx Purple Taupe. HEX triplet: 4F, 40 and 4B. RGB value is (79,64,75). Sum of RGB (Red+Green+Blue) = 79+64+75=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 79 - color contains mainly: red. Hex color #4F404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F404B is #B0BFB4. Grayscale: #454545. Windows color (decimal): -11583413 or 4931663. OLE color: 4931663.

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

Color convert

RGB796475-
CMYK00.190.050.69
HSL316º10.49%28.04%-
HSV(B)316º18.99%30.98%-
XYZ6.335.847.45-
YUV69.74130.97134.61-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.24%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=36.24%
G=29.36%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79647500.190.050.6931610.4928.04
Hex4F404B01354513ca1c
Octal11710011302351054741234
Binary1001111100000010010110100111011000101100111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,64,75); }

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

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

 a { background-color: rgb(79,64,75); }

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

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

 span { border-color: rgb(79,64,75); }

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