Html Css Color HEX #494058 Mulled Wine

📋 copy color: '#494058'

red 73 ◦ green 64 ◦ blue 88

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

Shades of Mulled Wine #494058

Tints of Mulled Wine #494058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 39.11%

R = 32.44%
G = 28.44%
B = 39.11%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#494058 (or 0x494058) is known color: Mulled Wine. HEX triplet: 49, 40 and 58. RGB value is (73,64,88). Sum of RGB (Red+Green+Blue) = 73+64+88=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #494058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494058 is #B6BFA7. Grayscale: #454545. Windows color (decimal): -11976616 or 5783625. OLE color: 5783625.

HSL color Cylindrical-coordinate representation of color #494058: hue angle of 262.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #494058 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 64 88 -
CMYK 0.17 0.27 0 0.65
HSL 262.5º 0.16% 0.3% -
HSV(B) 262.5º 0.27% 0.35% -
XYZ 6.34 5.79 10.02 -
YUV 69.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 73 64 88 0.17 0.27 0 0.65 262.5 0.16 0.3
Hex 49 40 58 11 1B 0 41 106 10 1E
Octal 111 100 130 21 33 0 101 406 20 36
Binary 1001001 1000000 1011000 10001 11011 0 1000001 100000110 10000 11110

Color Harmonies of #494058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494058

Black with #494058

Text Example


Text Example

White with #494058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494058; }

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

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

background-color css

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

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

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

border-color css

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

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

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