COLOR #492A51

HEX: #492A51
RGB: (73,42,81)

Color info

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

RGB color model

#492A51 color RGB value is (73,42,81).

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

RGB channels and saturation

R 73 of 255 = 29%
G 42 of 255 = 16%
B 81 of 255 = 32%

73
42
81

R + G + B ~ 26%. #492A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 42 + 81 = 196 (100%)
R 73 of 196 ~ 37.24%
G 42 of 196 ~ 21.43%
B 81 of 196 ~ 41.33%

%37.24
%21.43
%41.33

CMYK color model

#492A51 color CMYK value is (10,48,0,68).

  • cyan value is 9.88%
  • magenta value is 48.15%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(10,48,0,68)
C10M48Y0K68 
(10%,48%,0%,68%)
(0.10/0.48/0.00/0.68)	

CMYK percentages

%9.88
%48.15
%0
%68.24

Codes

Color #492A51 in popluar color models

492A51
RGB734281
HSL288°31.71%24.12%
HSB/HSV288°48.15%31.76%
CMYK9.88%48.15%0.00%
68.24%

Color #492A51 in popluar number systems.

HEX492A51
Decimal734281
Binary10010011010101010001
Octal11152121

Shades and tints

Shades of #492A51

#492A51
(73,42,81)
#43274A
(67,39,74)
#3D2443
(61,36,67)
#37213C
(55,33,60)
#311E35
(49,30,53)
#2B1B2E
(43,27,46)
#251827
(37,24,39)
#1F1520
(31,21,32)
#191219
(25,18,25)
#130F12
(19,15,18)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #492A51

#492A51
(73,42,81)
#593D60
(89,61,96)
#69506F
(105,80,111)
#79637E
(121,99,126)
#89768D
(137,118,141)
#99899C
(153,137,156)
#A99CAB
(169,156,171)
#B9AFBA
(185,175,186)
#C9C2C9
(201,194,201)
#D9D5D8
(217,213,216)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492A51; }

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

This text font color is #492A51.


Background Color

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

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

This div background color is #492A51.


Border color

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

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

This div border color is #492A51.


Opacity

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

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

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

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

This text has shadow with #492A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492A51 on black background.


Color preview on white background

This text has color #492A51 on white background.



Black color preview on #492A51 background

This text has black color on #492A51 background.


White color preview on #492A51 background

This text has white color on #492A51 background.