COLOR #49919D

HEX: #49919D
RGB: (73,145,157)

Color info

#49919D contains mainly green and blue colors. Web safe color of #49919D is #339999 (or #399).

RGB color model

#49919D color RGB value is (73,145,157).

  • red value is 73;
  • green value is 145;
  • blue value is 157.
RGB:
(73,145,157)
(29%,57%,62%)

RGB channels and saturation

R 73 of 255 = 29%
G 145 of 255 = 57%
B 157 of 255 = 62%

73
145
157

R + G + B ~ 49%. #49919D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 145 + 157 = 375 (100%)
R 73 of 375 ~ 19.47%
G 145 of 375 ~ 38.67%
B 157 of 375 ~ 41.87%

%19.47
%38.67
%41.87

CMYK color model

#49919D color CMYK value is (54,8,0,38).

  • cyan value is 53.50%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(54,8,0,38)
C54M8Y0K38 
(54%,8%,0%,38%)
(0.54/0.08/0.00/0.38)	

CMYK percentages

%53.5
%7.64
%0
%38.43

Codes

Color #49919D in popluar color models

49919D
RGB73145157
HSL189°36.52%45.10%
HSB/HSV189°53.50%61.57%
CMYK53.50%7.64%0.00%
38.43%

Color #49919D in popluar number systems.

HEX49919D
Decimal73145157
Binary10010011001000110011101
Octal111221235

Shades and tints

Shades of #49919D

#49919D
(73,145,157)
#43848F
(67,132,143)
#3D7781
(61,119,129)
#376A73
(55,106,115)
#315D65
(49,93,101)
#2B5057
(43,80,87)
#254349
(37,67,73)
#1F363B
(31,54,59)
#19292D
(25,41,45)
#131C1F
(19,28,31)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #49919D

#49919D
(73,145,157)
#599BA5
(89,155,165)
#69A5AD
(105,165,173)
#79AFB5
(121,175,181)
#89B9BD
(137,185,189)
#99C3C5
(153,195,197)
#A9CDCD
(169,205,205)
#B9D7D5
(185,215,213)
#C9E1DD
(201,225,221)
#D9EBE5
(217,235,229)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49919D color. Also use rgb(73,145,157) instead hex code.

Text Font Color

.myTextColor { color: #49919D; }

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

This text font color is #49919D.


Background Color

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

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

This div background color is #49919D.


Border color

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

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

This div border color is #49919D.


Opacity

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

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

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

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

This text has shadow with #49919D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49919D on black background.


Color preview on white background

This text has color #49919D on white background.



Black color preview on #49919D background

This text has black color on #49919D background.


White color preview on #49919D background

This text has white color on #49919D background.