COLOR #4A9984

HEX: #4A9984 RGB: (74,153,132)

Color info

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

RGB color model

#4A9984 color RGB value is (74,153,132).

RGB: (74,153,132) (29%, 60%, 52%)

RGB channels and saturation

R 74 of 255 = 29%
G 153 of 255 = 60%
B 132 of 255 = 52%

74
153
132

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

Portions of RGB colors in percentages

R + G + B = 74 + 153 + 132 = 359 (100%)
R 74 of 359 ~ 20.61%
G 153 of 359 ~ 42.62%
B 132 of 359 ~ 36.77'%

%20.61
%42.62
%36.77

CMYK color model

#4A9984 color CMYK value is (52,0,14,40).

  • cyan value is 51.63%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 40.00%

CMYK: (52,0,14,40)
C52M0Y14K40 (52%, 0%, 14%, 40%)
(0.52 / 0.00 / 0.14 / 0.40)

CMYK percentages

%51.63
%0
%13.73
%40

Codes

Color #4A9984 in popluar color models

4A 99 84
RGB 74 153 132
HSL 164° 34.80% 44.51%
HSB/HSV 164° 51.63% 60.00%
CMYK 51.63% 0.00% 13.73%
40.00%

Color #4A9984 in popluar number systems.

HEX 4A 99 84
Decimal 74 153 132
Binary 1001010 10011001 10000100
Octal 112 231 204

Shades and tints

Shades of #4A9984

#4A9984
(74,153,132)
#448C78
(68,140,120)
#3E7F6C
(62,127,108)
#387260
(56,114,96)
#326554
(50,101,84)
#2C5848
(44,88,72)
#264B3C
(38,75,60)
#203E30
(32,62,48)
#1A3124
(26,49,36)
#142418
(20,36,24)
#0E170C
(14,23,12)
#000000
(0,0,0)

Tints of #4A9984

#4A9984
(74,153,132)
#5AA28F
(90,162,143)
#6AAB9A
(106,171,154)
#7AB4A5
(122,180,165)
#8ABDB0
(138,189,176)
#9AC6BB
(154,198,187)
#AACFC6
(170,207,198)
#BAD8D1
(186,216,209)
#CAE1DC
(202,225,220)
#DAEAE7
(218,234,231)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9984 color. Also use rgb(74,153,132) instead hex code.

Text Font Color

.myTextColor { color: #4A9984; }

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

This text font color is #4A9984.

Background Color

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

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

This div background color is #4A9984.

Border color

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

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

This div border color is #4A9984.

Opacity

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

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

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

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

This text has shadow with #4A9984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A9984.

Preview

Color preview on black background

This text has color #4A9984 on black background.


Color preview on white background

This text has color #4A9984 on white background.


Black color preview on #4A9984 background

This text has black color on #4A9984 background.


White color preview on #4A9984 background

This text has white color on #4A9984 background.


Related colors

Complementary color

Complementary color for #hex is #B5667B.


I love getcolorcode.com

Triadic colors

1 #844A99 and #99844A with #4A9984 are triadic colors.

2 #84994A and #994A84 with #4A9984 are triadic colors.