#4C4560

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

Shades of Mulled Wine #4C4560

Tints of Mulled Wine #4C4560

Color information

#4C4560 (or 0x4C4560) is unknown color: approx Mulled Wine. HEX triplet: 4C, 45 and 60. RGB value is (76,69,96). Sum of RGB (Red+Green+Blue) = 76+69+96=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C4560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4560 is #B3BA9F. Grayscale: #4A4A4A. Windows color (decimal): -11778720 or 6309196. OLE color: 6309196.

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

Color convert

RGB766996-
CMYK0.210.2800.62
HSL255.56º16.36%32.35%-
HSV(B)255.56º28.12%37.65%-
XYZ7.226.6411.97-
YUV74.17140.32129.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=31.54%
G=28.63%
B=39.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7669960.210.2800.62255.5616.3632.35
Hex4C4560151C03E1001020
Octal11410514025340764002040
Binary1001100100010111000001010111100011111010000000010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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