COLOR #492149

HEX: #492149
RGB: (73,33,73)

Color info

#492149 contains red, green and blue colors in about the same proportion. Web safe color of #492149 is #333333 (or #333).

RGB color model

#492149 color RGB value is (73,33,73).

  • red value is 73;
  • green value is 33;
  • blue value is 73.
RGB:
(73,33,73)
(29%,13%,29%)

RGB channels and saturation

R 73 of 255 = 29%
G 33 of 255 = 13%
B 73 of 255 = 29%

73
33
73

R + G + B ~ 24%. #492149 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 33 + 73 = 179 (100%)
R 73 of 179 ~ 40.78%
G 33 of 179 ~ 18.44%
B 73 of 179 ~ 40.78%

%40.78
%18.44
%40.78

CMYK color model

#492149 color CMYK value is (0,55,0,71).

  • cyan value is 0.00%
  • magenta value is 54.79%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(0,55,0,71)
C0M55Y0K71 
(0%,55%,0%,71%)
(0.00/0.55/0.00/0.71)	

CMYK percentages

%0
%54.79
%0
%71.37

Codes

Color #492149 in popluar color models

492149
RGB733373
HSL300°37.74%20.78%
HSB/HSV300°54.79%28.63%
CMYK0.00%54.79%0.00%
71.37%

Color #492149 in popluar number systems.

HEX492149
Decimal733373
Binary10010011000011001001
Octal11141111

Shades and tints

Shades of #492149

#492149
(73,33,73)
#431E43
(67,30,67)
#3D1B3D
(61,27,61)
#371837
(55,24,55)
#311531
(49,21,49)
#2B122B
(43,18,43)
#250F25
(37,15,37)
#1F0C1F
(31,12,31)
#190919
(25,9,25)
#130613
(19,6,19)
#0D030D
(13,3,13)
#000000
(0,0,0)

Tints of #492149

#492149
(73,33,73)
#593559
(89,53,89)
#694969
(105,73,105)
#795D79
(121,93,121)
#897189
(137,113,137)
#998599
(153,133,153)
#A999A9
(169,153,169)
#B9ADB9
(185,173,185)
#C9C1C9
(201,193,201)
#D9D5D9
(217,213,217)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492149 color. Also use rgb(73,33,73) instead hex code.

Text Font Color

.myTextColor { color: #492149; }

<p style="color:#492149">This sample text font color is #492149.</p>

This text font color is #492149.


Background Color

.myBgColor { background-color: #492149; }

<div style="background-color:#492149">Inner text</div>

This div background color is #492149.


Border color

.myBorderColor { border: 1px solid #492149; }

<div style="border:3px solid #492149">Div</div>

This div border color is #492149.


Opacity

.myOpacity80 { color: #492149; opacity: 0.8; }

<p style="color:#492149;opacity:0.8;">80%</p>

Text with #492149 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #492149;}

<p style="text-shadow: 3px 3px 1px #492149">Text here.</p>

This text has shadow with #492149 color.

.textShadow {text-shadow: 3px 3px 1px #492149, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #492149, 5px 5px 20px red">Text here.</p>

This text has shadow with #492149 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#492149, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#492149, Direction=45, Strength=4)">Text</p>

This text has shadow with #492149 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #492149;
  -webkit-box-shadow:	1px 1px 3px 2px #492149;
  box-shadow:		1px 1px 3px 2px #492149;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #492149;
-webkit-box-shadow: 1px 1px 3px 2px #492149;
box-shadow:1px 1px 3px 2px #492149;">
Div content here</div>
This div box has shadow with color #492149.

Preview

Color preview on black background

This text has color #492149 on black background.


Color preview on white background

This text has color #492149 on white background.



Black color preview on #492149 background

This text has black color on #492149 background.


White color preview on #492149 background

This text has white color on #492149 background.