COLOR #499087

HEX: #499087
RGB: (73,144,135)

Color info

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

RGB color model

#499087 color RGB value is (73,144,135).

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

RGB channels and saturation

R 73 of 255 = 29%
G 144 of 255 = 56%
B 135 of 255 = 53%

73
144
135

R + G + B ~ 46%. #499087 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 144 + 135 = 352 (100%)
R 73 of 352 ~ 20.74%
G 144 of 352 ~ 40.91%
B 135 of 352 ~ 38.35%

%20.74
%40.91
%38.35

CMYK color model

#499087 color CMYK value is (49,0,6,44).

  • cyan value is 49.31%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 43.53%
CMYK:
(49,0,6,44)
C49M0Y6K44 
(49%,0%,6%,44%)
(0.49/0.00/0.06/0.44)	

CMYK percentages

%49.31
%0
%6.25
%43.53

Codes

Color #499087 in popluar color models

499087
RGB73144135
HSL172°32.72%42.55%
HSB/HSV172°49.31%56.47%
CMYK49.31%0.00%6.25%
43.53%

Color #499087 in popluar number systems.

HEX499087
Decimal73144135
Binary10010011001000010000111
Octal111220207

Shades and tints

Shades of #499087

#499087
(73,144,135)
#43837B
(67,131,123)
#3D766F
(61,118,111)
#376963
(55,105,99)
#315C57
(49,92,87)
#2B4F4B
(43,79,75)
#25423F
(37,66,63)
#1F3533
(31,53,51)
#192827
(25,40,39)
#131B1B
(19,27,27)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #499087

#499087
(73,144,135)
#599A91
(89,154,145)
#69A49B
(105,164,155)
#79AEA5
(121,174,165)
#89B8AF
(137,184,175)
#99C2B9
(153,194,185)
#A9CCC3
(169,204,195)
#B9D6CD
(185,214,205)
#C9E0D7
(201,224,215)
#D9EAE1
(217,234,225)
#E9F4EB
(233,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499087; }

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

This text font color is #499087.


Background Color

.myBgColor { background-color: #499087; }

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

This div background color is #499087.


Border color

.myBorderColor { border: 1px solid #499087; }

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

This div border color is #499087.


Opacity

.myOpacity80 { color: #499087; opacity: 0.8; }

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

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

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

This text has shadow with #499087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499087 on black background.


Color preview on white background

This text has color #499087 on white background.



Black color preview on #499087 background

This text has black color on #499087 background.


White color preview on #499087 background

This text has white color on #499087 background.