Html Css Color HEX #4E4A4D Purple Taupe

📋 copy color: '#4E4A4D'

red 78 ◦ green 74 ◦ blue 77

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

Shades of Purple Taupe #4E4A4D

Tints of Purple Taupe #4E4A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.31%

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 34.06%
G = 32.31%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#4E4A4D (or 0x4E4A4D) is known color: Purple Taupe. HEX triplet: 4E, 4A and 4D. RGB value is (78,74,77). Sum of RGB (Red+Green+Blue) = 78+74+77=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4A4D is #B1B5B2. Grayscale: #4B4B4B. Windows color (decimal): -11646387 or 5065294. OLE color: 5065294.

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

Color convert

RGB 78 74 77 -
CMYK 0 0.05 0.01 0.69
HSL 315º 0.03% 0.3% -
HSV(B) 315º 0.05% 0.31% -
XYZ 6.93 7.05 8.02 -
YUV 75.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 78 74 77 0 0.05 0.01 0.69 315 0.03 0.3
Hex 4E 4A 4D 0 5 1 45 13B 3 1E
Octal 116 112 115 0 5 1 105 473 3 36
Binary 1001110 1001010 1001101 0 101 1 1000101 100111011 11 11110

Color Harmonies of #4E4A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4A4D

Black with #4E4A4D

Text Example


Text Example

White with #4E4A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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