#494359

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

Shades of Mulled Wine #494359

Tints of Mulled Wine #494359

Color information

#494359 (or 0x494359) is unknown color: approx Mulled Wine. HEX triplet: 49, 43 and 59. RGB value is (73,67,89). Sum of RGB (Red+Green+Blue) = 73+67+89=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #494359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494359 is #B6BCA6. Grayscale: #474747. Windows color (decimal): -11975847 or 5849929. OLE color: 5849929.

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

Color convert

RGB736789-
CMYK0.180.2500.65
HSL256.36º14.1%30.59%-
HSV(B)256.36º24.72%34.9%-
XYZ6.566.1510.29-
YUV71.3137.99129.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=31.88%
G=29.26%
B=38.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7367890.180.2500.65256.3614.130.59
Hex4943591219041100e1f
Octal111103131223101014001637
Binary100100110000111011001100101100101000001100000000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494359; }

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

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

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

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

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

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

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

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