COLOR #492A6D

HEX: #492A6D
RGB: (73,42,109)

Color info

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

RGB color model

#492A6D color RGB value is (73,42,109).

  • red value is 73;
  • green value is 42;
  • blue value is 109.
RGB:
(73,42,109)
(29%,16%,43%)

RGB channels and saturation

R 73 of 255 = 29%
G 42 of 255 = 16%
B 109 of 255 = 43%

73
42
109

R + G + B ~ 29%. #492A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 42 + 109 = 224 (100%)
R 73 of 224 ~ 32.59%
G 42 of 224 ~ 18.75%
B 109 of 224 ~ 48.66%

%32.59
%18.75
%48.66

CMYK color model

#492A6D color CMYK value is (33,61,0,57).

  • cyan value is 33.03%
  • magenta value is 61.47%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(33,61,0,57)
C33M61Y0K57 
(33%,61%,0%,57%)
(0.33/0.61/0.00/0.57)	

CMYK percentages

%33.03
%61.47
%0
%57.25

Codes

Color #492A6D in popluar color models

492A6D
RGB7342109
HSL268°44.37%29.61%
HSB/HSV268°61.47%42.75%
CMYK33.03%61.47%0.00%
57.25%

Color #492A6D in popluar number systems.

HEX492A6D
Decimal7342109
Binary10010011010101101101
Octal11152155

Shades and tints

Shades of #492A6D

#492A6D
(73,42,109)
#432764
(67,39,100)
#3D245B
(61,36,91)
#372152
(55,33,82)
#311E49
(49,30,73)
#2B1B40
(43,27,64)
#251837
(37,24,55)
#1F152E
(31,21,46)
#191225
(25,18,37)
#130F1C
(19,15,28)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #492A6D

#492A6D
(73,42,109)
#593D7A
(89,61,122)
#695087
(105,80,135)
#796394
(121,99,148)
#8976A1
(137,118,161)
#9989AE
(153,137,174)
#A99CBB
(169,156,187)
#B9AFC8
(185,175,200)
#C9C2D5
(201,194,213)
#D9D5E2
(217,213,226)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492A6D color. Also use rgb(73,42,109) instead hex code.

Text Font Color

.myTextColor { color: #492A6D; }

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

This text font color is #492A6D.


Background Color

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

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

This div background color is #492A6D.


Border color

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

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

This div border color is #492A6D.


Opacity

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

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

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

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

This text has shadow with #492A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A6D on black background.


Color preview on white background

This text has color #492A6D on white background.



Black color preview on #492A6D background

This text has black color on #492A6D background.


White color preview on #492A6D background

This text has white color on #492A6D background.