Html Css Color HEX #4E3C4A Purple Taupe

📋 copy color: '#4E3C4A'

red 78 ◦ green 60 ◦ blue 74

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

Shades of Purple Taupe #4E3C4A

Tints of Purple Taupe #4E3C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.3%

 BLUE value IS 74 (29.3% from 255) = 34.91%

R = 36.79%
G = 28.3%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E3C4A (or 0x4E3C4A) is known color: Purple Taupe. HEX triplet: 4E, 3C and 4A. RGB value is (78,60,74). Sum of RGB (Red+Green+Blue) = 78+60+74=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C4A is #B1C3B5. Grayscale: #424242. Windows color (decimal): -11649974 or 4865102. OLE color: 4865102.

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

Color convert

RGB 78 60 74 -
CMYK 0 0.23 0.05 0.69
HSL 313.33º 0.13% 0.27% -
HSV(B) 313.33º 0.23% 0.31% -
XYZ 5.99 5.35 7.19 -
YUV 66.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 78 60 74 0 0.23 0.05 0.69 313.33 0.13 0.27
Hex 4E 3C 4A 0 17 5 45 139 D 1B
Octal 116 74 112 0 27 5 105 471 15 33
Binary 1001110 111100 1001010 0 10111 101 1000101 100111001 1101 11011

Color Harmonies of #4E3C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3C4A

Black with #4E3C4A

Text Example


Text Example

White with #4E3C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,60,74); }

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

background-color css

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

 a { background-color: rgb(78,60,74); }

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

border-color css

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

 span { border-color: rgb(78,60,74); }

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