#493F5A

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

Shades of Mulled Wine #493F5A

Tints of Mulled Wine #493F5A

Color information

#493F5A (or 0x493F5A) is unknown color: approx Mulled Wine. HEX triplet: 49, 3F and 5A. RGB value is (73,63,90). Sum of RGB (Red+Green+Blue) = 73+63+90=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #493F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F5A is #B6C0A5. Grayscale: #444444. Windows color (decimal): -11976870 or 5914441. OLE color: 5914441.

HSL color Cylindrical-coordinate representation of color #493F5A: hue angle of 262.22º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #493F5A is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB736390-
CMYK0.190.3000.65
HSL262.22º17.65%30%-
HSV(B)262.22º30%35.29%-
XYZ6.375.7110.44-
YUV69.07139.81130.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=32.30%
G=27.88%
B=39.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7363900.190.3000.65262.2217.6530
Hex493F5A131E041106121e
Octal11177132233601014062236
Binary100100111111110110101001111110010000011000001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493F5A; }

 p { color: rgb(73,63,90); }

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

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

 a { background-color: rgb(73,63,90); }

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

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

 span { border-color: rgb(73,63,90); }

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