#4D4A56

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

Shades of Mulled Wine #4D4A56

Tints of Mulled Wine #4D4A56

Color information

#4D4A56 (or 0x4D4A56) is unknown color: approx Mulled Wine. HEX triplet: 4D, 4A and 56. RGB value is (77,74,86). Sum of RGB (Red+Green+Blue) = 77+74+86=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #4D4A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4A56 is #B2B5A9. Grayscale: #4C4C4C. Windows color (decimal): -11711914 or 5655117. OLE color: 5655117.

HSL color Cylindrical-coordinate representation of color #4D4A56: hue angle of 255º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4D4A56 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB777486-
CMYK0.100.1400.66
HSL255º7.5%31.37%-
HSV(B)255º13.95%33.73%-
XYZ7.197.159.8-
YUV76.26133.49128.52-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.49%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=32.49%
G=31.22%
B=36.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7774860.100.1400.662557.531.37
Hex4D4A56AE042ff71f
Octal11511212612160102377737
Binary10011011001010101011010101110010000101111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,74,86); }

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

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

 a { background-color: rgb(77,74,86); }

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

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

 span { border-color: rgb(77,74,86); }

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