Html Css Color HEX #494359 Mulled Wine

📋 copy color: '#494359'

red 73 ◦ green 67 ◦ blue 89

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

Shades of Mulled Wine #494359

Tints of Mulled Wine #494359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.26%

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

R = 31.88%
G = 29.26%
B = 38.86%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#494359 (or 0x494359) is known color: Mulled Wine. HEX triplet: 49, 43 and 59. RGB value is (73,67,89). Sum of RGB (Red+Green+Blue) = 73+67+89=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #494359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494359 is #B6BCA6. Grayscale: #474747. Windows color (decimal): -11975847 or 5849929. OLE color: 5849929.

HSL color Cylindrical-coordinate representation of color #494359: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #494359 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 67 89 -
CMYK 0.18 0.25 0 0.65
HSL 256.36º 0.14% 0.31% -
HSV(B) 256.36º 0.25% 0.35% -
XYZ 6.56 6.15 10.29 -
YUV 71.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 73 67 89 0.18 0.25 0 0.65 256.36 0.14 0.31
Hex 49 43 59 12 19 0 41 100 E 1F
Octal 111 103 131 22 31 0 101 400 16 37
Binary 1001001 1000011 1011001 10010 11001 0 1000001 100000000 1110 11111

Color Harmonies of #494359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494359

Black with #494359

Text Example


Text Example

White with #494359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494359; }

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

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

background-color css

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

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

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

border-color css

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

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

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