#4D4260

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

Shades of Mulled Wine #4D4260

Tints of Mulled Wine #4D4260

Color information

#4D4260 (or 0x4D4260) is unknown color: approx Mulled Wine. HEX triplet: 4D, 42 and 60. RGB value is (77,66,96). Sum of RGB (Red+Green+Blue) = 77+66+96=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D4260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4260 is #B2BD9F. Grayscale: #484848. Windows color (decimal): -11713952 or 6308429. OLE color: 6308429.

HSL color Cylindrical-coordinate representation of color #4D4260: hue angle of 262º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D4260 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB776696-
CMYK0.200.3100.62
HSL262º18.52%31.76%-
HSV(B)262º31.25%37.65%-
XYZ7.126.3211.91-
YUV72.71141.14131.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.22%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=32.22%
G=27.62%
B=40.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7766960.200.3100.6226218.5231.76
Hex4D4260141F03E1061320
Octal11510214024370764062340
Binary1001101100001011000001010011111011111010000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,66,96); }

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

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

 a { background-color: rgb(77,66,96); }

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

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

 span { border-color: rgb(77,66,96); }

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