#4D4863

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

Shades of Mulled Wine #4D4863

Tints of Mulled Wine #4D4863

Color information

#4D4863 (or 0x4D4863) is unknown color: approx Mulled Wine. HEX triplet: 4D, 48 and 63. RGB value is (77,72,99). Sum of RGB (Red+Green+Blue) = 77+72+99=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4863 is #B2B79C. Grayscale: #4C4C4C. Windows color (decimal): -11712413 or 6506573. OLE color: 6506573.

HSL color Cylindrical-coordinate representation of color #4D4863: hue angle of 251.11º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D4863 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB777299-
CMYK0.220.2700.61
HSL251.11º15.79%33.53%-
HSV(B)251.11º27.27%38.82%-
XYZ7.637.1112.78-
YUV76.57140.66128.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.05%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=31.05%
G=29.03%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7772990.220.2700.61251.1115.7933.53
Hex4D4863161B03Dfb1022
Octal11511014326330753732042
Binary100110110010001100011101101101101111011111101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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