#4D495B

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

Shades of Mulled Wine #4D495B

Tints of Mulled Wine #4D495B

Color information

#4D495B (or 0x4D495B) is unknown color: approx Mulled Wine. HEX triplet: 4D, 49 and 5B. RGB value is (77,73,91). Sum of RGB (Red+Green+Blue) = 77+73+91=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D495B is #B2B6A4. Grayscale: #4C4C4C. Windows color (decimal): -11712165 or 5982541. OLE color: 5982541.

HSL color Cylindrical-coordinate representation of color #4D495B: hue angle of 253.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D495B is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB777391-
CMYK0.150.2000.64
HSL253.33º10.98%32.16%-
HSV(B)253.33º19.78%35.69%-
XYZ7.337.110.88-
YUV76.25136.33128.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.95%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=31.95%
G=30.29%
B=37.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7773910.150.2000.64253.3310.9832.16
Hex4D495BF14040fdb20
Octal115111133172401003751340
Binary10011011001001101101111111010001000000111111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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