#494057

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

Shades of Mulled Wine #494057

Tints of Mulled Wine #494057

Color information

#494057 (or 0x494057) is unknown color: approx Mulled Wine. HEX triplet: 49, 40 and 57. RGB value is (73,64,87). Sum of RGB (Red+Green+Blue) = 73+64+87=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: blue. Hex color #494057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494057 is #B6BFA8. Grayscale: #454545. Windows color (decimal): -11976617 or 5718089. OLE color: 5718089.

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

Color convert

RGB736487-
CMYK0.160.2600.66
HSL263.48º15.23%29.61%-
HSV(B)263.48º26.44%34.12%-
XYZ6.35.779.8-
YUV69.31137.98130.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 64 (25.39% from 255) = 28.57%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=32.59%
G=28.57%
B=38.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7364870.160.2600.66263.4815.2329.61
Hex494057101A042107f1e
Octal111100127203201024071736
Binary100100110000001010111100001101001000010100000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494057; }

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

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

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

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

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

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

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

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