COLOR #4A9AD6

HEX: #4A9AD6
RGB: (74,154,214)

Color info

#4A9AD6 contains mainly blue color. Web safe color of #4A9AD6 is #3399CC (or #39C).

RGB color model

#4A9AD6 color RGB value is (74,154,214).

  • red value is 74;
  • green value is 154;
  • blue value is 214.
RGB:
(74,154,214)
(29%,60%,84%)

RGB channels and saturation

R 74 of 255 = 29%
G 154 of 255 = 60%
B 214 of 255 = 84%

74
154
214

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

Portions of RGB colors in percentages

R + G + B =
74 + 154 + 214 = 442 (100%)
R 74 of 442 ~ 16.74%
G 154 of 442 ~ 34.84%
B 214 of 442 ~ 48.42%

%16.74
%34.84
%48.42

CMYK color model

#4A9AD6 color CMYK value is (65,28,0,16).

  • cyan value is 65.42%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(65,28,0,16)
C65M28Y0K16 
(65%,28%,0%,16%)
(0.65/0.28/0.00/0.16)	

CMYK percentages

%65.42
%28.04
%0
%16.08

Codes

Color #4A9AD6 in popluar color models

4A9AD6
RGB74154214
HSL206°63.06%56.47%
HSB/HSV206°65.42%83.92%
CMYK65.42%28.04%0.00%
16.08%

Color #4A9AD6 in popluar number systems.

HEX4A9AD6
Decimal74154214
Binary10010101001101011010110
Octal112232326

Shades and tints

Shades of #4A9AD6

#4A9AD6
(74,154,214)
#448CC3
(68,140,195)
#3E7EB0
(62,126,176)
#38709D
(56,112,157)
#32628A
(50,98,138)
#2C5477
(44,84,119)
#264664
(38,70,100)
#203851
(32,56,81)
#1A2A3E
(26,42,62)
#141C2B
(20,28,43)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #4A9AD6

#4A9AD6
(74,154,214)
#5AA3D9
(90,163,217)
#6AACDC
(106,172,220)
#7AB5DF
(122,181,223)
#8ABEE2
(138,190,226)
#9AC7E5
(154,199,229)
#AAD0E8
(170,208,232)
#BAD9EB
(186,217,235)
#CAE2EE
(202,226,238)
#DAEBF1
(218,235,241)
#EAF4F4
(234,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9AD6 color. Also use rgb(74,154,214) instead hex code.

Text Font Color

.myTextColor { color: #4A9AD6; }

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

This text font color is #4A9AD6.


Background Color

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

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

This div background color is #4A9AD6.


Border color

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

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

This div border color is #4A9AD6.


Opacity

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

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

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

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

This text has shadow with #4A9AD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9AD6 on black background.


Color preview on white background

This text has color #4A9AD6 on white background.



Black color preview on #4A9AD6 background

This text has black color on #4A9AD6 background.


White color preview on #4A9AD6 background

This text has white color on #4A9AD6 background.