#494056

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

Shades of Mulled Wine #494056

Tints of Mulled Wine #494056

Color information

#494056 (or 0x494056) is unknown color: approx Mulled Wine. HEX triplet: 49, 40 and 56. RGB value is (73,64,86). Sum of RGB (Red+Green+Blue) = 73+64+86=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #494056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494056 is #B6BFA9. Grayscale: #454545. Windows color (decimal): -11976618 or 5652553. OLE color: 5652553.

HSL color Cylindrical-coordinate representation of color #494056: hue angle of 264.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494056 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB736486-
CMYK0.150.2600.66
HSL264.55º14.67%29.41%-
HSV(B)264.55º25.58%33.73%-
XYZ6.265.769.58-
YUV69.2137.48130.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=32.74%
G=28.70%
B=38.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7364860.150.2600.66264.5514.6729.41
Hex494056F1A042109f1d
Octal111100126173201024111735
Binary10010011000000101011011111101001000010100001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494056; }

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

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

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

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

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

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

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

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