COLOR #497DA2

HEX: #497DA2
RGB: (73,125,162)

Color info

#497DA2 contains mainly green and blue colors. Web safe color of #497DA2 is #336699 (or #369).

RGB color model

#497DA2 color RGB value is (73,125,162).

  • red value is 73;
  • green value is 125;
  • blue value is 162.
RGB:
(73,125,162)
(29%,49%,64%)

RGB channels and saturation

R 73 of 255 = 29%
G 125 of 255 = 49%
B 162 of 255 = 64%

73
125
162

R + G + B ~ 47%. #497DA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 125 + 162 = 360 (100%)
R 73 of 360 ~ 20.28%
G 125 of 360 ~ 34.72%
B 162 of 360 ~ 45%

%20.28
%34.72
%45

CMYK color model

#497DA2 color CMYK value is (55,23,0,36).

  • cyan value is 54.94%
  • magenta value is 22.84%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(55,23,0,36)
C55M23Y0K36 
(55%,23%,0%,36%)
(0.55/0.23/0.00/0.36)	

CMYK percentages

%54.94
%22.84
%0
%36.47

Codes

Color #497DA2 in popluar color models

497DA2
RGB73125162
HSL205°37.87%46.08%
HSB/HSV205°54.94%63.53%
CMYK54.94%22.84%0.00%
36.47%

Color #497DA2 in popluar number systems.

HEX497DA2
Decimal73125162
Binary1001001111110110100010
Octal111175242

Shades and tints

Shades of #497DA2

#497DA2
(73,125,162)
#437294
(67,114,148)
#3D6786
(61,103,134)
#375C78
(55,92,120)
#31516A
(49,81,106)
#2B465C
(43,70,92)
#253B4E
(37,59,78)
#1F3040
(31,48,64)
#192532
(25,37,50)
#131A24
(19,26,36)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #497DA2

#497DA2
(73,125,162)
#5988AA
(89,136,170)
#6993B2
(105,147,178)
#799EBA
(121,158,186)
#89A9C2
(137,169,194)
#99B4CA
(153,180,202)
#A9BFD2
(169,191,210)
#B9CADA
(185,202,218)
#C9D5E2
(201,213,226)
#D9E0EA
(217,224,234)
#E9EBF2
(233,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497DA2 color. Also use rgb(73,125,162) instead hex code.

Text Font Color

.myTextColor { color: #497DA2; }

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

This text font color is #497DA2.


Background Color

.myBgColor { background-color: #497DA2; }

<div style="background-color:#497DA2">Inner text</div>

This div background color is #497DA2.


Border color

.myBorderColor { border: 1px solid #497DA2; }

<div style="border:3px solid #497DA2">Div</div>

This div border color is #497DA2.


Opacity

.myOpacity80 { color: #497DA2; opacity: 0.8; }

<p style="color:#497DA2;opacity:0.8;">80%</p>

Text with #497DA2 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 #497DA2;}

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

This text has shadow with #497DA2 color.

.textShadow {text-shadow: 3px 3px 1px #497DA2, 3px 3px 1px red;}

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

This text has shadow with #497DA2 primary color and red secondary color.


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

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

This text has shadow with #497DA2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497DA2 on black background.


Color preview on white background

This text has color #497DA2 on white background.



Black color preview on #497DA2 background

This text has black color on #497DA2 background.


White color preview on #497DA2 background

This text has white color on #497DA2 background.