#4C4460

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

Shades of Mulled Wine #4C4460

Tints of Mulled Wine #4C4460

Color information

#4C4460 (or 0x4C4460) is unknown color: approx Mulled Wine. HEX triplet: 4C, 44 and 60. RGB value is (76,68,96). Sum of RGB (Red+Green+Blue) = 76+68+96=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4460 is #B3BB9F. Grayscale: #494949. Windows color (decimal): -11778976 or 6308940. OLE color: 6308940.

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

Color convert

RGB766896-
CMYK0.210.2900.62
HSL257.14º17.07%32.16%-
HSV(B)257.14º29.17%37.65%-
XYZ7.166.5211.95-
YUV73.58140.65129.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 68 (26.95% from 255) = 28.33%
BLUE value IS 96 (37.89% from 255) = 40%
R=31.67%
G=28.33%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7668960.210.2900.62257.1417.0732.16
Hex4C4460151D03E1011120
Octal11410414025350764012140
Binary1001100100010011000001010111101011111010000000110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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