COLOR #4A9594

HEX: #4A9594
RGB: (74,149,148)

Color info

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

RGB color model

#4A9594 color RGB value is (74,149,148).

  • red value is 74;
  • green value is 149;
  • blue value is 148.
RGB:
(74,149,148)
(29%,58%,58%)

RGB channels and saturation

R 74 of 255 = 29%
G 149 of 255 = 58%
B 148 of 255 = 58%

74
149
148

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

Portions of RGB colors in percentages

R + G + B =
74 + 149 + 148 = 371 (100%)
R 74 of 371 ~ 19.95%
G 149 of 371 ~ 40.16%
B 148 of 371 ~ 39.89%

%19.95
%40.16
%39.89

CMYK color model

#4A9594 color CMYK value is (50,0,1,42).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.57%
CMYK:
(50,0,1,42)
C50M0Y1K42 
(50%,0%,1%,42%)
(0.50/0.00/0.01/0.42)	

CMYK percentages

%50.34
%0
%0.67
%41.57

Codes

Color #4A9594 in popluar color models

4A9594
RGB74149148
HSL179°33.63%43.73%
HSB/HSV179°50.34%58.43%
CMYK50.34%0.00%0.67%
41.57%

Color #4A9594 in popluar number systems.

HEX4A9594
Decimal74149148
Binary10010101001010110010100
Octal112225224

Shades and tints

Shades of #4A9594

#4A9594
(74,149,148)
#448887
(68,136,135)
#3E7B7A
(62,123,122)
#386E6D
(56,110,109)
#326160
(50,97,96)
#2C5453
(44,84,83)
#264746
(38,71,70)
#203A39
(32,58,57)
#1A2D2C
(26,45,44)
#14201F
(20,32,31)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #4A9594

#4A9594
(74,149,148)
#5A9E9D
(90,158,157)
#6AA7A6
(106,167,166)
#7AB0AF
(122,176,175)
#8AB9B8
(138,185,184)
#9AC2C1
(154,194,193)
#AACBCA
(170,203,202)
#BAD4D3
(186,212,211)
#CADDDC
(202,221,220)
#DAE6E5
(218,230,229)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9594; }

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

This text font color is #4A9594.


Background Color

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

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

This div background color is #4A9594.


Border color

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

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

This div border color is #4A9594.


Opacity

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

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

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

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

This text has shadow with #4A9594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9594 on black background.


Color preview on white background

This text has color #4A9594 on white background.



Black color preview on #4A9594 background

This text has black color on #4A9594 background.


White color preview on #4A9594 background

This text has white color on #4A9594 background.