COLOR #492F5A

HEX: #492F5A
RGB: (73,47,90)

Color info

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

RGB color model

#492F5A color RGB value is (73,47,90).

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

RGB channels and saturation

R 73 of 255 = 29%
G 47 of 255 = 18%
B 90 of 255 = 35%

73
47
90

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

Portions of RGB colors in percentages

R + G + B =
73 + 47 + 90 = 210 (100%)
R 73 of 210 ~ 34.76%
G 47 of 210 ~ 22.38%
B 90 of 210 ~ 42.86%

%34.76
%22.38
%42.86

CMYK color model

#492F5A color CMYK value is (19,48,0,65).

  • cyan value is 18.89%
  • magenta value is 47.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(19,48,0,65)
C19M48Y0K65 
(19%,48%,0%,65%)
(0.19/0.48/0.00/0.65)	

CMYK percentages

%18.89
%47.78
%0
%64.71

Codes

Color #492F5A in popluar color models

492F5A
RGB734790
HSL276°31.39%26.86%
HSB/HSV276°47.78%35.29%
CMYK18.89%47.78%0.00%
64.71%

Color #492F5A in popluar number systems.

HEX492F5A
Decimal734790
Binary10010011011111011010
Octal11157132

Shades and tints

Shades of #492F5A

#492F5A
(73,47,90)
#432B52
(67,43,82)
#3D274A
(61,39,74)
#372342
(55,35,66)
#311F3A
(49,31,58)
#2B1B32
(43,27,50)
#25172A
(37,23,42)
#1F1322
(31,19,34)
#190F1A
(25,15,26)
#130B12
(19,11,18)
#0D070A
(13,7,10)
#000000
(0,0,0)

Tints of #492F5A

#492F5A
(73,47,90)
#594169
(89,65,105)
#695378
(105,83,120)
#796587
(121,101,135)
#897796
(137,119,150)
#9989A5
(153,137,165)
#A99BB4
(169,155,180)
#B9ADC3
(185,173,195)
#C9BFD2
(201,191,210)
#D9D1E1
(217,209,225)
#E9E3F0
(233,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492F5A; }

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

This text font color is #492F5A.


Background Color

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

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

This div background color is #492F5A.


Border color

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

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

This div border color is #492F5A.


Opacity

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

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

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

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

This text has shadow with #492F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F5A on black background.


Color preview on white background

This text has color #492F5A on white background.



Black color preview on #492F5A background

This text has black color on #492F5A background.


White color preview on #492F5A background

This text has white color on #492F5A background.