#4E415E

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

Shades of Mulled Wine #4E415E

Tints of Mulled Wine #4E415E

Color information

#4E415E (or 0x4E415E) is unknown color: approx Mulled Wine. HEX triplet: 4E, 41 and 5E. RGB value is (78,65,94). Sum of RGB (Red+Green+Blue) = 78+65+94=237 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.91% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 94 - color contains mainly: blue. Hex color #4E415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E415E is #B1BEA1. Grayscale: #484848. Windows color (decimal): -11648674 or 6177102. OLE color: 6177102.

HSL color Cylindrical-coordinate representation of color #4E415E: hue angle of 266.9º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E415E is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB786594-
CMYK0.170.3100.63
HSL266.9º18.24%31.18%-
HSV(B)266.9º30.85%36.86%-
XYZ7.056.2111.42-
YUV72.19140.31132.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.91%
GREEN value IS 65 (25.78% from 255) = 27.43%
BLUE value IS 94 (37.11% from 255) = 39.66%
R=32.91%
G=27.43%
B=39.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7865940.170.3100.63266.918.2431.18
Hex4E415E111F03F10b121f
Octal11610113621370774132237
Binary100111010000011011110100011111101111111000010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,94); }

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

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

 a { background-color: rgb(78,65,94); }

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

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

 span { border-color: rgb(78,65,94); }

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