COLOR #4A90A7

HEX: #4A90A7
RGB: (74,144,167)

Color info

#4A90A7 contains mainly green and blue colors. Web safe color of #4A90A7 is #339999 (or #399).

RGB color model

#4A90A7 color RGB value is (74,144,167).

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

RGB channels and saturation

R 74 of 255 = 29%
G 144 of 255 = 56%
B 167 of 255 = 65%

74
144
167

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

Portions of RGB colors in percentages

R + G + B =
74 + 144 + 167 = 385 (100%)
R 74 of 385 ~ 19.22%
G 144 of 385 ~ 37.4%
B 167 of 385 ~ 43.38%

%19.22
%37.4
%43.38

CMYK color model

#4A90A7 color CMYK value is (56,14,0,35).

  • cyan value is 55.69%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(56,14,0,35)
C56M14Y0K35 
(56%,14%,0%,35%)
(0.56/0.14/0.00/0.35)	

CMYK percentages

%55.69
%13.77
%0
%34.51

Codes

Color #4A90A7 in popluar color models

4A90A7
RGB74144167
HSL195°38.59%47.25%
HSB/HSV195°55.69%65.49%
CMYK55.69%13.77%0.00%
34.51%

Color #4A90A7 in popluar number systems.

HEX4A90A7
Decimal74144167
Binary10010101001000010100111
Octal112220247

Shades and tints

Shades of #4A90A7

#4A90A7
(74,144,167)
#448398
(68,131,152)
#3E7689
(62,118,137)
#38697A
(56,105,122)
#325C6B
(50,92,107)
#2C4F5C
(44,79,92)
#26424D
(38,66,77)
#20353E
(32,53,62)
#1A282F
(26,40,47)
#141B20
(20,27,32)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #4A90A7

#4A90A7
(74,144,167)
#5A9AAF
(90,154,175)
#6AA4B7
(106,164,183)
#7AAEBF
(122,174,191)
#8AB8C7
(138,184,199)
#9AC2CF
(154,194,207)
#AACCD7
(170,204,215)
#BAD6DF
(186,214,223)
#CAE0E7
(202,224,231)
#DAEAEF
(218,234,239)
#EAF4F7
(234,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A90A7; }

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

This text font color is #4A90A7.


Background Color

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

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

This div background color is #4A90A7.


Border color

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

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

This div border color is #4A90A7.


Opacity

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

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

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

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

This text has shadow with #4A90A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A90A7 on black background.


Color preview on white background

This text has color #4A90A7 on white background.



Black color preview on #4A90A7 background

This text has black color on #4A90A7 background.


White color preview on #4A90A7 background

This text has white color on #4A90A7 background.