COLOR #499180

HEX: #499180 RGB: (73,145,128)

Color info

#499180 contains mainly green and blue colors. Web safe color of #499180 is #339966 (or #396).

RGB color model

#499180 color RGB value is (73,145,128).

RGB: (73,145,128) (29%, 57%, 50%)

RGB channels and saturation

R 73 of 255 = 29%
G 145 of 255 = 57%
B 128 of 255 = 50%

73
145
128

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

Portions of RGB colors in percentages

R + G + B = 73 + 145 + 128 = 346 (100%)
R 73 of 346 ~ 21.1%
G 145 of 346 ~ 41.91%
B 128 of 346 ~ 36.99'%

%21.1
%41.91
%36.99

CMYK color model

#499180 color CMYK value is (50,0,12,43).

  • cyan value is 49.66%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 43.14%

CMYK: (50,0,12,43)
C50M0Y12K43 (50%, 0%, 12%, 43%)
(0.50 / 0.00 / 0.12 / 0.43)

CMYK percentages

%49.66
%0
%11.72
%43.14

Codes

Color #499180 in popluar color models

49 91 80
RGB 73 145 128
HSL 166° 33.03% 42.75%
HSB/HSV 166° 49.66% 56.86%
CMYK 49.66% 0.00% 11.72%
43.14%

Color #499180 in popluar number systems.

HEX 49 91 80
Decimal 73 145 128
Binary 1001001 10010001 10000000
Octal 111 221 200

Shades and tints

Shades of #499180

#499180
(73,145,128)
#438475
(67,132,117)
#3D776A
(61,119,106)
#376A5F
(55,106,95)
#315D54
(49,93,84)
#2B5049
(43,80,73)
#25433E
(37,67,62)
#1F3633
(31,54,51)
#192928
(25,41,40)
#131C1D
(19,28,29)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #499180

#499180
(73,145,128)
#599B8B
(89,155,139)
#69A596
(105,165,150)
#79AFA1
(121,175,161)
#89B9AC
(137,185,172)
#99C3B7
(153,195,183)
#A9CDC2
(169,205,194)
#B9D7CD
(185,215,205)
#C9E1D8
(201,225,216)
#D9EBE3
(217,235,227)
#E9F5EE
(233,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #499180; }

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

This text font color is #499180.

Background Color

.myBgColor { background-color: #499180; }

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

This div background color is #499180.

Border color

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

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

This div border color is #499180.

Opacity

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

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

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

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

This text has shadow with #499180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #499180.

Preview

Color preview on black background

This text has color #499180 on black background.


Color preview on white background

This text has color #499180 on white background.


Black color preview on #499180 background

This text has black color on #499180 background.


White color preview on #499180 background

This text has white color on #499180 background.


Related colors

Complementary color

Complementary color for #hex is #B66E7F.


I love getcolorcode.com

Triadic colors

1 #804991 and #918049 with #499180 are triadic colors.

2 #809149 and #914980 with #499180 are triadic colors.