#494258

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

Shades of Mulled Wine #494258

Tints of Mulled Wine #494258

Color information

#494258 (or 0x494258) is unknown color: approx Mulled Wine. HEX triplet: 49, 42 and 58. RGB value is (73,66,88). Sum of RGB (Red+Green+Blue) = 73+66+88=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #494258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494258 is #B6BDA7. Grayscale: #464646. Windows color (decimal): -11976104 or 5784137. OLE color: 5784137.

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

Color convert

RGB736688-
CMYK0.170.2500.65
HSL259.09º14.29%30.2%-
HSV(B)259.09º25%34.51%-
XYZ6.466.0210.05-
YUV70.6137.82129.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=32.16%
G=29.07%
B=38.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7366880.170.2500.65259.0914.2930.2
Hex4942581119041103e1e
Octal111102130213101014031636
Binary100100110000101011000100011100101000001100000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494258; }

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

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

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

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

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

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

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

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