COLOR #492D5A

HEX: #492D5A
RGB: (73,45,90)

Color info

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

RGB color model

#492D5A color RGB value is (73,45,90).

  • red value is 73;
  • green value is 45;
  • blue value is 90.
RGB:
(73,45,90)
(29%,18%,35%)

RGB channels and saturation

R 73 of 255 = 29%
G 45 of 255 = 18%
B 90 of 255 = 35%

73
45
90

R + G + B ~ 27%. #492D5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 45 + 90 = 208 (100%)
R 73 of 208 ~ 35.1%
G 45 of 208 ~ 21.63%
B 90 of 208 ~ 43.27%

%35.1
%21.63
%43.27

CMYK color model

#492D5A color CMYK value is (19,50,0,65).

  • cyan value is 18.89%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(19,50,0,65)
C19M50Y0K65 
(19%,50%,0%,65%)
(0.19/0.50/0.00/0.65)	

CMYK percentages

%18.89
%50
%0
%64.71

Codes

Color #492D5A in popluar color models

492D5A
RGB734590
HSL277°33.33%26.47%
HSB/HSV277°50.00%35.29%
CMYK18.89%50.00%0.00%
64.71%

Color #492D5A in popluar number systems.

HEX492D5A
Decimal734590
Binary10010011011011011010
Octal11155132

Shades and tints

Shades of #492D5A

#492D5A
(73,45,90)
#432952
(67,41,82)
#3D254A
(61,37,74)
#372142
(55,33,66)
#311D3A
(49,29,58)
#2B1932
(43,25,50)
#25152A
(37,21,42)
#1F1122
(31,17,34)
#190D1A
(25,13,26)
#130912
(19,9,18)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #492D5A

#492D5A
(73,45,90)
#594069
(89,64,105)
#695378
(105,83,120)
#796687
(121,102,135)
#897996
(137,121,150)
#998CA5
(153,140,165)
#A99FB4
(169,159,180)
#B9B2C3
(185,178,195)
#C9C5D2
(201,197,210)
#D9D8E1
(217,216,225)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492D5A color. Also use rgb(73,45,90) instead hex code.

Text Font Color

.myTextColor { color: #492D5A; }

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

This text font color is #492D5A.


Background Color

.myBgColor { background-color: #492D5A; }

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

This div background color is #492D5A.


Border color

.myBorderColor { border: 1px solid #492D5A; }

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

This div border color is #492D5A.


Opacity

.myOpacity80 { color: #492D5A; opacity: 0.8; }

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

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

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

This text has shadow with #492D5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D5A on black background.


Color preview on white background

This text has color #492D5A on white background.



Black color preview on #492D5A background

This text has black color on #492D5A background.


White color preview on #492D5A background

This text has white color on #492D5A background.