Html Css Color HEX #494156 Mulled Wine

📋 copy color: '#494156'

red 73 ◦ green 65 ◦ blue 86

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

Shades of Mulled Wine #494156

Tints of Mulled Wine #494156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

 BLUE value IS 86 (33.98% from 255) = 38.39%

R = 32.59%
G = 29.02%
B = 38.39%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494156 (or 0x494156) is known color: Mulled Wine. HEX triplet: 49, 41 and 56. RGB value is (73,65,86). Sum of RGB (Red+Green+Blue) = 73+65+86=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #494156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494156 is #B6BEA9. Grayscale: #454545. Windows color (decimal): -11976362 or 5652809. OLE color: 5652809.

HSL color Cylindrical-coordinate representation of color #494156: hue angle of 262.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #494156 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 65 86 -
CMYK 0.15 0.24 0 0.66
HSL 262.86º 0.14% 0.3% -
HSV(B) 262.86º 0.24% 0.34% -
XYZ 6.32 5.87 9.6 -
YUV 69.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 73 65 86 0.15 0.24 0 0.66 262.86 0.14 0.3
Hex 49 41 56 F 18 0 42 107 E 1E
Octal 111 101 126 17 30 0 102 407 16 36
Binary 1001001 1000001 1010110 1111 11000 0 1000010 100000111 1110 11110

Color Harmonies of #494156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494156

Black with #494156

Text Example


Text Example

White with #494156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494156; }

 p { color: rgb(73,65,86); }

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

background-color css

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

 a { background-color: rgb(73,65,86); }

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

border-color css

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

 span { border-color: rgb(73,65,86); }

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