COLOR #4A989B

HEX: #4A989B
RGB: (74,152,155)

Color info

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

RGB color model

#4A989B color RGB value is (74,152,155).

  • red value is 74;
  • green value is 152;
  • blue value is 155.
RGB:
(74,152,155)
(29%,60%,61%)

RGB channels and saturation

R 74 of 255 = 29%
G 152 of 255 = 60%
B 155 of 255 = 61%

74
152
155

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

Portions of RGB colors in percentages

R + G + B =
74 + 152 + 155 = 381 (100%)
R 74 of 381 ~ 19.42%
G 152 of 381 ~ 39.9%
B 155 of 381 ~ 40.68%

%19.42
%39.9
%40.68

CMYK color model

#4A989B color CMYK value is (52,2,0,39).

  • cyan value is 52.26%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(52,2,0,39)
C52M2Y0K39 
(52%,2%,0%,39%)
(0.52/0.02/0.00/0.39)	

CMYK percentages

%52.26
%1.94
%0
%39.22

Codes

Color #4A989B in popluar color models

4A989B
RGB74152155
HSL182°35.37%44.90%
HSB/HSV182°52.26%60.78%
CMYK52.26%1.94%0.00%
39.22%

Color #4A989B in popluar number systems.

HEX4A989B
Decimal74152155
Binary10010101001100010011011
Octal112230233

Shades and tints

Shades of #4A989B

#4A989B
(74,152,155)
#448B8D
(68,139,141)
#3E7E7F
(62,126,127)
#387171
(56,113,113)
#326463
(50,100,99)
#2C5755
(44,87,85)
#264A47
(38,74,71)
#203D39
(32,61,57)
#1A302B
(26,48,43)
#14231D
(20,35,29)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #4A989B

#4A989B
(74,152,155)
#5AA1A4
(90,161,164)
#6AAAAD
(106,170,173)
#7AB3B6
(122,179,182)
#8ABCBF
(138,188,191)
#9AC5C8
(154,197,200)
#AACED1
(170,206,209)
#BAD7DA
(186,215,218)
#CAE0E3
(202,224,227)
#DAE9EC
(218,233,236)
#EAF2F5
(234,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A989B color. Also use rgb(74,152,155) instead hex code.

Text Font Color

.myTextColor { color: #4A989B; }

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

This text font color is #4A989B.


Background Color

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

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

This div background color is #4A989B.


Border color

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

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

This div border color is #4A989B.


Opacity

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

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

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

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

This text has shadow with #4A989B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A989B on black background.


Color preview on white background

This text has color #4A989B on white background.



Black color preview on #4A989B background

This text has black color on #4A989B background.


White color preview on #4A989B background

This text has white color on #4A989B background.