COLOR #4A8990

HEX: #4A8990 RGB: (74,137,144)

Color info

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

RGB color model

#4A8990 color RGB value is (74,137,144).

RGB: (74,137,144) (29%, 54%, 56%)

RGB channels and saturation

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

74
137
144

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

Portions of RGB colors in percentages

R + G + B = 74 + 137 + 144 = 355 (100%)
R 74 of 355 ~ 20.85%
G 137 of 355 ~ 38.59%
B 144 of 355 ~ 40.56'%

%20.85
%38.59
%40.56

CMYK color model

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

  • cyan value is 48.61%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (49,5,0,44)
C49M5Y0K44 (49%, 5%, 0%, 44%)
(0.49 / 0.05 / 0.00 / 0.44)

CMYK percentages

%48.61
%4.86
%0
%43.53

Codes

Color #4A8990 in popluar color models

4A 89 90
RGB 74 137 144
HSL 186° 32.11% 42.75%
HSB/HSV 186° 48.61% 56.47%
CMYK 48.61% 4.86% 0.00%
43.53%

Color #4A8990 in popluar number systems.

HEX 4A 89 90
Decimal 74 137 144
Binary 1001010 10001001 10010000
Octal 112 211 220

Shades and tints

Shades of #4A8990

#4A8990
(74,137,144)
#447D83
(68,125,131)
#3E7176
(62,113,118)
#386569
(56,101,105)
#32595C
(50,89,92)
#2C4D4F
(44,77,79)
#264142
(38,65,66)
#203535
(32,53,53)
#1A2928
(26,41,40)
#141D1B
(20,29,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #4A8990

#4A8990
(74,137,144)
#5A939A
(90,147,154)
#6A9DA4
(106,157,164)
#7AA7AE
(122,167,174)
#8AB1B8
(138,177,184)
#9ABBC2
(154,187,194)
#AAC5CC
(170,197,204)
#BACFD6
(186,207,214)
#CAD9E0
(202,217,224)
#DAE3EA
(218,227,234)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A8990; }

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

This text font color is #4A8990.

Background Color

.myBgColor { background-color: #4A8990; }

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

This div background color is #4A8990.

Border color

.myBorderColor { border: 1px solid #4A8990; }

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

This div border color is #4A8990.

Opacity

.myOpacity80 { color: #4A8990; opacity: 0.8; }

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

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

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

This text has shadow with #4A8990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A8990.

Preview

Color preview on black background

This text has color #4A8990 on black background.


Color preview on white background

This text has color #4A8990 on white background.


Black color preview on #4A8990 background

This text has black color on #4A8990 background.


White color preview on #4A8990 background

This text has white color on #4A8990 background.


Related colors

Complementary color

Complementary color for #hex is #B5766F.


I love getcolorcode.com

Triadic colors

1 #904A89 and #89904A with #4A8990 are triadic colors.

2 #90894A and #894A90 with #4A8990 are triadic colors.