#484447

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

Shades of Purple Taupe #484447

Tints of Purple Taupe #484447

Color information

#484447 (or 0x484447) is unknown color: approx Purple Taupe. HEX triplet: 48, 44 and 47. RGB value is (72,68,71). Sum of RGB (Red+Green+Blue) = 72+68+71=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 72 - color contains mainly: red. Hex color #484447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484447 is #B7BBB8. Grayscale: #454545. Windows color (decimal): -12041145 or 4670536. OLE color: 4670536.

HSL color Cylindrical-coordinate representation of color #484447: 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 #484447 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB726871-
CMYK00.060.010.72
HSL315º2.86%27.45%-
HSV(B)315º5.56%28.24%-
XYZ5.885.976.8-
YUV69.54128.83129.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=34.12%
G=32.23%
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
Decimal72687100.060.010.723152.8627.45
Hex4844470614813b31b
Octal110104107061110473333
Binary1001000100010010001110110110010001001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484447; }

 p { color: rgb(72,68,71); }

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

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

 a { background-color: rgb(72,68,71); }

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

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

 span { border-color: rgb(72,68,71); }

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