COLOR #497D9D

HEX: #497D9D
RGB: (73,125,157)

Color info

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

RGB color model

#497D9D color RGB value is (73,125,157).

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

RGB channels and saturation

R 73 of 255 = 29%
G 125 of 255 = 49%
B 157 of 255 = 62%

73
125
157

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

Portions of RGB colors in percentages

R + G + B =
73 + 125 + 157 = 355 (100%)
R 73 of 355 ~ 20.56%
G 125 of 355 ~ 35.21%
B 157 of 355 ~ 44.23%

%20.56
%35.21
%44.23

CMYK color model

#497D9D color CMYK value is (54,20,0,38).

  • cyan value is 53.50%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(54,20,0,38)
C54M20Y0K38 
(54%,20%,0%,38%)
(0.54/0.20/0.00/0.38)	

CMYK percentages

%53.5
%20.38
%0
%38.43

Codes

Color #497D9D in popluar color models

497D9D
RGB73125157
HSL203°36.52%45.10%
HSB/HSV203°53.50%61.57%
CMYK53.50%20.38%0.00%
38.43%

Color #497D9D in popluar number systems.

HEX497D9D
Decimal73125157
Binary1001001111110110011101
Octal111175235

Shades and tints

Shades of #497D9D

#497D9D
(73,125,157)
#43728F
(67,114,143)
#3D6781
(61,103,129)
#375C73
(55,92,115)
#315165
(49,81,101)
#2B4657
(43,70,87)
#253B49
(37,59,73)
#1F303B
(31,48,59)
#19252D
(25,37,45)
#131A1F
(19,26,31)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #497D9D

#497D9D
(73,125,157)
#5988A5
(89,136,165)
#6993AD
(105,147,173)
#799EB5
(121,158,181)
#89A9BD
(137,169,189)
#99B4C5
(153,180,197)
#A9BFCD
(169,191,205)
#B9CAD5
(185,202,213)
#C9D5DD
(201,213,221)
#D9E0E5
(217,224,229)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497D9D; }

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

This text font color is #497D9D.


Background Color

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

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

This div background color is #497D9D.


Border color

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

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

This div border color is #497D9D.


Opacity

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

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

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

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

This text has shadow with #497D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D9D on black background.


Color preview on white background

This text has color #497D9D on white background.



Black color preview on #497D9D background

This text has black color on #497D9D background.


White color preview on #497D9D background

This text has white color on #497D9D background.