COLOR #499D99

HEX: #499D99 RGB: (73,157,153)

Color info

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

RGB color model

#499D99 color RGB value is (73,157,153).

RGB: (73,157,153) (29%, 62%, 60%)

RGB channels and saturation

R 73 of 255 = 29%
G 157 of 255 = 62%
B 153 of 255 = 60%

73
157
153

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

Portions of RGB colors in percentages

R + G + B = 73 + 157 + 153 = 383 (100%)
R 73 of 383 ~ 19.06%
G 157 of 383 ~ 40.99%
B 153 of 383 ~ 39.95'%

%19.06
%40.99
%39.95

CMYK color model

#499D99 color CMYK value is (54,0,3,38).

  • cyan value is 53.50%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 38.43%
CMYK: (54,0,3,38) C54M0Y3K38 (54%,0%,3%,38%) (0.54/0.00/0.03/0.38) 

CMYK percentages

%53.5
%0
%2.55
%38.43

Codes

Color #499D99 in popluar color models

49 9D 99
RGB 73 157 153
HSL 177° 36.52% 45.10%
HSB/HSV 177° 53.50% 61.57%
CMYK 53.50% 0.00% 2.55%
38.43%

Color #499D99 in popluar number systems.

HEX 49 9D 99
Decimal 73 157 153
Binary 1001001 10011101 10011001
Octal 111 235 231

Shades and tints

Shades of #499D99

#499D99
(73,157,153)
#438F8C
(67,143,140)
#3D817F
(61,129,127)
#377372
(55,115,114)
#316565
(49,101,101)
#2B5758
(43,87,88)
#25494B
(37,73,75)
#1F3B3E
(31,59,62)
#192D31
(25,45,49)
#131F24
(19,31,36)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #499D99

#499D99
(73,157,153)
#59A5A2
(89,165,162)
#69ADAB
(105,173,171)
#79B5B4
(121,181,180)
#89BDBD
(137,189,189)
#99C5C6
(153,197,198)
#A9CDCF
(169,205,207)
#B9D5D8
(185,213,216)
#C9DDE1
(201,221,225)
#D9E5EA
(217,229,234)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499D99; }

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

This text font color is #499D99.

Background Color

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

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

This div background color is #499D99.

Border color

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

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

This div border color is #499D99.

Opacity

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

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

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

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

This text has shadow with #499D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #499D99.

Preview

Color preview on black background

This text has color #499D99 on black background.


Color preview on white background

This text has color #499D99 on white background.


Black color preview on #499D99 background

This text has black color on #499D99 background.


White color preview on #499D99 background

This text has white color on #499D99 background.


Related colors

Complementary color

Complementary color for #hex is #B66266.


I love getcolorcode.com

Triadic colors

1 #99499D and #9D9949 with #499D99 are triadic colors.

2 #999D49 and #9D4999 with #499D99 are triadic colors.