COLOR #4A97D2

HEX: #4A97D2
RGB: (74,151,210)

Color info

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

RGB color model

#4A97D2 color RGB value is (74,151,210).

  • red value is 74;
  • green value is 151;
  • blue value is 210.
RGB:
(74,151,210)
(29%,59%,82%)

RGB channels and saturation

R 74 of 255 = 29%
G 151 of 255 = 59%
B 210 of 255 = 82%

74
151
210

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

Portions of RGB colors in percentages

R + G + B =
74 + 151 + 210 = 435 (100%)
R 74 of 435 ~ 17.01%
G 151 of 435 ~ 34.71%
B 210 of 435 ~ 48.28%

%17.01
%34.71
%48.28

CMYK color model

#4A97D2 color CMYK value is (65,28,0,18).

  • cyan value is 64.76%
  • magenta value is 28.10%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(65,28,0,18)
C65M28Y0K18 
(65%,28%,0%,18%)
(0.65/0.28/0.00/0.18)	

CMYK percentages

%64.76
%28.1
%0
%17.65

Codes

Color #4A97D2 in popluar color models

4A97D2
RGB74151210
HSL206°60.18%55.69%
HSB/HSV206°64.76%82.35%
CMYK64.76%28.10%0.00%
17.65%

Color #4A97D2 in popluar number systems.

HEX4A97D2
Decimal74151210
Binary10010101001011111010010
Octal112227322

Shades and tints

Shades of #4A97D2

#4A97D2
(74,151,210)
#448ABF
(68,138,191)
#3E7DAC
(62,125,172)
#387099
(56,112,153)
#326386
(50,99,134)
#2C5673
(44,86,115)
#264960
(38,73,96)
#203C4D
(32,60,77)
#1A2F3A
(26,47,58)
#142227
(20,34,39)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #4A97D2

#4A97D2
(74,151,210)
#5AA0D6
(90,160,214)
#6AA9DA
(106,169,218)
#7AB2DE
(122,178,222)
#8ABBE2
(138,187,226)
#9AC4E6
(154,196,230)
#AACDEA
(170,205,234)
#BAD6EE
(186,214,238)
#CADFF2
(202,223,242)
#DAE8F6
(218,232,246)
#EAF1FA
(234,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A97D2 color. Also use rgb(74,151,210) instead hex code.

Text Font Color

.myTextColor { color: #4A97D2; }

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

This text font color is #4A97D2.


Background Color

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

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

This div background color is #4A97D2.


Border color

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

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

This div border color is #4A97D2.


Opacity

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

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

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

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

This text has shadow with #4A97D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A97D2 on black background.


Color preview on white background

This text has color #4A97D2 on white background.



Black color preview on #4A97D2 background

This text has black color on #4A97D2 background.


White color preview on #4A97D2 background

This text has white color on #4A97D2 background.