COLOR #4AA1B4

HEX: #4AA1B4
RGB: (74,161,180)

Color info

#4AA1B4 contains mainly green and blue colors. Web safe color of #4AA1B4 is #3399CC (or #39C).

RGB color model

#4AA1B4 color RGB value is (74,161,180).

  • red value is 74;
  • green value is 161;
  • blue value is 180.
RGB:
(74,161,180)
(29%,63%,71%)

RGB channels and saturation

R 74 of 255 = 29%
G 161 of 255 = 63%
B 180 of 255 = 71%

74
161
180

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

Portions of RGB colors in percentages

R + G + B =
74 + 161 + 180 = 415 (100%)
R 74 of 415 ~ 17.83%
G 161 of 415 ~ 38.8%
B 180 of 415 ~ 43.37%

%17.83
%38.8
%43.37

CMYK color model

#4AA1B4 color CMYK value is (59,11,0,29).

  • cyan value is 58.89%
  • magenta value is 10.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(59,11,0,29)
C59M11Y0K29 
(59%,11%,0%,29%)
(0.59/0.11/0.00/0.29)	

CMYK percentages

%58.89
%10.56
%0
%29.41

Codes

Color #4AA1B4 in popluar color models

4AA1B4
RGB74161180
HSL191°41.73%49.80%
HSB/HSV191°58.89%70.59%
CMYK58.89%10.56%0.00%
29.41%

Color #4AA1B4 in popluar number systems.

HEX4AA1B4
Decimal74161180
Binary10010101010000110110100
Octal112241264

Shades and tints

Shades of #4AA1B4

#4AA1B4
(74,161,180)
#4493A4
(68,147,164)
#3E8594
(62,133,148)
#387784
(56,119,132)
#326974
(50,105,116)
#2C5B64
(44,91,100)
#264D54
(38,77,84)
#203F44
(32,63,68)
#1A3134
(26,49,52)
#142324
(20,35,36)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #4AA1B4

#4AA1B4
(74,161,180)
#5AA9BA
(90,169,186)
#6AB1C0
(106,177,192)
#7AB9C6
(122,185,198)
#8AC1CC
(138,193,204)
#9AC9D2
(154,201,210)
#AAD1D8
(170,209,216)
#BAD9DE
(186,217,222)
#CAE1E4
(202,225,228)
#DAE9EA
(218,233,234)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA1B4 color. Also use rgb(74,161,180) instead hex code.

Text Font Color

.myTextColor { color: #4AA1B4; }

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

This text font color is #4AA1B4.


Background Color

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

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

This div background color is #4AA1B4.


Border color

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

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

This div border color is #4AA1B4.


Opacity

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

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

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

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

This text has shadow with #4AA1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA1B4 on black background.


Color preview on white background

This text has color #4AA1B4 on white background.



Black color preview on #4AA1B4 background

This text has black color on #4AA1B4 background.


White color preview on #4AA1B4 background

This text has white color on #4AA1B4 background.