COLOR #4AA8E7

HEX: #4AA8E7
RGB: (74,168,231)

Color info

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

RGB color model

#4AA8E7 color RGB value is (74,168,231).

  • red value is 74;
  • green value is 168;
  • blue value is 231.
RGB:
(74,168,231)
(29%,66%,91%)

RGB channels and saturation

R 74 of 255 = 29%
G 168 of 255 = 66%
B 231 of 255 = 91%

74
168
231

R + G + B ~ 62%. #4AA8E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 168 + 231 = 473 (100%)
R 74 of 473 ~ 15.64%
G 168 of 473 ~ 35.52%
B 231 of 473 ~ 48.84%

%15.64
%35.52
%48.84

CMYK color model

#4AA8E7 color CMYK value is (68,27,0,9).

  • cyan value is 67.97%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(68,27,0,9)
C68M27Y0K9 
(68%,27%,0%,9%)
(0.68/0.27/0.00/0.09)	

CMYK percentages

%67.97
%27.27
%0
%9.41

Codes

Color #4AA8E7 in popluar color models

4AA8E7
RGB74168231
HSL204°76.59%59.80%
HSB/HSV204°67.97%90.59%
CMYK67.97%27.27%0.00%
9.41%

Color #4AA8E7 in popluar number systems.

HEX4AA8E7
Decimal74168231
Binary10010101010100011100111
Octal112250347

Shades and tints

Shades of #4AA8E7

#4AA8E7
(74,168,231)
#4499D2
(68,153,210)
#3E8ABD
(62,138,189)
#387BA8
(56,123,168)
#326C93
(50,108,147)
#2C5D7E
(44,93,126)
#264E69
(38,78,105)
#203F54
(32,63,84)
#1A303F
(26,48,63)
#14212A
(20,33,42)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #4AA8E7

#4AA8E7
(74,168,231)
#5AAFE9
(90,175,233)
#6AB6EB
(106,182,235)
#7ABDED
(122,189,237)
#8AC4EF
(138,196,239)
#9ACBF1
(154,203,241)
#AAD2F3
(170,210,243)
#BAD9F5
(186,217,245)
#CAE0F7
(202,224,247)
#DAE7F9
(218,231,249)
#EAEEFB
(234,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA8E7 color. Also use rgb(74,168,231) instead hex code.

Text Font Color

.myTextColor { color: #4AA8E7; }

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

This text font color is #4AA8E7.


Background Color

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

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

This div background color is #4AA8E7.


Border color

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

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

This div border color is #4AA8E7.


Opacity

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

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

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

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

This text has shadow with #4AA8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA8E7 on black background.


Color preview on white background

This text has color #4AA8E7 on white background.



Black color preview on #4AA8E7 background

This text has black color on #4AA8E7 background.


White color preview on #4AA8E7 background

This text has white color on #4AA8E7 background.