Html Css Color HEX #4E3D49 Purple Taupe

📋 copy color: '#4E3D49'

red 78 ◦ green 61 ◦ blue 73

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

Shades of Purple Taupe #4E3D49

Tints of Purple Taupe #4E3D49

RGB

 RED value IS 78 (30.86% from 255) = 36.79%

 GREEN value IS 61 (24.22% from 255) = 28.77%

 BLUE value IS 73 (28.91% from 255) = 34.43%

R = 36.79%
G = 28.77%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4E3D49 (or 0x4E3D49) is known color: Purple Taupe. HEX triplet: 4E, 3D and 49. RGB value is (78,61,73). Sum of RGB (Red+Green+Blue) = 78+61+73=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3D49 is #B1C2B6. Grayscale: #434343. Windows color (decimal): -11649719 or 4799822. OLE color: 4799822.

HSL color Cylindrical-coordinate representation of color #4E3D49: hue angle of 317.65º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E3D49 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 61 73 -
CMYK 0 0.22 0.06 0.69
HSL 317.65º 0.12% 0.27% -
HSV(B) 317.65º 0.22% 0.31% -
XYZ 6.01 5.44 7.04 -
YUV 67.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 78 61 73 0 0.22 0.06 0.69 317.65 0.12 0.27
Hex 4E 3D 49 0 16 6 45 13E C 1B
Octal 116 75 111 0 26 6 105 476 14 33
Binary 1001110 111101 1001001 0 10110 110 1000101 100111110 1100 11011

Color Harmonies of #4E3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3D49

Black with #4E3D49

Text Example


Text Example

White with #4E3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E3D49; }

 p { color: rgb(78,61,73); }

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

background-color css

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

 a { background-color: rgb(78,61,73); }

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

border-color css

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

 span { border-color: rgb(78,61,73); }

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