COLOR #4A9480

HEX: #4A9480 RGB: (74,148,128)

Color info

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

RGB color model

#4A9480 color RGB value is (74,148,128).

RGB: (74,148,128) (29%, 58%, 50%)

RGB channels and saturation

R 74 of 255 = 29%
G 148 of 255 = 58%
B 128 of 255 = 50%

74
148
128

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

Portions of RGB colors in percentages

R + G + B = 74 + 148 + 128 = 350 (100%)
R 74 of 350 ~ 21.14%
G 148 of 350 ~ 42.29%
B 128 of 350 ~ 36.57'%

%21.14
%42.29
%36.57

CMYK color model

#4A9480 color CMYK value is (50,0,14,42).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 41.96%

CMYK: (50,0,14,42)
C50M0Y14K42 (50%, 0%, 14%, 42%)
(0.50 / 0.00 / 0.14 / 0.42)

CMYK percentages

%50
%0
%13.51
%41.96

Codes

Color #4A9480 in popluar color models

4A 94 80
RGB 74 148 128
HSL 164° 33.33% 43.53%
HSB/HSV 164° 50.00% 58.04%
CMYK 50.00% 0.00% 13.51%
41.96%

Color #4A9480 in popluar number systems.

HEX 4A 94 80
Decimal 74 148 128
Binary 1001010 10010100 10000000
Octal 112 224 200

Shades and tints

Shades of #4A9480

#4A9480
(74,148,128)
#448775
(68,135,117)
#3E7A6A
(62,122,106)
#386D5F
(56,109,95)
#326054
(50,96,84)
#2C5349
(44,83,73)
#26463E
(38,70,62)
#203933
(32,57,51)
#1A2C28
(26,44,40)
#141F1D
(20,31,29)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #4A9480

#4A9480
(74,148,128)
#5A9D8B
(90,157,139)
#6AA696
(106,166,150)
#7AAFA1
(122,175,161)
#8AB8AC
(138,184,172)
#9AC1B7
(154,193,183)
#AACAC2
(170,202,194)
#BAD3CD
(186,211,205)
#CADCD8
(202,220,216)
#DAE5E3
(218,229,227)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9480; }

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

This text font color is #4A9480.

Background Color

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

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

This div background color is #4A9480.

Border color

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

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

This div border color is #4A9480.

Opacity

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

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

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

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

This text has shadow with #4A9480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A9480.

Preview

Color preview on black background

This text has color #4A9480 on black background.


Color preview on white background

This text has color #4A9480 on white background.


Black color preview on #4A9480 background

This text has black color on #4A9480 background.


White color preview on #4A9480 background

This text has white color on #4A9480 background.


Related colors

Complementary color

Complementary color for #hex is #B56B7F.


I love getcolorcode.com

Triadic colors

1 #804A94 and #94804A with #4A9480 are triadic colors.

2 #80944A and #944A80 with #4A9480 are triadic colors.