COLOR #492E6B

HEX: #492E6B
RGB: (73,46,107)

Color info

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

RGB color model

#492E6B color RGB value is (73,46,107).

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

RGB channels and saturation

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

73
46
107

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

Portions of RGB colors in percentages

R + G + B =
73 + 46 + 107 = 226 (100%)
R 73 of 226 ~ 32.3%
G 46 of 226 ~ 20.35%
B 107 of 226 ~ 47.35%

%32.3
%20.35
%47.35

CMYK color model

#492E6B color CMYK value is (32,57,0,58).

  • cyan value is 31.78%
  • magenta value is 57.01%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(32,57,0,58)
C32M57Y0K58 
(32%,57%,0%,58%)
(0.32/0.57/0.00/0.58)	

CMYK percentages

%31.78
%57.01
%0
%58.04

Codes

Color #492E6B in popluar color models

492E6B
RGB7346107
HSL267°39.87%30.00%
HSB/HSV267°57.01%41.96%
CMYK31.78%57.01%0.00%
58.04%

Color #492E6B in popluar number systems.

HEX492E6B
Decimal7346107
Binary10010011011101101011
Octal11156153

Shades and tints

Shades of #492E6B

#492E6B
(73,46,107)
#432A62
(67,42,98)
#3D2659
(61,38,89)
#372250
(55,34,80)
#311E47
(49,30,71)
#2B1A3E
(43,26,62)
#251635
(37,22,53)
#1F122C
(31,18,44)
#190E23
(25,14,35)
#130A1A
(19,10,26)
#0D0611
(13,6,17)
#000000
(0,0,0)

Tints of #492E6B

#492E6B
(73,46,107)
#594178
(89,65,120)
#695485
(105,84,133)
#796792
(121,103,146)
#897A9F
(137,122,159)
#998DAC
(153,141,172)
#A9A0B9
(169,160,185)
#B9B3C6
(185,179,198)
#C9C6D3
(201,198,211)
#D9D9E0
(217,217,224)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492E6B; }

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

This text font color is #492E6B.


Background Color

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

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

This div background color is #492E6B.


Border color

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

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

This div border color is #492E6B.


Opacity

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

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

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

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

This text has shadow with #492E6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492E6B on black background.


Color preview on white background

This text has color #492E6B on white background.



Black color preview on #492E6B background

This text has black color on #492E6B background.


White color preview on #492E6B background

This text has white color on #492E6B background.