COLOR #492E86

HEX: #492E86
RGB: (73,46,134)

Color info

#492E86 contains mainly blue color. Web safe color of #492E86 is #333399 (or #339).

RGB color model

#492E86 color RGB value is (73,46,134).

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

RGB channels and saturation

R 73 of 255 = 29%
G 46 of 255 = 18%
B 134 of 255 = 53%

73
46
134

R + G + B ~ 33%. #492E86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 46 + 134 = 253 (100%)
R 73 of 253 ~ 28.85%
G 46 of 253 ~ 18.18%
B 134 of 253 ~ 52.96%

%28.85
%18.18
%52.96

CMYK color model

#492E86 color CMYK value is (46,66,0,47).

  • cyan value is 45.52%
  • magenta value is 65.67%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(46,66,0,47)
C46M66Y0K47 
(46%,66%,0%,47%)
(0.46/0.66/0.00/0.47)	

CMYK percentages

%45.52
%65.67
%0
%47.45

Codes

Color #492E86 in popluar color models

492E86
RGB7346134
HSL258°48.89%35.29%
HSB/HSV258°65.67%52.55%
CMYK45.52%65.67%0.00%
47.45%

Color #492E86 in popluar number systems.

HEX492E86
Decimal7346134
Binary100100110111010000110
Octal11156206

Shades and tints

Shades of #492E86

#492E86
(73,46,134)
#432A7A
(67,42,122)
#3D266E
(61,38,110)
#372262
(55,34,98)
#311E56
(49,30,86)
#2B1A4A
(43,26,74)
#25163E
(37,22,62)
#1F1232
(31,18,50)
#190E26
(25,14,38)
#130A1A
(19,10,26)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #492E86

#492E86
(73,46,134)
#594191
(89,65,145)
#69549C
(105,84,156)
#7967A7
(121,103,167)
#897AB2
(137,122,178)
#998DBD
(153,141,189)
#A9A0C8
(169,160,200)
#B9B3D3
(185,179,211)
#C9C6DE
(201,198,222)
#D9D9E9
(217,217,233)
#E9ECF4
(233,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E86; }

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

This text font color is #492E86.


Background Color

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

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

This div background color is #492E86.


Border color

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

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

This div border color is #492E86.


Opacity

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

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

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

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

This text has shadow with #492E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E86 on black background.


Color preview on white background

This text has color #492E86 on white background.



Black color preview on #492E86 background

This text has black color on #492E86 background.


White color preview on #492E86 background

This text has white color on #492E86 background.