COLOR #4AA9EC

HEX: #4AA9EC RGB: (74,169,236)

Color info

#4AA9EC contains mainly blue color. Web safe color of #4AA9EC is #3399FF (or #39F).

RGB color model

#4AA9EC color RGB value is (74,169,236).

RGB: (74,169,236) (29%, 66%, 93%)

RGB channels and saturation

R 74 of 255 = 29%
G 169 of 255 = 66%
B 236 of 255 = 93%

74
169
236

R + G + B ~ 63%. #4AA9EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 74 + 169 + 236 = 479 (100%)
R 74 of 479 ~ 15.45%
G 169 of 479 ~ 35.28%
B 236 of 479 ~ 49.27'%

%15.45
%35.28
%49.27

CMYK color model

#4AA9EC color CMYK value is (69,28,0,7).

  • cyan value is 68.64%
  • magenta value is 28.39%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (69,28,0,7) C69M28Y0K7 (69%,28%,0%,7%) (0.69/0.28/0.00/0.07) 

CMYK percentages

%68.64
%28.39
%0
%7.45

Codes

Color #4AA9EC in popluar color models

4A A9 EC
RGB 74 169 236
HSL 205° 81.00% 60.78%
HSB/HSV 205° 68.64% 92.55%
CMYK 68.64% 28.39% 0.00%
7.45%

Color #4AA9EC in popluar number systems.

HEX 4A A9 EC
Decimal 74 169 236
Binary 1001010 10101001 11101100
Octal 112 251 354

Shades and tints

Shades of #4AA9EC

#4AA9EC
(74,169,236)
#449AD7
(68,154,215)
#3E8BC2
(62,139,194)
#387CAD
(56,124,173)
#326D98
(50,109,152)
#2C5E83
(44,94,131)
#264F6E
(38,79,110)
#204059
(32,64,89)
#1A3144
(26,49,68)
#14222F
(20,34,47)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #4AA9EC

#4AA9EC
(74,169,236)
#5AB0ED
(90,176,237)
#6AB7EE
(106,183,238)
#7ABEEF
(122,190,239)
#8AC5F0
(138,197,240)
#9ACCF1
(154,204,241)
#AAD3F2
(170,211,242)
#BADAF3
(186,218,243)
#CAE1F4
(202,225,244)
#DAE8F5
(218,232,245)
#EAEFF6
(234,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA9EC color. Also use rgb(74,169,236) instead hex code.

Text Font Color

.myTextColor { color: #4AA9EC; }

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

This text font color is #4AA9EC.

Background Color

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

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

This div background color is #4AA9EC.

Border color

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

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

This div border color is #4AA9EC.

Opacity

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

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

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

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

This text has shadow with #4AA9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA9EC.

Preview

Color preview on black background

This text has color #4AA9EC on black background.


Color preview on white background

This text has color #4AA9EC on white background.


Black color preview on #4AA9EC background

This text has black color on #4AA9EC background.


White color preview on #4AA9EC background

This text has white color on #4AA9EC background.


Related colors

Complementary color

Complementary color for #hex is #B55613.


I love getcolorcode.com

Triadic colors

1 #EC4AA9 and #A9EC4A with #4AA9EC are triadic colors.

2 #ECA94A and #A94AEC with #4AA9EC are triadic colors.