Html Css Color HEX #494157 Mulled Wine

📋 copy color: '#494157'

red 73 ◦ green 65 ◦ blue 87

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

Shades of Mulled Wine #494157

Tints of Mulled Wine #494157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.67%

R = 32.44%
G = 28.89%
B = 38.67%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494157 (or 0x494157) is known color: Mulled Wine. HEX triplet: 49, 41 and 57. RGB value is (73,65,87). Sum of RGB (Red+Green+Blue) = 73+65+87=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 87 - color contains mainly: blue. Hex color #494157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494157 is #B6BEA8. Grayscale: #454545. Windows color (decimal): -11976361 or 5718345. OLE color: 5718345.

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

Color convert

RGB 73 65 87 -
CMYK 0.16 0.25 0 0.66
HSL 261.82º 0.14% 0.3% -
HSV(B) 261.82º 0.25% 0.34% -
XYZ 6.36 5.89 9.82 -
YUV 69.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 73 65 87 0.16 0.25 0 0.66 261.82 0.14 0.3
Hex 49 41 57 10 19 0 42 106 E 1E
Octal 111 101 127 20 31 0 102 406 16 36
Binary 1001001 1000001 1010111 10000 11001 0 1000010 100000110 1110 11110

Color Harmonies of #494157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494157

Black with #494157

Text Example


Text Example

White with #494157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494157; }

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

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

background-color css

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

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

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

border-color css

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

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

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