#4E425F

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

Shades of Mulled Wine #4E425F

Tints of Mulled Wine #4E425F

Color information

#4E425F (or 0x4E425F) is unknown color: approx Mulled Wine. HEX triplet: 4E, 42 and 5F. RGB value is (78,66,95). Sum of RGB (Red+Green+Blue) = 78+66+95=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E425F is #B1BDA0. Grayscale: #484848. Windows color (decimal): -11648417 or 6242894. OLE color: 6242894.

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

Color convert

RGB786695-
CMYK0.180.3100.63
HSL264.83º18.01%31.57%-
HSV(B)264.83º30.53%37.25%-
XYZ7.166.3411.67-
YUV72.89140.48131.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.64%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=32.64%
G=27.62%
B=39.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7866950.180.3100.63264.8318.0131.57
Hex4E425F121F03F1091220
Octal11610213722370774112240
Binary1001110100001010111111001011111011111110000100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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