COLOR #499D9B

HEX: #499D9B
RGB: (73,157,155)

Color info

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

RGB color model

#499D9B color RGB value is (73,157,155).

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

RGB channels and saturation

R 73 of 255 = 29%
G 157 of 255 = 62%
B 155 of 255 = 61%

73
157
155

R + G + B ~ 51%. #499D9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 157 + 155 = 385 (100%)
R 73 of 385 ~ 18.96%
G 157 of 385 ~ 40.78%
B 155 of 385 ~ 40.26%

%18.96
%40.78
%40.26

CMYK color model

#499D9B color CMYK value is (54,0,1,38).

  • cyan value is 53.50%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 38.43%
CMYK:
(54,0,1,38)
C54M0Y1K38 
(54%,0%,1%,38%)
(0.54/0.00/0.01/0.38)	

CMYK percentages

%53.5
%0
%1.27
%38.43

Codes

Color #499D9B in popluar color models

499D9B
RGB73157155
HSL179°36.52%45.10%
HSB/HSV179°53.50%61.57%
CMYK53.50%0.00%1.27%
38.43%

Color #499D9B in popluar number systems.

HEX499D9B
Decimal73157155
Binary10010011001110110011011
Octal111235233

Shades and tints

Shades of #499D9B

#499D9B
(73,157,155)
#438F8D
(67,143,141)
#3D817F
(61,129,127)
#377371
(55,115,113)
#316563
(49,101,99)
#2B5755
(43,87,85)
#254947
(37,73,71)
#1F3B39
(31,59,57)
#192D2B
(25,45,43)
#131F1D
(19,31,29)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #499D9B

#499D9B
(73,157,155)
#59A5A4
(89,165,164)
#69ADAD
(105,173,173)
#79B5B6
(121,181,182)
#89BDBF
(137,189,191)
#99C5C8
(153,197,200)
#A9CDD1
(169,205,209)
#B9D5DA
(185,213,218)
#C9DDE3
(201,221,227)
#D9E5EC
(217,229,236)
#E9EDF5
(233,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499D9B color. Also use rgb(73,157,155) instead hex code.

Text Font Color

.myTextColor { color: #499D9B; }

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

This text font color is #499D9B.


Background Color

.myBgColor { background-color: #499D9B; }

<div style="background-color:#499D9B">Inner text</div>

This div background color is #499D9B.


Border color

.myBorderColor { border: 1px solid #499D9B; }

<div style="border:3px solid #499D9B">Div</div>

This div border color is #499D9B.


Opacity

.myOpacity80 { color: #499D9B; opacity: 0.8; }

<p style="color:#499D9B;opacity:0.8;">80%</p>

Text with #499D9B 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 #499D9B;}

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

This text has shadow with #499D9B color.

.textShadow {text-shadow: 3px 3px 1px #499D9B, 3px 3px 1px red;}

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

This text has shadow with #499D9B primary color and red secondary color.


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

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

This text has shadow with #499D9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499D9B on black background.


Color preview on white background

This text has color #499D9B on white background.



Black color preview on #499D9B background

This text has black color on #499D9B background.


White color preview on #499D9B background

This text has white color on #499D9B background.