#4E425B

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

Shades of Mulled Wine #4E425B

Tints of Mulled Wine #4E425B

Color information

#4E425B (or 0x4E425B) is unknown color: approx Mulled Wine. HEX triplet: 4E, 42 and 5B. RGB value is (78,66,91). Sum of RGB (Red+Green+Blue) = 78+66+91=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #4E425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E425B is #B1BDA4. Grayscale: #484848. Windows color (decimal): -11648421 or 5980750. OLE color: 5980750.

HSL color Cylindrical-coordinate representation of color #4E425B: hue angle of 268.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E425B is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB786691-
CMYK0.140.2700.64
HSL268.8º15.92%30.78%-
HSV(B)268.8º27.47%35.69%-
XYZ6.986.2710.74-
YUV72.44138.48131.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.19%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=33.19%
G=28.09%
B=38.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7866910.140.2700.64268.815.9230.78
Hex4E425BE1B04010d101f
Octal116102133163301004152037
Binary100111010000101011011111011011010000001000011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,66,91); }

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

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

 a { background-color: rgb(78,66,91); }

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

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

 span { border-color: rgb(78,66,91); }

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