COLOR #4990A6

HEX: #4990A6 RGB: (73,144,166)

Color info

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

RGB color model

#4990A6 color RGB value is (73,144,166).

RGB: (73,144,166) (29%, 56%, 65%)

RGB channels and saturation

R 73 of 255 = 29%
G 144 of 255 = 56%
B 166 of 255 = 65%

73
144
166

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

Portions of RGB colors in percentages

R + G + B = 73 + 144 + 166 = 383 (100%)
R 73 of 383 ~ 19.06%
G 144 of 383 ~ 37.6%
B 166 of 383 ~ 43.34'%

%19.06
%37.6
%43.34

CMYK color model

#4990A6 color CMYK value is (56,13,0,35).

  • cyan value is 56.02%
  • magenta value is 13.25%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (56,13,0,35)
C56M13Y0K35 (56%, 13%, 0%, 35%)
(0.56 / 0.13 / 0.00 / 0.35)

CMYK percentages

%56.02
%13.25
%0
%34.9

Codes

Color #4990A6 in popluar color models

49 90 A6
RGB 73 144 166
HSL 194° 38.91% 46.86%
HSB/HSV 194° 56.02% 65.10%
CMYK 56.02% 13.25% 0.00%
34.90%

Color #4990A6 in popluar number systems.

HEX 49 90 A6
Decimal 73 144 166
Binary 1001001 10010000 10100110
Octal 111 220 246

Shades and tints

Shades of #4990A6

#4990A6
(73,144,166)
#438397
(67,131,151)
#3D7688
(61,118,136)
#376979
(55,105,121)
#315C6A
(49,92,106)
#2B4F5B
(43,79,91)
#25424C
(37,66,76)
#1F353D
(31,53,61)
#19282E
(25,40,46)
#131B1F
(19,27,31)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #4990A6

#4990A6
(73,144,166)
#599AAE
(89,154,174)
#69A4B6
(105,164,182)
#79AEBE
(121,174,190)
#89B8C6
(137,184,198)
#99C2CE
(153,194,206)
#A9CCD6
(169,204,214)
#B9D6DE
(185,214,222)
#C9E0E6
(201,224,230)
#D9EAEE
(217,234,238)
#E9F4F6
(233,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4990A6; }

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

This text font color is #4990A6.

Background Color

.myBgColor { background-color: #4990A6; }

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

This div background color is #4990A6.

Border color

.myBorderColor { border: 1px solid #4990A6; }

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

This div border color is #4990A6.

Opacity

.myOpacity80 { color: #4990A6; opacity: 0.8; }

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

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

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

This text has shadow with #4990A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4990A6.

Preview

Color preview on black background

This text has color #4990A6 on black background.


Color preview on white background

This text has color #4990A6 on white background.


Black color preview on #4990A6 background

This text has black color on #4990A6 background.


White color preview on #4990A6 background

This text has white color on #4990A6 background.


Related colors

Complementary color

Complementary color for #hex is #B66F59.


I love getcolorcode.com

Triadic colors

1 #A64990 and #90A649 with #4990A6 are triadic colors.

2 #A69049 and #9049A6 with #4990A6 are triadic colors.