#494456

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

Shades of Mulled Wine #494456

Tints of Mulled Wine #494456

Color information

#494456 (or 0x494456) is unknown color: approx Mulled Wine. HEX triplet: 49, 44 and 56. RGB value is (73,68,86). Sum of RGB (Red+Green+Blue) = 73+68+86=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #494456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494456 is #B6BBA9. Grayscale: #474747. Windows color (decimal): -11975594 or 5653577. OLE color: 5653577.

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

Color convert

RGB736886-
CMYK0.150.2100.66
HSL256.67º11.69%30.2%-
HSV(B)256.67º20.93%33.73%-
XYZ6.496.229.66-
YUV71.55136.16129.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=32.16%
G=29.96%
B=37.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7368860.150.2100.66256.6711.6930.2
Hex494456F15042101c1e
Octal111104126172501024011436
Binary10010011000100101011011111010101000010100000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494456; }

 p { color: rgb(73,68,86); }

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

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

 a { background-color: rgb(73,68,86); }

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

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

 span { border-color: rgb(73,68,86); }

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