#493F58

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

Shades of Mulled Wine #493F58

Tints of Mulled Wine #493F58

Color information

#493F58 (or 0x493F58) is unknown color: approx Mulled Wine. HEX triplet: 49, 3F and 58. RGB value is (73,63,88). Sum of RGB (Red+Green+Blue) = 73+63+88=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #493F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493F58 is #B6C0A7. Grayscale: #444444. Windows color (decimal): -11976872 or 5783369. OLE color: 5783369.

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

Color convert

RGB736388-
CMYK0.170.2800.65
HSL264º16.56%29.61%-
HSV(B)264º28.41%34.51%-
XYZ6.295.6810-
YUV68.84138.81130.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=32.59%
G=28.12%
B=39.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7363880.170.2800.6526416.5629.61
Hex493F58111C041108111e
Octal11177130213401014102136
Binary100100111111110110001000111100010000011000010001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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