Html Css Color HEX #4E404B Purple Taupe

📋 copy color: '#4E404B'

red 78 ◦ green 64 ◦ blue 75

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

Shades of Purple Taupe #4E404B

Tints of Purple Taupe #4E404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 35.94%
G = 29.49%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4E404B (or 0x4E404B) is known color: Purple Taupe. HEX triplet: 4E, 40 and 4B. RGB value is (78,64,75). Sum of RGB (Red+Green+Blue) = 78+64+75=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 78 - color contains mainly: red. Hex color #4E404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E404B is #B1BFB4. Grayscale: #454545. Windows color (decimal): -11648949 or 4931662. OLE color: 4931662.

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

Color convert

RGB 78 64 75 -
CMYK 0 0.18 0.04 0.69
HSL 312.86º 0.1% 0.28% -
HSV(B) 312.86º 0.18% 0.31% -
XYZ 6.25 5.79 7.45 -
YUV 69.44 131.14 134.11 -
System Red Green Blue C M Y K H S L
Decimal 78 64 75 0 0.18 0.04 0.69 312.86 0.1 0.28
Hex 4E 40 4B 0 12 4 45 139 A 1C
Octal 116 100 113 0 22 4 105 471 12 34
Binary 1001110 1000000 1001011 0 10010 100 1000101 100111001 1010 11100

Color Harmonies of #4E404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E404B

Black with #4E404B

Text Example


Text Example

White with #4E404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,64,75); }

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

background-color css

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

 a { background-color: rgb(78,64,75); }

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

border-color css

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

 span { border-color: rgb(78,64,75); }

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