#474346

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

Shades of Purple Taupe #474346

Tints of Purple Taupe #474346

Color information

#474346 (or 0x474346) is unknown color: approx Purple Taupe. HEX triplet: 47, 43 and 46. RGB value is (71,67,70). Sum of RGB (Red+Green+Blue) = 71+67+70=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 71 - color contains mainly: red. Hex color #474346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474346 is #B8BCB9. Grayscale: #444444. Windows color (decimal): -12106938 or 4604743. OLE color: 4604743.

HSL color Cylindrical-coordinate representation of color #474346: hue angle of 315º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #474346 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB716770-
CMYK00.060.010.72
HSL315º2.9%27.06%-
HSV(B)315º5.63%27.84%-
XYZ5.715.86.61-
YUV68.54128.83129.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.13%
GREEN value IS 67 (26.56% from 255) = 32.21%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=34.13%
G=32.21%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71677000.060.010.723152.927.06
Hex4743460614813b31b
Octal107103106061110473333
Binary1000111100001110001100110110010001001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474346; }

 p { color: rgb(71,67,70); }

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

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

 a { background-color: rgb(71,67,70); }

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

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

 span { border-color: rgb(71,67,70); }

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