COLOR #499089

HEX: #499089
RGB: (73,144,137)

Color info

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

RGB color model

#499089 color RGB value is (73,144,137).

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

RGB channels and saturation

R 73 of 255 = 29%
G 144 of 255 = 56%
B 137 of 255 = 54%

73
144
137

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

Portions of RGB colors in percentages

R + G + B =
73 + 144 + 137 = 354 (100%)
R 73 of 354 ~ 20.62%
G 144 of 354 ~ 40.68%
B 137 of 354 ~ 38.7%

%20.62
%40.68
%38.7

CMYK color model

#499089 color CMYK value is (49,0,5,44).

  • cyan value is 49.31%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 43.53%
CMYK:
(49,0,5,44)
C49M0Y5K44 
(49%,0%,5%,44%)
(0.49/0.00/0.05/0.44)	

CMYK percentages

%49.31
%0
%4.86
%43.53

Codes

Color #499089 in popluar color models

499089
RGB73144137
HSL174°32.72%42.55%
HSB/HSV174°49.31%56.47%
CMYK49.31%0.00%4.86%
43.53%

Color #499089 in popluar number systems.

HEX499089
Decimal73144137
Binary10010011001000010001001
Octal111220211

Shades and tints

Shades of #499089

#499089
(73,144,137)
#43837D
(67,131,125)
#3D7671
(61,118,113)
#376965
(55,105,101)
#315C59
(49,92,89)
#2B4F4D
(43,79,77)
#254241
(37,66,65)
#1F3535
(31,53,53)
#192829
(25,40,41)
#131B1D
(19,27,29)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #499089

#499089
(73,144,137)
#599A93
(89,154,147)
#69A49D
(105,164,157)
#79AEA7
(121,174,167)
#89B8B1
(137,184,177)
#99C2BB
(153,194,187)
#A9CCC5
(169,204,197)
#B9D6CF
(185,214,207)
#C9E0D9
(201,224,217)
#D9EAE3
(217,234,227)
#E9F4ED
(233,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499089; }

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

This text font color is #499089.


Background Color

.myBgColor { background-color: #499089; }

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

This div background color is #499089.


Border color

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

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

This div border color is #499089.


Opacity

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

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

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

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

This text has shadow with #499089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499089 on black background.


Color preview on white background

This text has color #499089 on white background.



Black color preview on #499089 background

This text has black color on #499089 background.


White color preview on #499089 background

This text has white color on #499089 background.