COLOR #497D94

HEX: #497D94
RGB: (73,125,148)

Color info

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

RGB color model

#497D94 color RGB value is (73,125,148).

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

RGB channels and saturation

R 73 of 255 = 29%
G 125 of 255 = 49%
B 148 of 255 = 58%

73
125
148

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

Portions of RGB colors in percentages

R + G + B =
73 + 125 + 148 = 346 (100%)
R 73 of 346 ~ 21.1%
G 125 of 346 ~ 36.13%
B 148 of 346 ~ 42.77%

%21.1
%36.13
%42.77

CMYK color model

#497D94 color CMYK value is (51,16,0,42).

  • cyan value is 50.68%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(51,16,0,42)
C51M16Y0K42 
(51%,16%,0%,42%)
(0.51/0.16/0.00/0.42)	

CMYK percentages

%50.68
%15.54
%0
%41.96

Codes

Color #497D94 in popluar color models

497D94
RGB73125148
HSL198°33.94%43.33%
HSB/HSV198°50.68%58.04%
CMYK50.68%15.54%0.00%
41.96%

Color #497D94 in popluar number systems.

HEX497D94
Decimal73125148
Binary1001001111110110010100
Octal111175224

Shades and tints

Shades of #497D94

#497D94
(73,125,148)
#437287
(67,114,135)
#3D677A
(61,103,122)
#375C6D
(55,92,109)
#315160
(49,81,96)
#2B4653
(43,70,83)
#253B46
(37,59,70)
#1F3039
(31,48,57)
#19252C
(25,37,44)
#131A1F
(19,26,31)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #497D94

#497D94
(73,125,148)
#59889D
(89,136,157)
#6993A6
(105,147,166)
#799EAF
(121,158,175)
#89A9B8
(137,169,184)
#99B4C1
(153,180,193)
#A9BFCA
(169,191,202)
#B9CAD3
(185,202,211)
#C9D5DC
(201,213,220)
#D9E0E5
(217,224,229)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497D94; }

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

This text font color is #497D94.


Background Color

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

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

This div background color is #497D94.


Border color

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

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

This div border color is #497D94.


Opacity

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

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

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

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

This text has shadow with #497D94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D94 on black background.


Color preview on white background

This text has color #497D94 on white background.



Black color preview on #497D94 background

This text has black color on #497D94 background.


White color preview on #497D94 background

This text has white color on #497D94 background.