#4E4965

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

Shades of Mulled Wine #4E4965

Tints of Mulled Wine #4E4965

Color information

#4E4965 (or 0x4E4965) is unknown color: approx Mulled Wine. HEX triplet: 4E, 49 and 65. RGB value is (78,73,101). Sum of RGB (Red+Green+Blue) = 78+73+101=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E4965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4965 is #B1B69A. Grayscale: #4D4D4D. Windows color (decimal): -11646619 or 6637902. OLE color: 6637902.

HSL color Cylindrical-coordinate representation of color #4E4965: hue angle of 250.71º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E4965 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7873101-
CMYK0.230.2800.60
HSL250.71º16.09%34.12%-
HSV(B)250.71º27.72%39.61%-
XYZ7.877.3213.31-
YUV77.69141.16128.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.95%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=30.95%
G=28.97%
B=40.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78731010.230.2800.60250.7116.0934.12
Hex4E4965171C03Cfb1022
Octal11611114527340743732042
Binary100111010010011100101101111110001111001111101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,73,101); }

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

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

 a { background-color: rgb(78,73,101); }

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

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

 span { border-color: rgb(78,73,101); }

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