COLOR #492F7E

HEX: #492F7E
RGB: (73,47,126)

Color info

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

RGB color model

#492F7E color RGB value is (73,47,126).

  • red value is 73;
  • green value is 47;
  • blue value is 126.
RGB:
(73,47,126)
(29%,18%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 47 of 255 = 18%
B 126 of 255 = 49%

73
47
126

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

Portions of RGB colors in percentages

R + G + B =
73 + 47 + 126 = 246 (100%)
R 73 of 246 ~ 29.67%
G 47 of 246 ~ 19.11%
B 126 of 246 ~ 51.22%

%29.67
%19.11
%51.22

CMYK color model

#492F7E color CMYK value is (42,63,0,51).

  • cyan value is 42.06%
  • magenta value is 62.70%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(42,63,0,51)
C42M63Y0K51 
(42%,63%,0%,51%)
(0.42/0.63/0.00/0.51)	

CMYK percentages

%42.06
%62.7
%0
%50.59

Codes

Color #492F7E in popluar color models

492F7E
RGB7347126
HSL260°45.66%33.92%
HSB/HSV260°62.70%49.41%
CMYK42.06%62.70%0.00%
50.59%

Color #492F7E in popluar number systems.

HEX492F7E
Decimal7347126
Binary10010011011111111110
Octal11157176

Shades and tints

Shades of #492F7E

#492F7E
(73,47,126)
#432B73
(67,43,115)
#3D2768
(61,39,104)
#37235D
(55,35,93)
#311F52
(49,31,82)
#2B1B47
(43,27,71)
#25173C
(37,23,60)
#1F1331
(31,19,49)
#190F26
(25,15,38)
#130B1B
(19,11,27)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #492F7E

#492F7E
(73,47,126)
#594189
(89,65,137)
#695394
(105,83,148)
#79659F
(121,101,159)
#8977AA
(137,119,170)
#9989B5
(153,137,181)
#A99BC0
(169,155,192)
#B9ADCB
(185,173,203)
#C9BFD6
(201,191,214)
#D9D1E1
(217,209,225)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492F7E color. Also use rgb(73,47,126) instead hex code.

Text Font Color

.myTextColor { color: #492F7E; }

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

This text font color is #492F7E.


Background Color

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

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

This div background color is #492F7E.


Border color

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

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

This div border color is #492F7E.


Opacity

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

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

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

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

This text has shadow with #492F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F7E on black background.


Color preview on white background

This text has color #492F7E on white background.



Black color preview on #492F7E background

This text has black color on #492F7E background.


White color preview on #492F7E background

This text has white color on #492F7E background.