COLOR #4AAAC6

HEX: #4AAAC6 RGB: (74,170,198)

Color info

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

RGB color model

#4AAAC6 color RGB value is (74,170,198).

RGB: (74,170,198) (29%, 67%, 78%)

RGB channels and saturation

R 74 of 255 = 29%
G 170 of 255 = 67%
B 198 of 255 = 78%

74
170
198

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

Portions of RGB colors in percentages

R + G + B = 74 + 170 + 198 = 442 (100%)
R 74 of 442 ~ 16.74%
G 170 of 442 ~ 38.46%
B 198 of 442 ~ 44.8'%

%16.74
%38.46
%44.8

CMYK color model

#4AAAC6 color CMYK value is (63,14,0,22).

  • cyan value is 62.63%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (63,14,0,22)
C63M14Y0K22 (63%, 14%, 0%, 22%)
(0.63 / 0.14 / 0.00 / 0.22)

CMYK percentages

%62.63
%14.14
%0
%22.35

Codes

Color #4AAAC6 in popluar color models

4A AA C6
RGB 74 170 198
HSL 194° 52.10% 53.33%
HSB/HSV 194° 62.63% 77.65%
CMYK 62.63% 14.14% 0.00%
22.35%

Color #4AAAC6 in popluar number systems.

HEX 4A AA C6
Decimal 74 170 198
Binary 1001010 10101010 11000110
Octal 112 252 306

Shades and tints

Shades of #4AAAC6

#4AAAC6
(74,170,198)
#449BB4
(68,155,180)
#3E8CA2
(62,140,162)
#387D90
(56,125,144)
#326E7E
(50,110,126)
#2C5F6C
(44,95,108)
#26505A
(38,80,90)
#204148
(32,65,72)
#1A3236
(26,50,54)
#142324
(20,35,36)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #4AAAC6

#4AAAC6
(74,170,198)
#5AB1CB
(90,177,203)
#6AB8D0
(106,184,208)
#7ABFD5
(122,191,213)
#8AC6DA
(138,198,218)
#9ACDDF
(154,205,223)
#AAD4E4
(170,212,228)
#BADBE9
(186,219,233)
#CAE2EE
(202,226,238)
#DAE9F3
(218,233,243)
#EAF0F8
(234,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AAAC6 color. Also use rgb(74,170,198) instead hex code.

Text Font Color

.myTextColor { color: #4AAAC6; }

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

This text font color is #4AAAC6.

Background Color

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

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

This div background color is #4AAAC6.

Border color

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

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

This div border color is #4AAAC6.

Opacity

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

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

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

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

This text has shadow with #4AAAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AAAC6.

Preview

Color preview on black background

This text has color #4AAAC6 on black background.


Color preview on white background

This text has color #4AAAC6 on white background.


Black color preview on #4AAAC6 background

This text has black color on #4AAAC6 background.


White color preview on #4AAAC6 background

This text has white color on #4AAAC6 background.


Related colors

Complementary color

Complementary color for #hex is #B55539.


I love getcolorcode.com

Triadic colors

1 #C64AAA and #AAC64A with #4AAAC6 are triadic colors.

2 #C6AA4A and #AA4AC6 with #4AAAC6 are triadic colors.