COLOR #4A9080

HEX: #4A9080 RGB: (74,144,128)

Color info

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

RGB color model

#4A9080 color RGB value is (74,144,128).

RGB: (74,144,128) (29%, 56%, 50%)

RGB channels and saturation

R 74 of 255 = 29%
G 144 of 255 = 56%
B 128 of 255 = 50%

74
144
128

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

Portions of RGB colors in percentages

R + G + B = 74 + 144 + 128 = 346 (100%)
R 74 of 346 ~ 21.39%
G 144 of 346 ~ 41.62%
B 128 of 346 ~ 36.99'%

%21.39
%41.62
%36.99

CMYK color model

#4A9080 color CMYK value is (49,0,11,44).

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

CMYK: (49,0,11,44)
C49M0Y11K44 (49%, 0%, 11%, 44%)
(0.49 / 0.00 / 0.11 / 0.44)

CMYK percentages

%48.61
%0
%11.11
%43.53

Codes

Color #4A9080 in popluar color models

4A 90 80
RGB 74 144 128
HSL 166° 32.11% 42.75%
HSB/HSV 166° 48.61% 56.47%
CMYK 48.61% 0.00% 11.11%
43.53%

Color #4A9080 in popluar number systems.

HEX 4A 90 80
Decimal 74 144 128
Binary 1001010 10010000 10000000
Octal 112 220 200

Shades and tints

Shades of #4A9080

#4A9080
(74,144,128)
#448375
(68,131,117)
#3E766A
(62,118,106)
#38695F
(56,105,95)
#325C54
(50,92,84)
#2C4F49
(44,79,73)
#26423E
(38,66,62)
#203533
(32,53,51)
#1A2828
(26,40,40)
#141B1D
(20,27,29)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #4A9080

#4A9080
(74,144,128)
#5A9A8B
(90,154,139)
#6AA496
(106,164,150)
#7AAEA1
(122,174,161)
#8AB8AC
(138,184,172)
#9AC2B7
(154,194,183)
#AACCC2
(170,204,194)
#BAD6CD
(186,214,205)
#CAE0D8
(202,224,216)
#DAEAE3
(218,234,227)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9080; }

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

This text font color is #4A9080.

Background Color

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

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

This div background color is #4A9080.

Border color

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

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

This div border color is #4A9080.

Opacity

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

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

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

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

This text has shadow with #4A9080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A9080.

Preview

Color preview on black background

This text has color #4A9080 on black background.


Color preview on white background

This text has color #4A9080 on white background.


Black color preview on #4A9080 background

This text has black color on #4A9080 background.


White color preview on #4A9080 background

This text has white color on #4A9080 background.


Related colors

Complementary color

Complementary color for #hex is #B56F7F.


I love getcolorcode.com

Triadic colors

1 #804A90 and #90804A with #4A9080 are triadic colors.

2 #80904A and #904A80 with #4A9080 are triadic colors.