#4E4460

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

Shades of Mulled Wine #4E4460

Tints of Mulled Wine #4E4460

Color information

#4E4460 (or 0x4E4460) is unknown color: approx Mulled Wine. HEX triplet: 4E, 44 and 60. RGB value is (78,68,96). Sum of RGB (Red+Green+Blue) = 78+68+96=242 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.23% from 242); Green value is 68 (26.95% from 255 or 28.10% 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 #4E4460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4460 is #B1BB9F. Grayscale: #4A4A4A. Windows color (decimal): -11647904 or 6308942. OLE color: 6308942.

HSL color Cylindrical-coordinate representation of color #4E4460: hue angle of 261.43º 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 #4E4460 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB786896-
CMYK0.190.2900.62
HSL261.43º17.07%32.16%-
HSV(B)261.43º29.17%37.65%-
XYZ7.326.611.95-
YUV74.18140.31130.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.23%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=32.23%
G=28.10%
B=39.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7868960.190.2900.62261.4317.0732.16
Hex4E4460131D03E1051120
Octal11610414023350764052140
Binary1001110100010011000001001111101011111010000010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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