COLOR #4A9183

HEX: #4A9183
RGB: (74,145,131)

Color info

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

RGB color model

#4A9183 color RGB value is (74,145,131).

  • red value is 74;
  • green value is 145;
  • blue value is 131.
RGB:
(74,145,131)
(29%,57%,51%)

RGB channels and saturation

R 74 of 255 = 29%
G 145 of 255 = 57%
B 131 of 255 = 51%

74
145
131

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

Portions of RGB colors in percentages

R + G + B =
74 + 145 + 131 = 350 (100%)
R 74 of 350 ~ 21.14%
G 145 of 350 ~ 41.43%
B 131 of 350 ~ 37.43%

%21.14
%41.43
%37.43

CMYK color model

#4A9183 color CMYK value is (49,0,10,43).

  • cyan value is 48.97%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 43.14%
CMYK:
(49,0,10,43)
C49M0Y10K43 
(49%,0%,10%,43%)
(0.49/0.00/0.10/0.43)	

CMYK percentages

%48.97
%0
%9.66
%43.14

Codes

Color #4A9183 in popluar color models

4A9183
RGB74145131
HSL168°32.42%42.94%
HSB/HSV168°48.97%56.86%
CMYK48.97%0.00%9.66%
43.14%

Color #4A9183 in popluar number systems.

HEX4A9183
Decimal74145131
Binary10010101001000110000011
Octal112221203

Shades and tints

Shades of #4A9183

#4A9183
(74,145,131)
#448478
(68,132,120)
#3E776D
(62,119,109)
#386A62
(56,106,98)
#325D57
(50,93,87)
#2C504C
(44,80,76)
#264341
(38,67,65)
#203636
(32,54,54)
#1A292B
(26,41,43)
#141C20
(20,28,32)
#0E0F15
(14,15,21)
#000000
(0,0,0)

Tints of #4A9183

#4A9183
(74,145,131)
#5A9B8E
(90,155,142)
#6AA599
(106,165,153)
#7AAFA4
(122,175,164)
#8AB9AF
(138,185,175)
#9AC3BA
(154,195,186)
#AACDC5
(170,205,197)
#BAD7D0
(186,215,208)
#CAE1DB
(202,225,219)
#DAEBE6
(218,235,230)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A9183; }

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

This text font color is #4A9183.


Background Color

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

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

This div background color is #4A9183.


Border color

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

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

This div border color is #4A9183.


Opacity

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

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

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

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

This text has shadow with #4A9183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9183 on black background.


Color preview on white background

This text has color #4A9183 on white background.



Black color preview on #4A9183 background

This text has black color on #4A9183 background.


White color preview on #4A9183 background

This text has white color on #4A9183 background.