COLOR #492A5F

HEX: #492A5F
RGB: (73,42,95)

Color info

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

RGB color model

#492A5F color RGB value is (73,42,95).

  • red value is 73;
  • green value is 42;
  • blue value is 95.
RGB:
(73,42,95)
(29%,16%,37%)

RGB channels and saturation

R 73 of 255 = 29%
G 42 of 255 = 16%
B 95 of 255 = 37%

73
42
95

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

Portions of RGB colors in percentages

R + G + B =
73 + 42 + 95 = 210 (100%)
R 73 of 210 ~ 34.76%
G 42 of 210 ~ 20%
B 95 of 210 ~ 45.24%

%34.76
%20
%45.24

CMYK color model

#492A5F color CMYK value is (23,56,0,63).

  • cyan value is 23.16%
  • magenta value is 55.79%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(23,56,0,63)
C23M56Y0K63 
(23%,56%,0%,63%)
(0.23/0.56/0.00/0.63)	

CMYK percentages

%23.16
%55.79
%0
%62.75

Codes

Color #492A5F in popluar color models

492A5F
RGB734295
HSL275°38.69%26.86%
HSB/HSV275°55.79%37.25%
CMYK23.16%55.79%0.00%
62.75%

Color #492A5F in popluar number systems.

HEX492A5F
Decimal734295
Binary10010011010101011111
Octal11152137

Shades and tints

Shades of #492A5F

#492A5F
(73,42,95)
#432757
(67,39,87)
#3D244F
(61,36,79)
#372147
(55,33,71)
#311E3F
(49,30,63)
#2B1B37
(43,27,55)
#25182F
(37,24,47)
#1F1527
(31,21,39)
#19121F
(25,18,31)
#130F17
(19,15,23)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #492A5F

#492A5F
(73,42,95)
#593D6D
(89,61,109)
#69507B
(105,80,123)
#796389
(121,99,137)
#897697
(137,118,151)
#9989A5
(153,137,165)
#A99CB3
(169,156,179)
#B9AFC1
(185,175,193)
#C9C2CF
(201,194,207)
#D9D5DD
(217,213,221)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492A5F color. Also use rgb(73,42,95) instead hex code.

Text Font Color

.myTextColor { color: #492A5F; }

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

This text font color is #492A5F.


Background Color

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

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

This div background color is #492A5F.


Border color

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

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

This div border color is #492A5F.


Opacity

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

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

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

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

This text has shadow with #492A5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A5F on black background.


Color preview on white background

This text has color #492A5F on white background.



Black color preview on #492A5F background

This text has black color on #492A5F background.


White color preview on #492A5F background

This text has white color on #492A5F background.