#494158

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

Shades of Mulled Wine #494158

Tints of Mulled Wine #494158

Color information

#494158 (or 0x494158) is unknown color: approx Mulled Wine. HEX triplet: 49, 41 and 58. RGB value is (73,65,88). Sum of RGB (Red+Green+Blue) = 73+65+88=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #494158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494158 is #B6BEA7. Grayscale: #454545. Windows color (decimal): -11976360 or 5783881. OLE color: 5783881.

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

Color convert

RGB736588-
CMYK0.170.2600.65
HSL260.87º15.03%30%-
HSV(B)260.87º26.14%34.51%-
XYZ6.45.910.03-
YUV70.01138.15130.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=32.30%
G=28.76%
B=38.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7365880.170.2600.65260.8715.0330
Hex494158111A041105f1e
Octal111101130213201014051736
Binary100100110000011011000100011101001000001100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494158; }

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

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

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

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

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

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

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

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