COLOR #492D7F

HEX: #492D7F
RGB: (73,45,127)

Color info

#492D7F contains mainly red and blue colors. Web safe color of #492D7F is #333366 (or #336).

RGB color model

#492D7F color RGB value is (73,45,127).

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

RGB channels and saturation

R 73 of 255 = 29%
G 45 of 255 = 18%
B 127 of 255 = 50%

73
45
127

R + G + B ~ 32%. #492D7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 45 + 127 = 245 (100%)
R 73 of 245 ~ 29.8%
G 45 of 245 ~ 18.37%
B 127 of 245 ~ 51.84%

%29.8
%18.37
%51.84

CMYK color model

#492D7F color CMYK value is (43,65,0,50).

  • cyan value is 42.52%
  • magenta value is 64.57%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,65,0,50)
C43M65Y0K50 
(43%,65%,0%,50%)
(0.43/0.65/0.00/0.50)	

CMYK percentages

%42.52
%64.57
%0
%50.2

Codes

Color #492D7F in popluar color models

492D7F
RGB7345127
HSL260°47.67%33.73%
HSB/HSV260°64.57%49.80%
CMYK42.52%64.57%0.00%
50.20%

Color #492D7F in popluar number systems.

HEX492D7F
Decimal7345127
Binary10010011011011111111
Octal11155177

Shades and tints

Shades of #492D7F

#492D7F
(73,45,127)
#432974
(67,41,116)
#3D2569
(61,37,105)
#37215E
(55,33,94)
#311D53
(49,29,83)
#2B1948
(43,25,72)
#25153D
(37,21,61)
#1F1132
(31,17,50)
#190D27
(25,13,39)
#13091C
(19,9,28)
#0D0511
(13,5,17)
#000000
(0,0,0)

Tints of #492D7F

#492D7F
(73,45,127)
#59408A
(89,64,138)
#695395
(105,83,149)
#7966A0
(121,102,160)
#8979AB
(137,121,171)
#998CB6
(153,140,182)
#A99FC1
(169,159,193)
#B9B2CC
(185,178,204)
#C9C5D7
(201,197,215)
#D9D8E2
(217,216,226)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492D7F; }

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

This text font color is #492D7F.


Background Color

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

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

This div background color is #492D7F.


Border color

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

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

This div border color is #492D7F.


Opacity

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

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

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

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

This text has shadow with #492D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492D7F on black background.


Color preview on white background

This text has color #492D7F on white background.



Black color preview on #492D7F background

This text has black color on #492D7F background.


White color preview on #492D7F background

This text has white color on #492D7F background.