Html Css Color HEX #494259 Mulled Wine

📋 copy color: '#494259'

red 73 ◦ green 66 ◦ blue 89

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

Shades of Mulled Wine #494259

Tints of Mulled Wine #494259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.95%

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

R = 32.02%
G = 28.95%
B = 39.04%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#494259 (or 0x494259) is known color: Mulled Wine. HEX triplet: 49, 42 and 59. RGB value is (73,66,89). Sum of RGB (Red+Green+Blue) = 73+66+89=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #494259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494259 is #B6BDA6. Grayscale: #464646. Windows color (decimal): -11976103 or 5849673. OLE color: 5849673.

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

Color convert

RGB 73 66 89 -
CMYK 0.18 0.26 0 0.65
HSL 258.26º 0.15% 0.3% -
HSV(B) 258.26º 0.26% 0.35% -
XYZ 6.5 6.03 10.27 -
YUV 70.72 138.32 129.63 -
System Red Green Blue C M Y K H S L
Decimal 73 66 89 0.18 0.26 0 0.65 258.26 0.15 0.3
Hex 49 42 59 12 1A 0 41 102 F 1E
Octal 111 102 131 22 32 0 101 402 17 36
Binary 1001001 1000010 1011001 10010 11010 0 1000001 100000010 1111 11110

Color Harmonies of #494259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494259

Black with #494259

Text Example


Text Example

White with #494259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494259; }

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

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

background-color css

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

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

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

border-color css

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

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

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