#4C4660

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

Shades of Mulled Wine #4C4660

Tints of Mulled Wine #4C4660

Color information

#4C4660 (or 0x4C4660) is unknown color: approx Mulled Wine. HEX triplet: 4C, 46 and 60. RGB value is (76,70,96). Sum of RGB (Red+Green+Blue) = 76+70+96=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4660 is #B3B99F. Grayscale: #4A4A4A. Windows color (decimal): -11778464 or 6309452. OLE color: 6309452.

HSL color Cylindrical-coordinate representation of color #4C4660: hue angle of 253.85º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C4660 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB767096-
CMYK0.210.2700.62
HSL253.85º15.66%32.55%-
HSV(B)253.85º27.08%37.65%-
XYZ7.286.7611.99-
YUV74.76139.99128.89-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.40%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=31.40%
G=28.93%
B=39.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7670960.210.2700.62253.8515.6632.55
Hex4C4660151B03Efe1021
Octal11410614025330763762041
Binary100110010001101100000101011101101111101111111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,96); }

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

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

 a { background-color: rgb(76,70,96); }

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

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

 span { border-color: rgb(76,70,96); }

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