Html Css Color HEX #493F47 Purple Taupe

📋 copy color: '#493F47'

red 73 ◦ green 63 ◦ blue 71

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

Shades of Purple Taupe #493F47

Tints of Purple Taupe #493F47

RGB

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

 GREEN value IS 63 (25% from 255) = 30.43%

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

R = 35.27%
G = 30.43%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#493F47 (or 0x493F47) is known color: Purple Taupe. HEX triplet: 49, 3F and 47. RGB value is (73,63,71). Sum of RGB (Red+Green+Blue) = 73+63+71=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 73 - color contains mainly: red. Hex color #493F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F47 is #B6C0B8. Grayscale: #424242. Windows color (decimal): -11976889 or 4669257. OLE color: 4669257.

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

Color convert

RGB 73 63 71 -
CMYK 0 0.14 0.03 0.71
HSL 312º 0.07% 0.27% -
HSV(B) 312º 0.14% 0.29% -
XYZ 5.66 5.43 6.71 -
YUV 66.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 73 63 71 0 0.14 0.03 0.71 312 0.07 0.27
Hex 49 3F 47 0 E 3 47 138 7 1B
Octal 111 77 107 0 16 3 107 470 7 33
Binary 1001001 111111 1000111 0 1110 11 1000111 100111000 111 11011

Color Harmonies of #493F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F47

Black with #493F47

Text Example


Text Example

White with #493F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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