COLOR #4A9582

HEX: #4A9582
RGB: (74,149,130)

Color info

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

RGB color model

#4A9582 color RGB value is (74,149,130).

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

RGB channels and saturation

R 74 of 255 = 29%
G 149 of 255 = 58%
B 130 of 255 = 51%

74
149
130

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

Portions of RGB colors in percentages

R + G + B =
74 + 149 + 130 = 353 (100%)
R 74 of 353 ~ 20.96%
G 149 of 353 ~ 42.21%
B 130 of 353 ~ 36.83%

%20.96
%42.21
%36.83

CMYK color model

#4A9582 color CMYK value is (50,0,13,42).

  • cyan value is 50.34%
  • magenta value is 0.00%
  • yellow value is 12.75%
  • key color value is 41.57%
CMYK:
(50,0,13,42)
C50M0Y13K42 
(50%,0%,13%,42%)
(0.50/0.00/0.13/0.42)	

CMYK percentages

%50.34
%0
%12.75
%41.57

Codes

Color #4A9582 in popluar color models

4A9582
RGB74149130
HSL165°33.63%43.73%
HSB/HSV165°50.34%58.43%
CMYK50.34%0.00%12.75%
41.57%

Color #4A9582 in popluar number systems.

HEX4A9582
Decimal74149130
Binary10010101001010110000010
Octal112225202

Shades and tints

Shades of #4A9582

#4A9582
(74,149,130)
#448877
(68,136,119)
#3E7B6C
(62,123,108)
#386E61
(56,110,97)
#326156
(50,97,86)
#2C544B
(44,84,75)
#264740
(38,71,64)
#203A35
(32,58,53)
#1A2D2A
(26,45,42)
#14201F
(20,32,31)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #4A9582

#4A9582
(74,149,130)
#5A9E8D
(90,158,141)
#6AA798
(106,167,152)
#7AB0A3
(122,176,163)
#8AB9AE
(138,185,174)
#9AC2B9
(154,194,185)
#AACBC4
(170,203,196)
#BAD4CF
(186,212,207)
#CADDDA
(202,221,218)
#DAE6E5
(218,230,229)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9582; }

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

This text font color is #4A9582.


Background Color

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

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

This div background color is #4A9582.


Border color

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

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

This div border color is #4A9582.


Opacity

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

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

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

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

This text has shadow with #4A9582 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9582 on black background.


Color preview on white background

This text has color #4A9582 on white background.



Black color preview on #4A9582 background

This text has black color on #4A9582 background.


White color preview on #4A9582 background

This text has white color on #4A9582 background.