#4D4959

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

Shades of Mulled Wine #4D4959

Tints of Mulled Wine #4D4959

Color information

#4D4959 (or 0x4D4959) is unknown color: approx Mulled Wine. HEX triplet: 4D, 49 and 59. RGB value is (77,73,89). Sum of RGB (Red+Green+Blue) = 77+73+89=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D4959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4959 is #B2B6A6. Grayscale: #4B4B4B. Windows color (decimal): -11712167 or 5851469. OLE color: 5851469.

HSL color Cylindrical-coordinate representation of color #4D4959: hue angle of 255º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D4959 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB777389-
CMYK0.130.1800.65
HSL255º9.88%31.76%-
HSV(B)255º17.98%34.9%-
XYZ7.257.0610.43-
YUV76.02135.33128.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.22%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=32.22%
G=30.54%
B=37.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7773890.130.1800.652559.8831.76
Hex4D4959D12041ffa20
Octal115111131152201013771240
Binary10011011001001101100111011001001000001111111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,73,89); }

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

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

 a { background-color: rgb(77,73,89); }

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

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

 span { border-color: rgb(77,73,89); }

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