Html Css Color HEX #494059 Mulled Wine

📋 copy color: '#494059'

red 73 ◦ green 64 ◦ blue 89

#494059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulled Wine #494059

Tints of Mulled Wine #494059

RGB

 RED value IS 73 (28.91% from 255) = 32.3%

 GREEN value IS 64 (25.39% from 255) = 28.32%

 BLUE value IS 89 (35.16% from 255) = 39.38%

R = 32.3%
G = 28.32%
B = 39.38%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#494059 (or 0x494059) is known color: Mulled Wine. HEX triplet: 49, 40 and 59. RGB value is (73,64,89). Sum of RGB (Red+Green+Blue) = 73+64+89=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #494059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494059 is #B6BFA6. Grayscale: #454545. Windows color (decimal): -11976615 or 5849161. OLE color: 5849161.

HSL color Cylindrical-coordinate representation of color #494059: hue angle of 261.6º degrees, saturation: 0.16, 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 #494059 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 64 89 -
CMYK 0.18 0.28 0 0.65
HSL 261.6º 0.16% 0.3% -
HSV(B) 261.6º 0.28% 0.35% -
XYZ 6.38 5.8 10.24 -
YUV 69.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 73 64 89 0.18 0.28 0 0.65 261.6 0.16 0.3
Hex 49 40 59 12 1C 0 41 106 10 1E
Octal 111 100 131 22 34 0 101 406 20 36
Binary 1001001 1000000 1011001 10010 11100 0 1000001 100000110 10000 11110

Color Harmonies of #494059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494059

Black with #494059

Text Example


Text Example

White with #494059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494059; }

 p { color: rgb(73,64,89); }

 H1.HeaderClassName
 {
   color: #494059;
 }
 .AnyTagClassName
 {
   color: #494059;
 }
</style>

background-color css

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

 a { background-color: rgb(73,64,89); }

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

border-color css

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

 span { border-color: rgb(73,64,89); }

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