COLOR #492965

HEX: #492965
RGB: (73,41,101)

Color info

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

RGB color model

#492965 color RGB value is (73,41,101).

  • red value is 73;
  • green value is 41;
  • blue value is 101.
RGB:
(73,41,101)
(29%,16%,40%)

RGB channels and saturation

R 73 of 255 = 29%
G 41 of 255 = 16%
B 101 of 255 = 40%

73
41
101

R + G + B ~ 28%. #492965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 41 + 101 = 215 (100%)
R 73 of 215 ~ 33.95%
G 41 of 215 ~ 19.07%
B 101 of 215 ~ 46.98%

%33.95
%19.07
%46.98

CMYK color model

#492965 color CMYK value is (28,59,0,60).

  • cyan value is 27.72%
  • magenta value is 59.41%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(28,59,0,60)
C28M59Y0K60 
(28%,59%,0%,60%)
(0.28/0.59/0.00/0.60)	

CMYK percentages

%27.72
%59.41
%0
%60.39

Codes

Color #492965 in popluar color models

492965
RGB7341101
HSL272°42.25%27.84%
HSB/HSV272°59.41%39.61%
CMYK27.72%59.41%0.00%
60.39%

Color #492965 in popluar number systems.

HEX492965
Decimal7341101
Binary10010011010011100101
Octal11151145

Shades and tints

Shades of #492965

#492965
(73,41,101)
#43265C
(67,38,92)
#3D2353
(61,35,83)
#37204A
(55,32,74)
#311D41
(49,29,65)
#2B1A38
(43,26,56)
#25172F
(37,23,47)
#1F1426
(31,20,38)
#19111D
(25,17,29)
#130E14
(19,14,20)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #492965

#492965
(73,41,101)
#593C73
(89,60,115)
#694F81
(105,79,129)
#79628F
(121,98,143)
#89759D
(137,117,157)
#9988AB
(153,136,171)
#A99BB9
(169,155,185)
#B9AEC7
(185,174,199)
#C9C1D5
(201,193,213)
#D9D4E3
(217,212,227)
#E9E7F1
(233,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492965; }

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

This text font color is #492965.


Background Color

.myBgColor { background-color: #492965; }

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

This div background color is #492965.


Border color

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

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

This div border color is #492965.


Opacity

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

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

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

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

This text has shadow with #492965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492965 on black background.


Color preview on white background

This text has color #492965 on white background.



Black color preview on #492965 background

This text has black color on #492965 background.


White color preview on #492965 background

This text has white color on #492965 background.