Html Css Color HEX #494347 Purple Taupe

📋 copy color: '#494347'

red 73 ◦ green 67 ◦ blue 71

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

Shades of Purple Taupe #494347

Tints of Purple Taupe #494347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

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

R = 34.6%
G = 31.75%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#494347 (or 0x494347) is known color: Purple Taupe. HEX triplet: 49, 43 and 47. RGB value is (73,67,71). Sum of RGB (Red+Green+Blue) = 73+67+71=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 73 - color contains mainly: red. Hex color #494347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494347 is #B6BCB8. Grayscale: #454545. Windows color (decimal): -11975865 or 4670281. OLE color: 4670281.

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

Color convert

RGB 73 67 71 -
CMYK 0 0.08 0.03 0.71
HSL 320º 0.04% 0.27% -
HSV(B) 320º 0.08% 0.29% -
XYZ 5.89 5.89 6.79 -
YUV 69.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 73 67 71 0 0.08 0.03 0.71 320 0.04 0.27
Hex 49 43 47 0 8 3 47 140 4 1B
Octal 111 103 107 0 10 3 107 500 4 33
Binary 1001001 1000011 1000111 0 1000 11 1000111 101000000 100 11011

Color Harmonies of #494347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494347

Black with #494347

Text Example


Text Example

White with #494347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494347; }

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

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

background-color css

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

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

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

border-color css

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

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

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