#4E384C

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

Shades of Purple Taupe #4E384C

Tints of Purple Taupe #4E384C

Color information

#4E384C (or 0x4E384C) is unknown color: approx Purple Taupe. HEX triplet: 4E, 38 and 4C. RGB value is (78,56,76). Sum of RGB (Red+Green+Blue) = 78+56+76=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 78 - color contains mainly: red. Hex color #4E384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E384C is #B1C7B3. Grayscale: #404040. Windows color (decimal): -11650996 or 4995150. OLE color: 4995150.

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

Color convert

RGB785676-
CMYK00.280.030.69
HSL305.45º16.42%26.27%-
HSV(B)305.45º28.21%30.59%-
XYZ5.864.977.49-
YUV64.86134.29137.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.14%
GREEN value IS 56 (22.27% from 255) = 26.67%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=37.14%
G=26.67%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78567600.280.030.69305.4516.4226.27
Hex4E384C01C345131101a
Octal1167011403431054612032
Binary100111011100010011000111001110001011001100011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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