COLOR #49909E

HEX: #49909E
RGB: (73,144,158)

Color info

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

RGB color model

#49909E color RGB value is (73,144,158).

  • red value is 73;
  • green value is 144;
  • blue value is 158.
RGB:
(73,144,158)
(29%,56%,62%)

RGB channels and saturation

R 73 of 255 = 29%
G 144 of 255 = 56%
B 158 of 255 = 62%

73
144
158

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

Portions of RGB colors in percentages

R + G + B =
73 + 144 + 158 = 375 (100%)
R 73 of 375 ~ 19.47%
G 144 of 375 ~ 38.4%
B 158 of 375 ~ 42.13%

%19.47
%38.4
%42.13

CMYK color model

#49909E color CMYK value is (54,9,0,38).

  • cyan value is 53.80%
  • magenta value is 8.86%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(54,9,0,38)
C54M9Y0K38 
(54%,9%,0%,38%)
(0.54/0.09/0.00/0.38)	

CMYK percentages

%53.8
%8.86
%0
%38.04

Codes

Color #49909E in popluar color models

49909E
RGB73144158
HSL190°36.80%45.29%
HSB/HSV190°53.80%61.96%
CMYK53.80%8.86%0.00%
38.04%

Color #49909E in popluar number systems.

HEX49909E
Decimal73144158
Binary10010011001000010011110
Octal111220236

Shades and tints

Shades of #49909E

#49909E
(73,144,158)
#438390
(67,131,144)
#3D7682
(61,118,130)
#376974
(55,105,116)
#315C66
(49,92,102)
#2B4F58
(43,79,88)
#25424A
(37,66,74)
#1F353C
(31,53,60)
#19282E
(25,40,46)
#131B20
(19,27,32)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #49909E

#49909E
(73,144,158)
#599AA6
(89,154,166)
#69A4AE
(105,164,174)
#79AEB6
(121,174,182)
#89B8BE
(137,184,190)
#99C2C6
(153,194,198)
#A9CCCE
(169,204,206)
#B9D6D6
(185,214,214)
#C9E0DE
(201,224,222)
#D9EAE6
(217,234,230)
#E9F4EE
(233,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #49909E color. Also use rgb(73,144,158) instead hex code.

Text Font Color

.myTextColor { color: #49909E; }

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

This text font color is #49909E.


Background Color

.myBgColor { background-color: #49909E; }

<div style="background-color:#49909E">Inner text</div>

This div background color is #49909E.


Border color

.myBorderColor { border: 1px solid #49909E; }

<div style="border:3px solid #49909E">Div</div>

This div border color is #49909E.


Opacity

.myOpacity80 { color: #49909E; opacity: 0.8; }

<p style="color:#49909E;opacity:0.8;">80%</p>

Text with #49909E 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 #49909E;}

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

This text has shadow with #49909E color.

.textShadow {text-shadow: 3px 3px 1px #49909E, 3px 3px 1px red;}

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

This text has shadow with #49909E primary color and red secondary color.


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

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

This text has shadow with #49909E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #49909E on black background.


Color preview on white background

This text has color #49909E on white background.



Black color preview on #49909E background

This text has black color on #49909E background.


White color preview on #49909E background

This text has white color on #49909E background.