#4D4360

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

Shades of Mulled Wine #4D4360

Tints of Mulled Wine #4D4360

Color information

#4D4360 (or 0x4D4360) is unknown color: approx Mulled Wine. HEX triplet: 4D, 43 and 60. RGB value is (77,67,96). Sum of RGB (Red+Green+Blue) = 77+67+96=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4360 is #B2BC9F. Grayscale: #494949. Windows color (decimal): -11713696 or 6308685. OLE color: 6308685.

HSL color Cylindrical-coordinate representation of color #4D4360: hue angle of 260.69º 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 #4D4360 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB776796-
CMYK0.200.3000.62
HSL260.69º17.79%31.96%-
HSV(B)260.69º30.21%37.65%-
XYZ7.186.4411.93-
YUV73.3140.81130.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 67 (26.56% from 255) = 27.92%
BLUE value IS 96 (37.89% from 255) = 40%
R=32.08%
G=27.92%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7767960.200.3000.62260.6917.7931.96
Hex4D4360141E03E1051220
Octal11510314024360764052240
Binary1001101100001111000001010011110011111010000010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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