COLOR #4A90B9

HEX: #4A90B9
RGB: (74,144,185)

Color info

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

RGB color model

#4A90B9 color RGB value is (74,144,185).

  • red value is 74;
  • green value is 144;
  • blue value is 185.
RGB:
(74,144,185)
(29%,56%,73%)

RGB channels and saturation

R 74 of 255 = 29%
G 144 of 255 = 56%
B 185 of 255 = 73%

74
144
185

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

Portions of RGB colors in percentages

R + G + B =
74 + 144 + 185 = 403 (100%)
R 74 of 403 ~ 18.36%
G 144 of 403 ~ 35.73%
B 185 of 403 ~ 45.91%

%18.36
%35.73
%45.91

CMYK color model

#4A90B9 color CMYK value is (60,22,0,27).

  • cyan value is 60.00%
  • magenta value is 22.16%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(60,22,0,27)
C60M22Y0K27 
(60%,22%,0%,27%)
(0.60/0.22/0.00/0.27)	

CMYK percentages

%60
%22.16
%0
%27.45

Codes

Color #4A90B9 in popluar color models

4A90B9
RGB74144185
HSL202°44.22%50.78%
HSB/HSV202°60.00%72.55%
CMYK60.00%22.16%0.00%
27.45%

Color #4A90B9 in popluar number systems.

HEX4A90B9
Decimal74144185
Binary10010101001000010111001
Octal112220271

Shades and tints

Shades of #4A90B9

#4A90B9
(74,144,185)
#4483A9
(68,131,169)
#3E7699
(62,118,153)
#386989
(56,105,137)
#325C79
(50,92,121)
#2C4F69
(44,79,105)
#264259
(38,66,89)
#203549
(32,53,73)
#1A2839
(26,40,57)
#141B29
(20,27,41)
#0E0E19
(14,14,25)
#000000
(0,0,0)

Tints of #4A90B9

#4A90B9
(74,144,185)
#5A9ABF
(90,154,191)
#6AA4C5
(106,164,197)
#7AAECB
(122,174,203)
#8AB8D1
(138,184,209)
#9AC2D7
(154,194,215)
#AACCDD
(170,204,221)
#BAD6E3
(186,214,227)
#CAE0E9
(202,224,233)
#DAEAEF
(218,234,239)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A90B9; }

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

This text font color is #4A90B9.


Background Color

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

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

This div background color is #4A90B9.


Border color

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

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

This div border color is #4A90B9.


Opacity

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

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

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

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

This text has shadow with #4A90B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A90B9 on black background.


Color preview on white background

This text has color #4A90B9 on white background.



Black color preview on #4A90B9 background

This text has black color on #4A90B9 background.


White color preview on #4A90B9 background

This text has white color on #4A90B9 background.