#493F57

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

Shades of Mulled Wine #493F57

Tints of Mulled Wine #493F57

Color information

#493F57 (or 0x493F57) is unknown color: approx Mulled Wine. HEX triplet: 49, 3F and 57. RGB value is (73,63,87). Sum of RGB (Red+Green+Blue) = 73+63+87=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 63 (25% from 255 or 28.25% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: blue. Hex color #493F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F57 is #B6C0A8. Grayscale: #444444. Windows color (decimal): -11976873 or 5717833. OLE color: 5717833.

HSL color Cylindrical-coordinate representation of color #493F57: hue angle of 265º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #493F57 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB736387-
CMYK0.160.2800.66
HSL265º16%29.41%-
HSV(B)265º27.59%34.12%-
XYZ6.255.669.78-
YUV68.73138.31131.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 63 (25% from 255) = 28.25%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=32.74%
G=28.25%
B=39.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7363870.160.2800.662651629.41
Hex493F57101C042109101d
Octal11177127203401024112035
Binary100100111111110101111000011100010000101000010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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