COLOR #497B93

HEX: #497B93
RGB: (73,123,147)

Color info

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

RGB color model

#497B93 color RGB value is (73,123,147).

  • red value is 73;
  • green value is 123;
  • blue value is 147.
RGB:
(73,123,147)
(29%,48%,58%)

RGB channels and saturation

R 73 of 255 = 29%
G 123 of 255 = 48%
B 147 of 255 = 58%

73
123
147

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

Portions of RGB colors in percentages

R + G + B =
73 + 123 + 147 = 343 (100%)
R 73 of 343 ~ 21.28%
G 123 of 343 ~ 35.86%
B 147 of 343 ~ 42.86%

%21.28
%35.86
%42.86

CMYK color model

#497B93 color CMYK value is (50,16,0,42).

  • cyan value is 50.34%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(50,16,0,42)
C50M16Y0K42 
(50%,16%,0%,42%)
(0.50/0.16/0.00/0.42)	

CMYK percentages

%50.34
%16.33
%0
%42.35

Codes

Color #497B93 in popluar color models

497B93
RGB73123147
HSL199°33.64%43.14%
HSB/HSV199°50.34%57.65%
CMYK50.34%16.33%0.00%
42.35%

Color #497B93 in popluar number systems.

HEX497B93
Decimal73123147
Binary1001001111101110010011
Octal111173223

Shades and tints

Shades of #497B93

#497B93
(73,123,147)
#437086
(67,112,134)
#3D6579
(61,101,121)
#375A6C
(55,90,108)
#314F5F
(49,79,95)
#2B4452
(43,68,82)
#253945
(37,57,69)
#1F2E38
(31,46,56)
#19232B
(25,35,43)
#13181E
(19,24,30)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #497B93

#497B93
(73,123,147)
#59879C
(89,135,156)
#6993A5
(105,147,165)
#799FAE
(121,159,174)
#89ABB7
(137,171,183)
#99B7C0
(153,183,192)
#A9C3C9
(169,195,201)
#B9CFD2
(185,207,210)
#C9DBDB
(201,219,219)
#D9E7E4
(217,231,228)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497B93 color. Also use rgb(73,123,147) instead hex code.

Text Font Color

.myTextColor { color: #497B93; }

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

This text font color is #497B93.


Background Color

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

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

This div background color is #497B93.


Border color

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

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

This div border color is #497B93.


Opacity

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

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

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

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

This text has shadow with #497B93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B93 on black background.


Color preview on white background

This text has color #497B93 on white background.



Black color preview on #497B93 background

This text has black color on #497B93 background.


White color preview on #497B93 background

This text has white color on #497B93 background.