#4E4360

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

Shades of Mulled Wine #4E4360

Tints of Mulled Wine #4E4360

Color information

#4E4360 (or 0x4E4360) is unknown color: approx Mulled Wine. HEX triplet: 4E, 43 and 60. RGB value is (78,67,96). Sum of RGB (Red+Green+Blue) = 78+67+96=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4360 is #B1BC9F. Grayscale: #494949. Windows color (decimal): -11648160 or 6308686. OLE color: 6308686.

HSL color Cylindrical-coordinate representation of color #4E4360: hue angle of 262.76º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E4360 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB786796-
CMYK0.190.3000.62
HSL262.76º17.79%31.96%-
HSV(B)262.76º30.21%37.65%-
XYZ7.266.4811.93-
YUV73.6140.64131.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.37%
GREEN value IS 67 (26.56% from 255) = 27.80%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=32.37%
G=27.80%
B=39.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7867960.190.3000.62262.7617.7931.96
Hex4E4360131E03E1071220
Octal11610314023360764072240
Binary1001110100001111000001001111110011111010000011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,67,96); }

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

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

 a { background-color: rgb(78,67,96); }

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

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

 span { border-color: rgb(78,67,96); }

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