Html Css Color HEX #4E414C Purple Taupe

📋 copy color: '#4E414C'

red 78 ◦ green 65 ◦ blue 76

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

Shades of Purple Taupe #4E414C

Tints of Purple Taupe #4E414C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 35.62%
G = 29.68%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E414C (or 0x4E414C) is known color: Purple Taupe. HEX triplet: 4E, 41 and 4C. RGB value is (78,65,76). Sum of RGB (Red+Green+Blue) = 78+65+76=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 78 - color contains mainly: red. Hex color #4E414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E414C is #B1BEB3. Grayscale: #464646. Windows color (decimal): -11648692 or 4997454. OLE color: 4997454.

HSL color Cylindrical-coordinate representation of color #4E414C: hue angle of 309.23º 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 #4E414C is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 65 76 -
CMYK 0 0.17 0.03 0.69
HSL 309.23º 0.09% 0.28% -
HSV(B) 309.23º 0.17% 0.31% -
XYZ 6.34 5.92 7.65 -
YUV 70.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 78 65 76 0 0.17 0.03 0.69 309.23 0.09 0.28
Hex 4E 41 4C 0 11 3 45 135 9 1C
Octal 116 101 114 0 21 3 105 465 11 34
Binary 1001110 1000001 1001100 0 10001 11 1000101 100110101 1001 11100

Color Harmonies of #4E414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E414C

Black with #4E414C

Text Example


Text Example

White with #4E414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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