Html Css Color HEX #494047 Purple Taupe

📋 copy color: '#494047'

red 73 ◦ green 64 ◦ blue 71

#494047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #494047

Tints of Purple Taupe #494047

RGB

 RED value IS 73 (28.91% from 255) = 35.1%

 GREEN value IS 64 (25.39% from 255) = 30.77%

 BLUE value IS 71 (28.13% from 255) = 34.13%

R = 35.1%
G = 30.77%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#494047 (or 0x494047) is known color: Purple Taupe. HEX triplet: 49, 40 and 47. RGB value is (73,64,71). Sum of RGB (Red+Green+Blue) = 73+64+71=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 73 - color contains mainly: red. Hex color #494047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494047 is #B6BFB8. Grayscale: #434343. Windows color (decimal): -11976633 or 4669513. OLE color: 4669513.

HSL color Cylindrical-coordinate representation of color #494047: hue angle of 313.33º 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 #494047 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 64 71 -
CMYK 0 0.12 0.03 0.71
HSL 313.33º 0.07% 0.27% -
HSV(B) 313.33º 0.12% 0.29% -
XYZ 5.72 5.54 6.73 -
YUV 67.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 73 64 71 0 0.12 0.03 0.71 313.33 0.07 0.27
Hex 49 40 47 0 C 3 47 139 7 1B
Octal 111 100 107 0 14 3 107 471 7 33
Binary 1001001 1000000 1000111 0 1100 11 1000111 100111001 111 11011

Color Harmonies of #494047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494047

Black with #494047

Text Example


Text Example

White with #494047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494047; }

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

 H1.HeaderClassName
 {
   color: #494047;
 }
 .AnyTagClassName
 {
   color: #494047;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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