COLOR #49617D

HEX: #49617D
RGB: (73,97,125)

Color info

#49617D contains red, green and blue colors in about the same proportion. Web safe color of #49617D is #336666 (or #366).

RGB color model

#49617D color RGB value is (73,97,125).

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

RGB channels and saturation

R 73 of 255 = 29%
G 97 of 255 = 38%
B 125 of 255 = 49%

73
97
125

R + G + B ~ 39%. #49617D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 97 + 125 = 295 (100%)
R 73 of 295 ~ 24.75%
G 97 of 295 ~ 32.88%
B 125 of 295 ~ 42.37%

%24.75
%32.88
%42.37

CMYK color model

#49617D color CMYK value is (42,22,0,51).

  • cyan value is 41.60%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(42,22,0,51)
C42M22Y0K51 
(42%,22%,0%,51%)
(0.42/0.22/0.00/0.51)	

CMYK percentages

%41.6
%22.4
%0
%50.98

Codes

Color #49617D in popluar color models

49617D
RGB7397125
HSL212°26.26%38.82%
HSB/HSV212°41.60%49.02%
CMYK41.60%22.40%0.00%
50.98%

Color #49617D in popluar number systems.

HEX49617D
Decimal7397125
Binary100100111000011111101
Octal111141175

Shades and tints

Shades of #49617D

#49617D
(73,97,125)
#435972
(67,89,114)
#3D5167
(61,81,103)
#37495C
(55,73,92)
#314151
(49,65,81)
#2B3946
(43,57,70)
#25313B
(37,49,59)
#1F2930
(31,41,48)
#192125
(25,33,37)
#13191A
(19,25,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #49617D

#49617D
(73,97,125)
#596F88
(89,111,136)
#697D93
(105,125,147)
#798B9E
(121,139,158)
#8999A9
(137,153,169)
#99A7B4
(153,167,180)
#A9B5BF
(169,181,191)
#B9C3CA
(185,195,202)
#C9D1D5
(201,209,213)
#D9DFE0
(217,223,224)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49617D color. Also use rgb(73,97,125) instead hex code.

Text Font Color

.myTextColor { color: #49617D; }

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

This text font color is #49617D.


Background Color

.myBgColor { background-color: #49617D; }

<div style="background-color:#49617D">Inner text</div>

This div background color is #49617D.


Border color

.myBorderColor { border: 1px solid #49617D; }

<div style="border:3px solid #49617D">Div</div>

This div border color is #49617D.


Opacity

.myOpacity80 { color: #49617D; opacity: 0.8; }

<p style="color:#49617D;opacity:0.8;">80%</p>

Text with #49617D 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 #49617D;}

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

This text has shadow with #49617D color.

.textShadow {text-shadow: 3px 3px 1px #49617D, 3px 3px 1px red;}

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

This text has shadow with #49617D primary color and red secondary color.


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

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

This text has shadow with #49617D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49617D on black background.


Color preview on white background

This text has color #49617D on white background.



Black color preview on #49617D background

This text has black color on #49617D background.


White color preview on #49617D background

This text has white color on #49617D background.