COLOR #4A9085

HEX: #4A9085
RGB: (74,144,133)

Color info

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

RGB color model

#4A9085 color RGB value is (74,144,133).

  • red value is 74;
  • green value is 144;
  • blue value is 133.
RGB:
(74,144,133)
(29%,56%,52%)

RGB channels and saturation

R 74 of 255 = 29%
G 144 of 255 = 56%
B 133 of 255 = 52%

74
144
133

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

Portions of RGB colors in percentages

R + G + B =
74 + 144 + 133 = 351 (100%)
R 74 of 351 ~ 21.08%
G 144 of 351 ~ 41.03%
B 133 of 351 ~ 37.89%

%21.08
%41.03
%37.89

CMYK color model

#4A9085 color CMYK value is (49,0,8,44).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 7.64%
  • key color value is 43.53%
CMYK:
(49,0,8,44)
C49M0Y8K44 
(49%,0%,8%,44%)
(0.49/0.00/0.08/0.44)	

CMYK percentages

%48.61
%0
%7.64
%43.53

Codes

Color #4A9085 in popluar color models

4A9085
RGB74144133
HSL171°32.11%42.75%
HSB/HSV171°48.61%56.47%
CMYK48.61%0.00%7.64%
43.53%

Color #4A9085 in popluar number systems.

HEX4A9085
Decimal74144133
Binary10010101001000010000101
Octal112220205

Shades and tints

Shades of #4A9085

#4A9085
(74,144,133)
#448379
(68,131,121)
#3E766D
(62,118,109)
#386961
(56,105,97)
#325C55
(50,92,85)
#2C4F49
(44,79,73)
#26423D
(38,66,61)
#203531
(32,53,49)
#1A2825
(26,40,37)
#141B19
(20,27,25)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #4A9085

#4A9085
(74,144,133)
#5A9A90
(90,154,144)
#6AA49B
(106,164,155)
#7AAEA6
(122,174,166)
#8AB8B1
(138,184,177)
#9AC2BC
(154,194,188)
#AACCC7
(170,204,199)
#BAD6D2
(186,214,210)
#CAE0DD
(202,224,221)
#DAEAE8
(218,234,232)
#EAF4F3
(234,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9085 color. Also use rgb(74,144,133) instead hex code.

Text Font Color

.myTextColor { color: #4A9085; }

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

This text font color is #4A9085.


Background Color

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

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

This div background color is #4A9085.


Border color

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

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

This div border color is #4A9085.


Opacity

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

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

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

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

This text has shadow with #4A9085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9085 on black background.


Color preview on white background

This text has color #4A9085 on white background.



Black color preview on #4A9085 background

This text has black color on #4A9085 background.


White color preview on #4A9085 background

This text has white color on #4A9085 background.