COLOR #492246

HEX: #492246
RGB: (73,34,70)

Color info

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

RGB color model

#492246 color RGB value is (73,34,70).

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

RGB channels and saturation

R 73 of 255 = 29%
G 34 of 255 = 13%
B 70 of 255 = 27%

73
34
70

R + G + B ~ 23%. #492246 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 34 + 70 = 177 (100%)
R 73 of 177 ~ 41.24%
G 34 of 177 ~ 19.21%
B 70 of 177 ~ 39.55%

%41.24
%19.21
%39.55

CMYK color model

#492246 color CMYK value is (0,53,4,71).

  • cyan value is 0.00%
  • magenta value is 53.42%
  • yellow value is 4.11%
  • key color value is 71.37%
CMYK:
(0,53,4,71)
C0M53Y4K71 
(0%,53%,4%,71%)
(0.00/0.53/0.04/0.71)	

CMYK percentages

%0
%53.42
%4.11
%71.37

Codes

Color #492246 in popluar color models

492246
RGB733470
HSL305°36.45%20.98%
HSB/HSV305°53.42%28.63%
CMYK0.00%53.42%4.11%
71.37%

Color #492246 in popluar number systems.

HEX492246
Decimal733470
Binary10010011000101000110
Octal11142106

Shades and tints

Shades of #492246

#492246
(73,34,70)
#431F40
(67,31,64)
#3D1C3A
(61,28,58)
#371934
(55,25,52)
#31162E
(49,22,46)
#2B1328
(43,19,40)
#251022
(37,16,34)
#1F0D1C
(31,13,28)
#190A16
(25,10,22)
#130710
(19,7,16)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #492246

#492246
(73,34,70)
#593656
(89,54,86)
#694A66
(105,74,102)
#795E76
(121,94,118)
#897286
(137,114,134)
#998696
(153,134,150)
#A99AA6
(169,154,166)
#B9AEB6
(185,174,182)
#C9C2C6
(201,194,198)
#D9D6D6
(217,214,214)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492246; }

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

This text font color is #492246.


Background Color

.myBgColor { background-color: #492246; }

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

This div background color is #492246.


Border color

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

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

This div border color is #492246.


Opacity

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

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

Text with #492246 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 #492246;}

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

This text has shadow with #492246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492246 on black background.


Color preview on white background

This text has color #492246 on white background.



Black color preview on #492246 background

This text has black color on #492246 background.


White color preview on #492246 background

This text has white color on #492246 background.