COLOR #492F61

HEX: #492F61
RGB: (73,47,97)

Color info

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

RGB color model

#492F61 color RGB value is (73,47,97).

  • red value is 73;
  • green value is 47;
  • blue value is 97.
RGB:
(73,47,97)
(29%,18%,38%)

RGB channels and saturation

R 73 of 255 = 29%
G 47 of 255 = 18%
B 97 of 255 = 38%

73
47
97

R + G + B ~ 28%. #492F61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 47 + 97 = 217 (100%)
R 73 of 217 ~ 33.64%
G 47 of 217 ~ 21.66%
B 97 of 217 ~ 44.7%

%33.64
%21.66
%44.7

CMYK color model

#492F61 color CMYK value is (25,52,0,62).

  • cyan value is 24.74%
  • magenta value is 51.55%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(25,52,0,62)
C25M52Y0K62 
(25%,52%,0%,62%)
(0.25/0.52/0.00/0.62)	

CMYK percentages

%24.74
%51.55
%0
%61.96

Codes

Color #492F61 in popluar color models

492F61
RGB734797
HSL271°34.72%28.24%
HSB/HSV271°51.55%38.04%
CMYK24.74%51.55%0.00%
61.96%

Color #492F61 in popluar number systems.

HEX492F61
Decimal734797
Binary10010011011111100001
Octal11157141

Shades and tints

Shades of #492F61

#492F61
(73,47,97)
#432B59
(67,43,89)
#3D2751
(61,39,81)
#372349
(55,35,73)
#311F41
(49,31,65)
#2B1B39
(43,27,57)
#251731
(37,23,49)
#1F1329
(31,19,41)
#190F21
(25,15,33)
#130B19
(19,11,25)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #492F61

#492F61
(73,47,97)
#59416F
(89,65,111)
#69537D
(105,83,125)
#79658B
(121,101,139)
#897799
(137,119,153)
#9989A7
(153,137,167)
#A99BB5
(169,155,181)
#B9ADC3
(185,173,195)
#C9BFD1
(201,191,209)
#D9D1DF
(217,209,223)
#E9E3ED
(233,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492F61 color. Also use rgb(73,47,97) instead hex code.

Text Font Color

.myTextColor { color: #492F61; }

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

This text font color is #492F61.


Background Color

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

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

This div background color is #492F61.


Border color

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

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

This div border color is #492F61.


Opacity

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

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

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

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

This text has shadow with #492F61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F61 on black background.


Color preview on white background

This text has color #492F61 on white background.



Black color preview on #492F61 background

This text has black color on #492F61 background.


White color preview on #492F61 background

This text has white color on #492F61 background.