COLOR #492250

HEX: #492250
RGB: (73,34,80)

Color info

#492250 contains red, green and blue colors in about the same proportion. Web safe color of #492250 is #333366 (or #336).

RGB color model

#492250 color RGB value is (73,34,80).

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

RGB channels and saturation

R 73 of 255 = 29%
G 34 of 255 = 13%
B 80 of 255 = 31%

73
34
80

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

Portions of RGB colors in percentages

R + G + B =
73 + 34 + 80 = 187 (100%)
R 73 of 187 ~ 39.04%
G 34 of 187 ~ 18.18%
B 80 of 187 ~ 42.78%

%39.04
%18.18
%42.78

CMYK color model

#492250 color CMYK value is (9,58,0,69).

  • cyan value is 8.75%
  • magenta value is 57.50%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(9,58,0,69)
C9M58Y0K69 
(9%,58%,0%,69%)
(0.09/0.58/0.00/0.69)	

CMYK percentages

%8.75
%57.5
%0
%68.63

Codes

Color #492250 in popluar color models

492250
RGB733480
HSL291°40.35%22.35%
HSB/HSV291°57.50%31.37%
CMYK8.75%57.50%0.00%
68.63%

Color #492250 in popluar number systems.

HEX492250
Decimal733480
Binary10010011000101010000
Octal11142120

Shades and tints

Shades of #492250

#492250
(73,34,80)
#431F49
(67,31,73)
#3D1C42
(61,28,66)
#37193B
(55,25,59)
#311634
(49,22,52)
#2B132D
(43,19,45)
#251026
(37,16,38)
#1F0D1F
(31,13,31)
#190A18
(25,10,24)
#130711
(19,7,17)
#0D040A
(13,4,10)
#000000
(0,0,0)

Tints of #492250

#492250
(73,34,80)
#59365F
(89,54,95)
#694A6E
(105,74,110)
#795E7D
(121,94,125)
#89728C
(137,114,140)
#99869B
(153,134,155)
#A99AAA
(169,154,170)
#B9AEB9
(185,174,185)
#C9C2C8
(201,194,200)
#D9D6D7
(217,214,215)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492250; }

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

This text font color is #492250.


Background Color

.myBgColor { background-color: #492250; }

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

This div background color is #492250.


Border color

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

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

This div border color is #492250.


Opacity

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

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

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

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

This text has shadow with #492250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492250 on black background.


Color preview on white background

This text has color #492250 on white background.



Black color preview on #492250 background

This text has black color on #492250 background.


White color preview on #492250 background

This text has white color on #492250 background.