COLOR #4A90D7

HEX: #4A90D7 RGB: (74,144,215)

Color info

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

RGB color model

#4A90D7 color RGB value is (74,144,215).

RGB: (74,144,215) (29%, 56%, 84%)

RGB channels and saturation

R 74 of 255 = 29%
G 144 of 255 = 56%
B 215 of 255 = 84%

74
144
215

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

Portions of RGB colors in percentages

R + G + B = 74 + 144 + 215 = 433 (100%)
R 74 of 433 ~ 17.09%
G 144 of 433 ~ 33.26%
B 215 of 433 ~ 49.65'%

%17.09
%33.26
%49.65

CMYK color model

#4A90D7 color CMYK value is (66,33,0,16).

  • cyan value is 65.58%
  • magenta value is 33.02%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (66,33,0,16)
C66M33Y0K16 (66%, 33%, 0%, 16%)
(0.66 / 0.33 / 0.00 / 0.16)

CMYK percentages

%65.58
%33.02
%0
%15.69

Codes

Color #4A90D7 in popluar color models

4A 90 D7
RGB 74 144 215
HSL 210° 63.80% 56.67%
HSB/HSV 210° 65.58% 84.31%
CMYK 65.58% 33.02% 0.00%
15.69%

Color #4A90D7 in popluar number systems.

HEX 4A 90 D7
Decimal 74 144 215
Binary 1001010 10010000 11010111
Octal 112 220 327

Shades and tints

Shades of #4A90D7

#4A90D7
(74,144,215)
#4483C4
(68,131,196)
#3E76B1
(62,118,177)
#38699E
(56,105,158)
#325C8B
(50,92,139)
#2C4F78
(44,79,120)
#264265
(38,66,101)
#203552
(32,53,82)
#1A283F
(26,40,63)
#141B2C
(20,27,44)
#0E0E19
(14,14,25)
#000000
(0,0,0)

Tints of #4A90D7

#4A90D7
(74,144,215)
#5A9ADA
(90,154,218)
#6AA4DD
(106,164,221)
#7AAEE0
(122,174,224)
#8AB8E3
(138,184,227)
#9AC2E6
(154,194,230)
#AACCE9
(170,204,233)
#BAD6EC
(186,214,236)
#CAE0EF
(202,224,239)
#DAEAF2
(218,234,242)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A90D7 color. Also use rgb(74,144,215) instead hex code.

Text Font Color

.myTextColor { color: #4A90D7; }

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

This text font color is #4A90D7.

Background Color

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

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

This div background color is #4A90D7.

Border color

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

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

This div border color is #4A90D7.

Opacity

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

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

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

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

This text has shadow with #4A90D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A90D7.

Preview

Color preview on black background

This text has color #4A90D7 on black background.


Color preview on white background

This text has color #4A90D7 on white background.


Black color preview on #4A90D7 background

This text has black color on #4A90D7 background.


White color preview on #4A90D7 background

This text has white color on #4A90D7 background.


Related colors

Complementary color

Complementary color for #hex is #B56F28.


I love getcolorcode.com

Triadic colors

1 #D74A90 and #90D74A with #4A90D7 are triadic colors.

2 #D7904A and #904AD7 with #4A90D7 are triadic colors.