Html Css Color HEX #493E46 Purple Taupe

📋 copy color: '#493E46'

red 73 ◦ green 62 ◦ blue 70

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

Shades of Purple Taupe #493E46

Tints of Purple Taupe #493E46

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.24%

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

R = 35.61%
G = 30.24%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#493E46 (or 0x493E46) is known color: Purple Taupe. HEX triplet: 49, 3E and 46. RGB value is (73,62,70). Sum of RGB (Red+Green+Blue) = 73+62+70=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 73 - color contains mainly: red. Hex color #493E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493E46 is #B6C1B9. Grayscale: #424242. Windows color (decimal): -11977146 or 4603465. OLE color: 4603465.

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

Color convert

RGB 73 62 70 -
CMYK 0 0.15 0.04 0.71
HSL 316.36º 0.08% 0.26% -
HSV(B) 316.36º 0.15% 0.29% -
XYZ 5.58 5.3 6.52 -
YUV 66.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 73 62 70 0 0.15 0.04 0.71 316.36 0.08 0.26
Hex 49 3E 46 0 F 4 47 13C 8 1A
Octal 111 76 106 0 17 4 107 474 10 32
Binary 1001001 111110 1000110 0 1111 100 1000111 100111100 1000 11010

Color Harmonies of #493E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493E46

Black with #493E46

Text Example


Text Example

White with #493E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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