COLOR #4AA2BD

HEX: #4AA2BD RGB: (74,162,189)

Color info

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

RGB color model

#4AA2BD color RGB value is (74,162,189).

RGB: (74,162,189) (29%, 64%, 74%)

RGB channels and saturation

R 74 of 255 = 29%
G 162 of 255 = 64%
B 189 of 255 = 74%

74
162
189

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

Portions of RGB colors in percentages

R + G + B = 74 + 162 + 189 = 425 (100%)
R 74 of 425 ~ 17.41%
G 162 of 425 ~ 38.12%
B 189 of 425 ~ 44.47'%

%17.41
%38.12
%44.47

CMYK color model

#4AA2BD color CMYK value is (61,14,0,26).

  • cyan value is 60.85%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (61,14,0,26)
C61M14Y0K26 (61%, 14%, 0%, 26%)
(0.61 / 0.14 / 0.00 / 0.26)

CMYK percentages

%60.85
%14.29
%0
%25.88

Codes

Color #4AA2BD in popluar color models

4A A2 BD
RGB 74 162 189
HSL 194° 46.56% 51.57%
HSB/HSV 194° 60.85% 74.12%
CMYK 60.85% 14.29% 0.00%
25.88%

Color #4AA2BD in popluar number systems.

HEX 4A A2 BD
Decimal 74 162 189
Binary 1001010 10100010 10111101
Octal 112 242 275

Shades and tints

Shades of #4AA2BD

#4AA2BD
(74,162,189)
#4494AC
(68,148,172)
#3E869B
(62,134,155)
#38788A
(56,120,138)
#326A79
(50,106,121)
#2C5C68
(44,92,104)
#264E57
(38,78,87)
#204046
(32,64,70)
#1A3235
(26,50,53)
#142424
(20,36,36)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #4AA2BD

#4AA2BD
(74,162,189)
#5AAAC3
(90,170,195)
#6AB2C9
(106,178,201)
#7ABACF
(122,186,207)
#8AC2D5
(138,194,213)
#9ACADB
(154,202,219)
#AAD2E1
(170,210,225)
#BADAE7
(186,218,231)
#CAE2ED
(202,226,237)
#DAEAF3
(218,234,243)
#EAF2F9
(234,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA2BD color. Also use rgb(74,162,189) instead hex code.

Text Font Color

.myTextColor { color: #4AA2BD; }

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

This text font color is #4AA2BD.

Background Color

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

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

This div background color is #4AA2BD.

Border color

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

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

This div border color is #4AA2BD.

Opacity

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

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

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

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

This text has shadow with #4AA2BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA2BD.

Preview

Color preview on black background

This text has color #4AA2BD on black background.


Color preview on white background

This text has color #4AA2BD on white background.


Black color preview on #4AA2BD background

This text has black color on #4AA2BD background.


White color preview on #4AA2BD background

This text has white color on #4AA2BD background.


Related colors

Complementary color

Complementary color for #hex is #B55D42.


I love getcolorcode.com

Triadic colors

1 #BD4AA2 and #A2BD4A with #4AA2BD are triadic colors.

2 #BDA24A and #A24ABD with #4AA2BD are triadic colors.