#4D475F

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

Shades of Mulled Wine #4D475F

Tints of Mulled Wine #4D475F

Color information

#4D475F (or 0x4D475F) is unknown color: approx Mulled Wine. HEX triplet: 4D, 47 and 5F. RGB value is (77,71,95). Sum of RGB (Red+Green+Blue) = 77+71+95=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #4D475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D475F is #B2B8A0. Grayscale: #4B4B4B. Windows color (decimal): -11712673 or 6244173. OLE color: 6244173.

HSL color Cylindrical-coordinate representation of color #4D475F: hue angle of 255º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D475F is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB777195-
CMYK0.190.2500.63
HSL255º14.46%32.55%-
HSV(B)255º25.26%37.25%-
XYZ7.386.9111.77-
YUV75.53138.99129.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.69%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=31.69%
G=29.22%
B=39.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7771950.190.2500.6325514.4632.55
Hex4D475F131903Fffe21
Octal11510713723310773771641
Binary10011011000111101111110011110010111111111111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,71,95); }

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

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

 a { background-color: rgb(77,71,95); }

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

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

 span { border-color: rgb(77,71,95); }

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