#494259

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

Shades of Mulled Wine #494259

Tints of Mulled Wine #494259

Color information

#494259 (or 0x494259) is unknown color: approx Mulled Wine. HEX triplet: 49, 42 and 59. RGB value is (73,66,89). Sum of RGB (Red+Green+Blue) = 73+66+89=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #494259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494259 is #B6BDA6. Grayscale: #464646. Windows color (decimal): -11976103 or 5849673. OLE color: 5849673.

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

Color convert

RGB736689-
CMYK0.180.2600.65
HSL258.26º14.84%30.39%-
HSV(B)258.26º25.84%34.9%-
XYZ6.56.0310.27-
YUV70.72138.32129.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 89 (35.16% from 255) = 39.04%
R=32.02%
G=28.95%
B=39.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7366890.180.2600.65258.2614.8430.39
Hex494259121A041102f1e
Octal111102131223201014021736
Binary100100110000101011001100101101001000001100000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494259; }

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

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

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

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

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

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

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

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