#4D465E

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

Shades of Mulled Wine #4D465E

Tints of Mulled Wine #4D465E

Color information

#4D465E (or 0x4D465E) is unknown color: approx Mulled Wine. HEX triplet: 4D, 46 and 5E. RGB value is (77,70,94). Sum of RGB (Red+Green+Blue) = 77+70+94=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #4D465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D465E is #B2B9A1. Grayscale: #4A4A4A. Windows color (decimal): -11712930 or 6178381. OLE color: 6178381.

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

Color convert

RGB777094-
CMYK0.180.2600.63
HSL257.5º14.63%32.16%-
HSV(B)257.5º25.53%36.86%-
XYZ7.276.7711.51-
YUV74.83138.82129.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 70 (27.73% from 255) = 29.05%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=31.95%
G=29.05%
B=39.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7770940.180.2600.63257.514.6332.16
Hex4D465E121A03F102f20
Octal11510613622320774021740
Binary100110110001101011110100101101001111111000000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,70,94); }

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

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

 a { background-color: rgb(77,70,94); }

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

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

 span { border-color: rgb(77,70,94); }

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