Html Css Color HEX #494056 Mulled Wine

📋 copy color: '#494056'

red 73 ◦ green 64 ◦ blue 86

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

Shades of Mulled Wine #494056

Tints of Mulled Wine #494056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

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

R = 32.74%
G = 28.7%
B = 38.57%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#494056 (or 0x494056) is known color: Mulled Wine. HEX triplet: 49, 40 and 56. RGB value is (73,64,86). Sum of RGB (Red+Green+Blue) = 73+64+86=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #494056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494056 is #B6BFA9. Grayscale: #454545. Windows color (decimal): -11976618 or 5652553. OLE color: 5652553.

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

Color convert

RGB 73 64 86 -
CMYK 0.15 0.26 0 0.66
HSL 264.55º 0.15% 0.29% -
HSV(B) 264.55º 0.26% 0.34% -
XYZ 6.26 5.76 9.58 -
YUV 69.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 73 64 86 0.15 0.26 0 0.66 264.55 0.15 0.29
Hex 49 40 56 F 1A 0 42 109 F 1D
Octal 111 100 126 17 32 0 102 411 17 35
Binary 1001001 1000000 1010110 1111 11010 0 1000010 100001001 1111 11101

Color Harmonies of #494056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494056

Black with #494056

Text Example


Text Example

White with #494056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494056; }

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

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

background-color css

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

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

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

border-color css

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

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

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