#494048

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

Shades of Purple Taupe #494048

Tints of Purple Taupe #494048

Color information

#494048 (or 0x494048) is unknown color: approx Purple Taupe. HEX triplet: 49, 40 and 48. RGB value is (73,64,72). Sum of RGB (Red+Green+Blue) = 73+64+72=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 73 - color contains mainly: red. Hex color #494048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494048 is #B6BFB7. Grayscale: #434343. Windows color (decimal): -11976632 or 4735049. OLE color: 4735049.

HSL color Cylindrical-coordinate representation of color #494048: hue angle of 306.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #494048 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB736472-
CMYK00.120.010.71
HSL306.67º6.57%26.86%-
HSV(B)306.67º12.33%28.63%-
XYZ5.755.556.9-
YUV67.6130.48131.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.93%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=34.93%
G=30.62%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73647200.120.010.71306.676.5726.86
Hex4940480C14713371b
Octal1111001100141107463733
Binary100100110000001001000011001100011110011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494048; }

 p { color: rgb(73,64,72); }

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

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

 a { background-color: rgb(73,64,72); }

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

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

 span { border-color: rgb(73,64,72); }

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