COLOR #499189

HEX: #499189
RGB: (73,145,137)

Color info

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

RGB color model

#499189 color RGB value is (73,145,137).

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

RGB channels and saturation

R 73 of 255 = 29%
G 145 of 255 = 57%
B 137 of 255 = 54%

73
145
137

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

Portions of RGB colors in percentages

R + G + B =
73 + 145 + 137 = 355 (100%)
R 73 of 355 ~ 20.56%
G 145 of 355 ~ 40.85%
B 137 of 355 ~ 38.59%

%20.56
%40.85
%38.59

CMYK color model

#499189 color CMYK value is (50,0,6,43).

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 43.14%
CMYK:
(50,0,6,43)
C50M0Y6K43 
(50%,0%,6%,43%)
(0.50/0.00/0.06/0.43)	

CMYK percentages

%49.66
%0
%5.52
%43.14

Codes

Color #499189 in popluar color models

499189
RGB73145137
HSL173°33.03%42.75%
HSB/HSV173°49.66%56.86%
CMYK49.66%0.00%5.52%
43.14%

Color #499189 in popluar number systems.

HEX499189
Decimal73145137
Binary10010011001000110001001
Octal111221211

Shades and tints

Shades of #499189

#499189
(73,145,137)
#43847D
(67,132,125)
#3D7771
(61,119,113)
#376A65
(55,106,101)
#315D59
(49,93,89)
#2B504D
(43,80,77)
#254341
(37,67,65)
#1F3635
(31,54,53)
#192929
(25,41,41)
#131C1D
(19,28,29)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #499189

#499189
(73,145,137)
#599B93
(89,155,147)
#69A59D
(105,165,157)
#79AFA7
(121,175,167)
#89B9B1
(137,185,177)
#99C3BB
(153,195,187)
#A9CDC5
(169,205,197)
#B9D7CF
(185,215,207)
#C9E1D9
(201,225,217)
#D9EBE3
(217,235,227)
#E9F5ED
(233,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499189; }

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

This text font color is #499189.


Background Color

.myBgColor { background-color: #499189; }

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

This div background color is #499189.


Border color

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

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

This div border color is #499189.


Opacity

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

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

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

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

This text has shadow with #499189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499189 on black background.


Color preview on white background

This text has color #499189 on white background.



Black color preview on #499189 background

This text has black color on #499189 background.


White color preview on #499189 background

This text has white color on #499189 background.