Html Css Color HEX #4E414A Purple Taupe

📋 copy color: '#4E414A'

red 78 ◦ green 65 ◦ blue 74

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

Shades of Purple Taupe #4E414A

Tints of Purple Taupe #4E414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

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

R = 35.94%
G = 29.95%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4E414A (or 0x4E414A) is known color: Purple Taupe. HEX triplet: 4E, 41 and 4A. RGB value is (78,65,74). Sum of RGB (Red+Green+Blue) = 78+65+74=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 78 - color contains mainly: red. Hex color #4E414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E414A is #B1BEB5. Grayscale: #454545. Windows color (decimal): -11648694 or 4866382. OLE color: 4866382.

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

Color convert

RGB 78 65 74 -
CMYK 0 0.17 0.05 0.69
HSL 318.46º 0.09% 0.28% -
HSV(B) 318.46º 0.17% 0.31% -
XYZ 6.27 5.89 7.29 -
YUV 69.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 78 65 74 0 0.17 0.05 0.69 318.46 0.09 0.28
Hex 4E 41 4A 0 11 5 45 13E 9 1C
Octal 116 101 112 0 21 5 105 476 11 34
Binary 1001110 1000001 1001010 0 10001 101 1000101 100111110 1001 11100

Color Harmonies of #4E414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E414A

Black with #4E414A

Text Example


Text Example

White with #4E414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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