COLOR #492E6A

HEX: #492E6A
RGB: (73,46,106)

Color info

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

RGB color model

#492E6A color RGB value is (73,46,106).

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

RGB channels and saturation

R 73 of 255 = 29%
G 46 of 255 = 18%
B 106 of 255 = 42%

73
46
106

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

Portions of RGB colors in percentages

R + G + B =
73 + 46 + 106 = 225 (100%)
R 73 of 225 ~ 32.44%
G 46 of 225 ~ 20.44%
B 106 of 225 ~ 47.11%

%32.44
%20.44
%47.11

CMYK color model

#492E6A color CMYK value is (31,57,0,58).

  • cyan value is 31.13%
  • magenta value is 56.60%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(31,57,0,58)
C31M57Y0K58 
(31%,57%,0%,58%)
(0.31/0.57/0.00/0.58)	

CMYK percentages

%31.13
%56.6
%0
%58.43

Codes

Color #492E6A in popluar color models

492E6A
RGB7346106
HSL267°39.47%29.80%
HSB/HSV267°56.60%41.57%
CMYK31.13%56.60%0.00%
58.43%

Color #492E6A in popluar number systems.

HEX492E6A
Decimal7346106
Binary10010011011101101010
Octal11156152

Shades and tints

Shades of #492E6A

#492E6A
(73,46,106)
#432A61
(67,42,97)
#3D2658
(61,38,88)
#37224F
(55,34,79)
#311E46
(49,30,70)
#2B1A3D
(43,26,61)
#251634
(37,22,52)
#1F122B
(31,18,43)
#190E22
(25,14,34)
#130A19
(19,10,25)
#0D0610
(13,6,16)
#000000
(0,0,0)

Tints of #492E6A

#492E6A
(73,46,106)
#594177
(89,65,119)
#695484
(105,84,132)
#796791
(121,103,145)
#897A9E
(137,122,158)
#998DAB
(153,141,171)
#A9A0B8
(169,160,184)
#B9B3C5
(185,179,197)
#C9C6D2
(201,198,210)
#D9D9DF
(217,217,223)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E6A; }

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

This text font color is #492E6A.


Background Color

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

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

This div background color is #492E6A.


Border color

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

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

This div border color is #492E6A.


Opacity

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

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

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

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

This text has shadow with #492E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E6A on black background.


Color preview on white background

This text has color #492E6A on white background.



Black color preview on #492E6A background

This text has black color on #492E6A background.


White color preview on #492E6A background

This text has white color on #492E6A background.