COLOR #492F56

HEX: #492F56
RGB: (73,47,86)

Color info

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

RGB color model

#492F56 color RGB value is (73,47,86).

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

RGB channels and saturation

R 73 of 255 = 29%
G 47 of 255 = 18%
B 86 of 255 = 34%

73
47
86

R + G + B ~ 27%. #492F56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 47 + 86 = 206 (100%)
R 73 of 206 ~ 35.44%
G 47 of 206 ~ 22.82%
B 86 of 206 ~ 41.75%

%35.44
%22.82
%41.75

CMYK color model

#492F56 color CMYK value is (15,45,0,66).

  • cyan value is 15.12%
  • magenta value is 45.35%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(15,45,0,66)
C15M45Y0K66 
(15%,45%,0%,66%)
(0.15/0.45/0.00/0.66)	

CMYK percentages

%15.12
%45.35
%0
%66.27

Codes

Color #492F56 in popluar color models

492F56
RGB734786
HSL280°29.32%26.08%
HSB/HSV280°45.35%33.73%
CMYK15.12%45.35%0.00%
66.27%

Color #492F56 in popluar number systems.

HEX492F56
Decimal734786
Binary10010011011111010110
Octal11157126

Shades and tints

Shades of #492F56

#492F56
(73,47,86)
#432B4F
(67,43,79)
#3D2748
(61,39,72)
#372341
(55,35,65)
#311F3A
(49,31,58)
#2B1B33
(43,27,51)
#25172C
(37,23,44)
#1F1325
(31,19,37)
#190F1E
(25,15,30)
#130B17
(19,11,23)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #492F56

#492F56
(73,47,86)
#594165
(89,65,101)
#695374
(105,83,116)
#796583
(121,101,131)
#897792
(137,119,146)
#9989A1
(153,137,161)
#A99BB0
(169,155,176)
#B9ADBF
(185,173,191)
#C9BFCE
(201,191,206)
#D9D1DD
(217,209,221)
#E9E3EC
(233,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492F56; }

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

This text font color is #492F56.


Background Color

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

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

This div background color is #492F56.


Border color

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

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

This div border color is #492F56.


Opacity

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

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

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

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

This text has shadow with #492F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F56 on black background.


Color preview on white background

This text has color #492F56 on white background.



Black color preview on #492F56 background

This text has black color on #492F56 background.


White color preview on #492F56 background

This text has white color on #492F56 background.