#494357

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

Shades of Mulled Wine #494357

Tints of Mulled Wine #494357

Color information

#494357 (or 0x494357) is unknown color: approx Mulled Wine. HEX triplet: 49, 43 and 57. RGB value is (73,67,87). Sum of RGB (Red+Green+Blue) = 73+67+87=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #494357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494357 is #B6BCA8. Grayscale: #474747. Windows color (decimal): -11975849 or 5718857. OLE color: 5718857.

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

Color convert

RGB736787-
CMYK0.160.2300.66
HSL258º12.99%30.2%-
HSV(B)258º22.99%34.12%-
XYZ6.486.129.86-
YUV71.07136.99129.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 87 (34.38% from 255) = 38.33%
R=32.16%
G=29.52%
B=38.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7367870.160.2300.6625812.9930.2
Hex4943571017042102d1e
Octal111103127202701024021536
Binary100100110000111010111100001011101000010100000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494357; }

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

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

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

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

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

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

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

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