Html Css Color HEX #493F46 Purple Taupe

📋 copy color: '#493F46'

red 73 ◦ green 63 ◦ blue 70

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

Shades of Purple Taupe #493F46

Tints of Purple Taupe #493F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 35.44%
G = 30.58%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#493F46 (or 0x493F46) is known color: Purple Taupe. HEX triplet: 49, 3F and 46. RGB value is (73,63,70). Sum of RGB (Red+Green+Blue) = 73+63+70=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 73 - color contains mainly: red. Hex color #493F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F46 is #B6C0B9. Grayscale: #424242. Windows color (decimal): -11976890 or 4603721. OLE color: 4603721.

HSL color Cylindrical-coordinate representation of color #493F46: hue angle of 318º 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 #493F46 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 63 70 -
CMYK 0 0.14 0.04 0.71
HSL 318º 0.07% 0.27% -
HSV(B) 318º 0.14% 0.29% -
XYZ 5.63 5.41 6.54 -
YUV 66.79 129.81 132.43 -
System Red Green Blue C M Y K H S L
Decimal 73 63 70 0 0.14 0.04 0.71 318 0.07 0.27
Hex 49 3F 46 0 E 4 47 13E 7 1B
Octal 111 77 106 0 16 4 107 476 7 33
Binary 1001001 111111 1000110 0 1110 100 1000111 100111110 111 11011

Color Harmonies of #493F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493F46

Black with #493F46

Text Example


Text Example

White with #493F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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