COLOR #4A9083

HEX: #4A9083 RGB: (74,144,131)

Color info

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

RGB color model

#4A9083 color RGB value is (74,144,131).

RGB: (74,144,131) (29%, 56%, 51%)

RGB channels and saturation

R 74 of 255 = 29%
G 144 of 255 = 56%
B 131 of 255 = 51%

74
144
131

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

Portions of RGB colors in percentages

R + G + B = 74 + 144 + 131 = 349 (100%)
R 74 of 349 ~ 21.2%
G 144 of 349 ~ 41.26%
B 131 of 349 ~ 37.54'%

%21.2
%41.26
%37.54

CMYK color model

#4A9083 color CMYK value is (49,0,9,44).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 9.03%
  • key color value is 43.53%

CMYK: (49,0,9,44)
C49M0Y9K44 (49%, 0%, 9%, 44%)
(0.49 / 0.00 / 0.09 / 0.44)

CMYK percentages

%48.61
%0
%9.03
%43.53

Codes

Color #4A9083 in popluar color models

4A 90 83
RGB 74 144 131
HSL 169° 32.11% 42.75%
HSB/HSV 169° 48.61% 56.47%
CMYK 48.61% 0.00% 9.03%
43.53%

Color #4A9083 in popluar number systems.

HEX 4A 90 83
Decimal 74 144 131
Binary 1001010 10010000 10000011
Octal 112 220 203

Shades and tints

Shades of #4A9083

#4A9083
(74,144,131)
#448378
(68,131,120)
#3E766D
(62,118,109)
#386962
(56,105,98)
#325C57
(50,92,87)
#2C4F4C
(44,79,76)
#264241
(38,66,65)
#203536
(32,53,54)
#1A282B
(26,40,43)
#141B20
(20,27,32)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #4A9083

#4A9083
(74,144,131)
#5A9A8E
(90,154,142)
#6AA499
(106,164,153)
#7AAEA4
(122,174,164)
#8AB8AF
(138,184,175)
#9AC2BA
(154,194,186)
#AACCC5
(170,204,197)
#BAD6D0
(186,214,208)
#CAE0DB
(202,224,219)
#DAEAE6
(218,234,230)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9083; }

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

This text font color is #4A9083.

Background Color

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

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

This div background color is #4A9083.

Border color

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

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

This div border color is #4A9083.

Opacity

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

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

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

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

This text has shadow with #4A9083 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A9083.

Preview

Color preview on black background

This text has color #4A9083 on black background.


Color preview on white background

This text has color #4A9083 on white background.


Black color preview on #4A9083 background

This text has black color on #4A9083 background.


White color preview on #4A9083 background

This text has white color on #4A9083 background.


Related colors

Complementary color

Complementary color for #hex is #B56F7C.


I love getcolorcode.com

Triadic colors

1 #834A90 and #90834A with #4A9083 are triadic colors.

2 #83904A and #904A83 with #4A9083 are triadic colors.