COLOR #4A9C9B

HEX: #4A9C9B
RGB: (74,156,155)

Color info

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

RGB color model

#4A9C9B color RGB value is (74,156,155).

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

RGB channels and saturation

R 74 of 255 = 29%
G 156 of 255 = 61%
B 155 of 255 = 61%

74
156
155

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

Portions of RGB colors in percentages

R + G + B =
74 + 156 + 155 = 385 (100%)
R 74 of 385 ~ 19.22%
G 156 of 385 ~ 40.52%
B 155 of 385 ~ 40.26%

%19.22
%40.52
%40.26

CMYK color model

#4A9C9B color CMYK value is (53,0,1,39).

  • cyan value is 52.56%
  • magenta value is 0.00%
  • yellow value is 0.64%
  • key color value is 38.82%
CMYK:
(53,0,1,39)
C53M0Y1K39 
(53%,0%,1%,39%)
(0.53/0.00/0.01/0.39)	

CMYK percentages

%52.56
%0
%0.64
%38.82

Codes

Color #4A9C9B in popluar color models

4A9C9B
RGB74156155
HSL179°35.65%45.10%
HSB/HSV179°52.56%61.18%
CMYK52.56%0.00%0.64%
38.82%

Color #4A9C9B in popluar number systems.

HEX4A9C9B
Decimal74156155
Binary10010101001110010011011
Octal112234233

Shades and tints

Shades of #4A9C9B

#4A9C9B
(74,156,155)
#448E8D
(68,142,141)
#3E807F
(62,128,127)
#387271
(56,114,113)
#326463
(50,100,99)
#2C5655
(44,86,85)
#264847
(38,72,71)
#203A39
(32,58,57)
#1A2C2B
(26,44,43)
#141E1D
(20,30,29)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #4A9C9B

#4A9C9B
(74,156,155)
#5AA5A4
(90,165,164)
#6AAEAD
(106,174,173)
#7AB7B6
(122,183,182)
#8AC0BF
(138,192,191)
#9AC9C8
(154,201,200)
#AAD2D1
(170,210,209)
#BADBDA
(186,219,218)
#CAE4E3
(202,228,227)
#DAEDEC
(218,237,236)
#EAF6F5
(234,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9C9B; }

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

This text font color is #4A9C9B.


Background Color

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

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

This div background color is #4A9C9B.


Border color

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

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

This div border color is #4A9C9B.


Opacity

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

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

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

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

This text has shadow with #4A9C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9C9B on black background.


Color preview on white background

This text has color #4A9C9B on white background.



Black color preview on #4A9C9B background

This text has black color on #4A9C9B background.


White color preview on #4A9C9B background

This text has white color on #4A9C9B background.