Html Css Color HEX #494257 Mulled Wine

📋 copy color: '#494257'

red 73 ◦ green 66 ◦ blue 87

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

Shades of Mulled Wine #494257

Tints of Mulled Wine #494257

RGB

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

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

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

R = 32.3%
G = 29.2%
B = 38.5%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494257 (or 0x494257) is known color: Mulled Wine. HEX triplet: 49, 42 and 57. RGB value is (73,66,87). Sum of RGB (Red+Green+Blue) = 73+66+87=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #494257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494257 is #B6BDA8. Grayscale: #464646. Windows color (decimal): -11976105 or 5718601. OLE color: 5718601.

HSL color Cylindrical-coordinate representation of color #494257: hue angle of 260º 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 #494257 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 66 87 -
CMYK 0.16 0.24 0 0.66
HSL 260º 0.14% 0.3% -
HSV(B) 260º 0.24% 0.34% -
XYZ 6.42 6 9.84 -
YUV 70.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 73 66 87 0.16 0.24 0 0.66 260 0.14 0.3
Hex 49 42 57 10 18 0 42 104 E 1E
Octal 111 102 127 20 30 0 102 404 16 36
Binary 1001001 1000010 1010111 10000 11000 0 1000010 100000100 1110 11110

Color Harmonies of #494257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494257

Black with #494257

Text Example


Text Example

White with #494257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494257; }

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

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

background-color css

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

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

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

border-color css

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

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

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