#494358

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

Shades of Mulled Wine #494358

Tints of Mulled Wine #494358

Color information

#494358 (or 0x494358) is unknown color: approx Mulled Wine. HEX triplet: 49, 43 and 58. RGB value is (73,67,88). Sum of RGB (Red+Green+Blue) = 73+67+88=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #494358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494358 is #B6BCA7. Grayscale: #474747. Windows color (decimal): -11975848 or 5784393. OLE color: 5784393.

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

Color convert

RGB736788-
CMYK0.170.2400.65
HSL257.14º13.55%30.39%-
HSV(B)257.14º23.86%34.51%-
XYZ6.526.1410.07-
YUV71.19137.49129.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 88 (34.77% from 255) = 38.60%
R=32.02%
G=29.39%
B=38.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7367880.170.2400.65257.1413.5530.39
Hex4943581118041101e1e
Octal111103130213001014011636
Binary100100110000111011000100011100001000001100000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494358; }

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

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

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

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

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

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

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

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