#4C415E

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

Shades of Mulled Wine #4C415E

Tints of Mulled Wine #4C415E

Color information

#4C415E (or 0x4C415E) is unknown color: approx Mulled Wine. HEX triplet: 4C, 41 and 5E. RGB value is (76,65,94). Sum of RGB (Red+Green+Blue) = 76+65+94=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C415E is #B3BEA1. Grayscale: #474747. Windows color (decimal): -11779746 or 6177100. OLE color: 6177100.

HSL color Cylindrical-coordinate representation of color #4C415E: hue angle of 262.76º 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 #4C415E is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB766594-
CMYK0.190.3100.63
HSL262.76º18.24%31.18%-
HSV(B)262.76º30.85%36.86%-
XYZ6.896.1311.41-
YUV71.6140.64131.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 94 (37.11% from 255) = 40%
R=32.34%
G=27.66%
B=40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7665940.190.3100.63262.7618.2431.18
Hex4C415E131F03F107121f
Octal11410113623370774072237
Binary100110010000011011110100111111101111111000001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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