COLOR #492E70

HEX: #492E70
RGB: (73,46,112)

Color info

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

RGB color model

#492E70 color RGB value is (73,46,112).

  • red value is 73;
  • green value is 46;
  • blue value is 112.
RGB:
(73,46,112)
(29%,18%,44%)

RGB channels and saturation

R 73 of 255 = 29%
G 46 of 255 = 18%
B 112 of 255 = 44%

73
46
112

R + G + B ~ 30%. #492E70 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 46 + 112 = 231 (100%)
R 73 of 231 ~ 31.6%
G 46 of 231 ~ 19.91%
B 112 of 231 ~ 48.48%

%31.6
%19.91
%48.48

CMYK color model

#492E70 color CMYK value is (35,59,0,56).

  • cyan value is 34.82%
  • magenta value is 58.93%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(35,59,0,56)
C35M59Y0K56 
(35%,59%,0%,56%)
(0.35/0.59/0.00/0.56)	

CMYK percentages

%34.82
%58.93
%0
%56.08

Codes

Color #492E70 in popluar color models

492E70
RGB7346112
HSL265°41.77%30.98%
HSB/HSV265°58.93%43.92%
CMYK34.82%58.93%0.00%
56.08%

Color #492E70 in popluar number systems.

HEX492E70
Decimal7346112
Binary10010011011101110000
Octal11156160

Shades and tints

Shades of #492E70

#492E70
(73,46,112)
#432A66
(67,42,102)
#3D265C
(61,38,92)
#372252
(55,34,82)
#311E48
(49,30,72)
#2B1A3E
(43,26,62)
#251634
(37,22,52)
#1F122A
(31,18,42)
#190E20
(25,14,32)
#130A16
(19,10,22)
#0D060C
(13,6,12)
#000000
(0,0,0)

Tints of #492E70

#492E70
(73,46,112)
#59417D
(89,65,125)
#69548A
(105,84,138)
#796797
(121,103,151)
#897AA4
(137,122,164)
#998DB1
(153,141,177)
#A9A0BE
(169,160,190)
#B9B3CB
(185,179,203)
#C9C6D8
(201,198,216)
#D9D9E5
(217,217,229)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492E70 color. Also use rgb(73,46,112) instead hex code.

Text Font Color

.myTextColor { color: #492E70; }

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

This text font color is #492E70.


Background Color

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

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

This div background color is #492E70.


Border color

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

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

This div border color is #492E70.


Opacity

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

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

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

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

This text has shadow with #492E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E70 on black background.


Color preview on white background

This text has color #492E70 on white background.



Black color preview on #492E70 background

This text has black color on #492E70 background.


White color preview on #492E70 background

This text has white color on #492E70 background.