Html Css Color HEX #494357 Mulled Wine

📋 copy color: '#494357'

red 73 ◦ green 67 ◦ blue 87

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

Shades of Mulled Wine #494357

Tints of Mulled Wine #494357

RGB

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

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

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

R = 32.16%
G = 29.52%
B = 38.33%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494357 (or 0x494357) is known color: Mulled Wine. HEX triplet: 49, 43 and 57. RGB value is (73,67,87). Sum of RGB (Red+Green+Blue) = 73+67+87=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 87 - color contains mainly: blue. Hex color #494357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494357 is #B6BCA8. Grayscale: #474747. Windows color (decimal): -11975849 or 5718857. OLE color: 5718857.

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

Color convert

RGB 73 67 87 -
CMYK 0.16 0.23 0 0.66
HSL 258º 0.13% 0.3% -
HSV(B) 258º 0.23% 0.34% -
XYZ 6.48 6.12 9.86 -
YUV 71.07 136.99 129.37 -
System Red Green Blue C M Y K H S L
Decimal 73 67 87 0.16 0.23 0 0.66 258 0.13 0.3
Hex 49 43 57 10 17 0 42 102 D 1E
Octal 111 103 127 20 27 0 102 402 15 36
Binary 1001001 1000011 1010111 10000 10111 0 1000010 100000010 1101 11110

Color Harmonies of #494357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494357

Black with #494357

Text Example


Text Example

White with #494357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494357; }

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

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

background-color css

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

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

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

border-color css

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

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

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