#4E405C

Color #4E405C Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #4E405C

Tints of Mulled Wine #4E405C

Color information

#4E405C (or 0x4E405C) is unknown color: approx Mulled Wine. HEX triplet: 4E, 40 and 5C. RGB value is (78,64,92). Sum of RGB (Red+Green+Blue) = 78+64+92=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E405C is #B1BFA3. Grayscale: #474747. Windows color (decimal): -11648932 or 6045774. OLE color: 6045774.

HSL color Cylindrical-coordinate representation of color #4E405C: hue angle of 270º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E405C is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB786492-
CMYK0.150.3000.64
HSL270º17.95%30.59%-
HSV(B)270º30.43%36.08%-
XYZ6.916.0610.93-
YUV71.38139.64132.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 27.35%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=33.33%
G=27.35%
B=39.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7864920.150.3000.6427017.9530.59
Hex4E405CF1E04010e121f
Octal116100134173601004162237
Binary100111010000001011100111111110010000001000011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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