#494257

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

Shades of Mulled Wine #494257

Tints of Mulled Wine #494257

Color information

#494257 (or 0x494257) is unknown color: approx Mulled Wine. HEX triplet: 49, 42 and 57. RGB value is (73,66,87). Sum of RGB (Red+Green+Blue) = 73+66+87=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #494257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494257 is #B6BDA8. Grayscale: #464646. Windows color (decimal): -11976105 or 5718601. OLE color: 5718601.

HSL color Cylindrical-coordinate representation of color #494257: hue angle of 260º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #494257 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB736687-
CMYK0.160.2400.66
HSL260º13.73%30%-
HSV(B)260º24.14%34.12%-
XYZ6.4269.84-
YUV70.49137.32129.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 87 (34.38% from 255) = 38.50%
R=32.30%
G=29.20%
B=38.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7366870.160.2400.6626013.7330
Hex4942571018042104e1e
Octal111102127203001024041636
Binary100100110000101010111100001100001000010100000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494257; }

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

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

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

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

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

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

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

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