#4D485C

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

Shades of Mulled Wine #4D485C

Tints of Mulled Wine #4D485C

Color information

#4D485C (or 0x4D485C) is unknown color: approx Mulled Wine. HEX triplet: 4D, 48 and 5C. RGB value is (77,72,92). Sum of RGB (Red+Green+Blue) = 77+72+92=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D485C is #B2B7A3. Grayscale: #4B4B4B. Windows color (decimal): -11712420 or 6047821. OLE color: 6047821.

HSL color Cylindrical-coordinate representation of color #4D485C: hue angle of 255º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D485C is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB777292-
CMYK0.160.2200.64
HSL255º12.2%32.16%-
HSV(B)255º21.74%36.08%-
XYZ7.316.9911.09-
YUV75.77137.16128.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=31.95%
G=29.88%
B=38.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7772920.160.2200.6425512.232.16
Hex4D485C1016040ffc20
Octal115110134202601003771440
Binary100110110010001011100100001011001000000111111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,72,92); }

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

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

 a { background-color: rgb(77,72,92); }

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

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

 span { border-color: rgb(77,72,92); }

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