Html Css Color HEX #4E3B49 Purple Taupe

📋 copy color: '#4E3B49'

red 78 ◦ green 59 ◦ blue 73

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

Shades of Purple Taupe #4E3B49

Tints of Purple Taupe #4E3B49

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.1%

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

R = 37.14%
G = 28.1%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4E3B49 (or 0x4E3B49) is known color: Purple Taupe. HEX triplet: 4E, 3B and 49. RGB value is (78,59,73). Sum of RGB (Red+Green+Blue) = 78+59+73=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3B49 is #B1C4B6. Grayscale: #424242. Windows color (decimal): -11650231 or 4799310. OLE color: 4799310.

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

Color convert

RGB 78 59 73 -
CMYK 0 0.24 0.06 0.69
HSL 315.79º 0.14% 0.27% -
HSV(B) 315.79º 0.24% 0.31% -
XYZ 5.91 5.23 7 -
YUV 66.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 78 59 73 0 0.24 0.06 0.69 315.79 0.14 0.27
Hex 4E 3B 49 0 18 6 45 13C E 1B
Octal 116 73 111 0 30 6 105 474 16 33
Binary 1001110 111011 1001001 0 11000 110 1000101 100111100 1110 11011

Color Harmonies of #4E3B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3B49

Black with #4E3B49

Text Example


Text Example

White with #4E3B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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