COLOR #492D66

HEX: #492D66 RGB: (73,45,102)

Color info

#492D66 contains red, green and blue colors in about the same proportion. Web safe color of #492D66 is #333366 (or #336).

RGB color model

#492D66 color RGB value is (73,45,102).

RGB: (73,45,102) (29%, 18%, 40%)

RGB channels and saturation

R 73 of 255 = 29%
G 45 of 255 = 18%
B 102 of 255 = 40%

73
45
102

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

Portions of RGB colors in percentages

R + G + B = 73 + 45 + 102 = 220 (100%)
R 73 of 220 ~ 33.18%
G 45 of 220 ~ 20.45%
B 102 of 220 ~ 46.36'%

%33.18
%20.45
%46.36

CMYK color model

#492D66 color CMYK value is (28,56,0,60).

  • cyan value is 28.43%
  • magenta value is 55.88%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (28,56,0,60)
C28M56Y0K60 (28%, 56%, 0%, 60%)
(0.28 / 0.56 / 0.00 / 0.60)

CMYK percentages

%28.43
%55.88
%0
%60

Codes

Color #492D66 in popluar color models

49 2D 66
RGB 73 45 102
HSL 269° 38.78% 28.82%
HSB/HSV 269° 55.88% 40.00%
CMYK 28.43% 55.88% 0.00%
60.00%

Color #492D66 in popluar number systems.

HEX 49 2D 66
Decimal 73 45 102
Binary 1001001 101101 1100110
Octal 111 55 146

Shades and tints

Shades of #492D66

#492D66
(73,45,102)
#43295D
(67,41,93)
#3D2554
(61,37,84)
#37214B
(55,33,75)
#311D42
(49,29,66)
#2B1939
(43,25,57)
#251530
(37,21,48)
#1F1127
(31,17,39)
#190D1E
(25,13,30)
#130915
(19,9,21)
#0D050C
(13,5,12)
#000000
(0,0,0)

Tints of #492D66

#492D66
(73,45,102)
#594073
(89,64,115)
#695380
(105,83,128)
#79668D
(121,102,141)
#89799A
(137,121,154)
#998CA7
(153,140,167)
#A99FB4
(169,159,180)
#B9B2C1
(185,178,193)
#C9C5CE
(201,197,206)
#D9D8DB
(217,216,219)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492D66 color. Also use rgb(73,45,102) instead hex code.

Text Font Color

.myTextColor { color: #492D66; }

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

This text font color is #492D66.

Background Color

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

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

This div background color is #492D66.

Border color

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

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

This div border color is #492D66.

Opacity

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

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

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

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

This text has shadow with #492D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #492D66.

Preview

Color preview on black background

This text has color #492D66 on black background.


Color preview on white background

This text has color #492D66 on white background.


Black color preview on #492D66 background

This text has black color on #492D66 background.


White color preview on #492D66 background

This text has white color on #492D66 background.


Related colors

Complementary color

Complementary color for #hex is #B6D299.


I love getcolorcode.com

Triadic colors

1 #66492D and #2D6649 with #492D66 are triadic colors.

2 #662D49 and #2D4966 with #492D66 are triadic colors.