#494059

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

Shades of Mulled Wine #494059

Tints of Mulled Wine #494059

Color information

#494059 (or 0x494059) is unknown color: approx Mulled Wine. HEX triplet: 49, 40 and 59. RGB value is (73,64,89). Sum of RGB (Red+Green+Blue) = 73+64+89=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #494059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494059 is #B6BFA6. Grayscale: #454545. Windows color (decimal): -11976615 or 5849161. OLE color: 5849161.

HSL color Cylindrical-coordinate representation of color #494059: hue angle of 261.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #494059 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB736489-
CMYK0.180.2800.65
HSL261.6º16.34%30%-
HSV(B)261.6º28.09%34.9%-
XYZ6.385.810.24-
YUV69.54138.98130.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 64 (25.39% from 255) = 28.32%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=32.30%
G=28.32%
B=39.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7364890.180.2800.65261.616.3430
Hex494059121C041106101e
Octal111100131223401014062036
Binary1001001100000010110011001011100010000011000001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494059; }

 p { color: rgb(73,64,89); }

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

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

 a { background-color: rgb(73,64,89); }

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

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

 span { border-color: rgb(73,64,89); }

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