#4E414B

Color #4E414B Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #4E414B

Tints of Purple Taupe #4E414B

Color information

#4E414B (or 0x4E414B) is unknown color: approx Purple Taupe. HEX triplet: 4E, 41 and 4B. RGB value is (78,65,75). Sum of RGB (Red+Green+Blue) = 78+65+75=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 78 - color contains mainly: red. Hex color #4E414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E414B is #B1BEB4. Grayscale: #464646. Windows color (decimal): -11648693 or 4931918. OLE color: 4931918.

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

Color convert

RGB786575-
CMYK00.170.040.69
HSL313.85º9.09%28.04%-
HSV(B)313.85º16.67%30.59%-
XYZ6.35.917.46-
YUV70.03130.81133.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.78%
GREEN value IS 65 (25.78% from 255) = 29.82%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=35.78%
G=29.82%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78657500.170.040.69313.859.0928.04
Hex4E414B01144513a91c
Octal11610111302141054721134
Binary1001110100000110010110100011001000101100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E414B;
 }
 .AnyTagClassName
 {
   color: #4E414B;
 }
</style>
background-color css

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

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

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

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

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

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