COLOR #497B9B

HEX: #497B9B
RGB: (73,123,155)

Color info

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

RGB color model

#497B9B color RGB value is (73,123,155).

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

RGB channels and saturation

R 73 of 255 = 29%
G 123 of 255 = 48%
B 155 of 255 = 61%

73
123
155

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

Portions of RGB colors in percentages

R + G + B =
73 + 123 + 155 = 351 (100%)
R 73 of 351 ~ 20.8%
G 123 of 351 ~ 35.04%
B 155 of 351 ~ 44.16%

%20.8
%35.04
%44.16

CMYK color model

#497B9B color CMYK value is (53,21,0,39).

  • cyan value is 52.90%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(53,21,0,39)
C53M21Y0K39 
(53%,21%,0%,39%)
(0.53/0.21/0.00/0.39)	

CMYK percentages

%52.9
%20.65
%0
%39.22

Codes

Color #497B9B in popluar color models

497B9B
RGB73123155
HSL203°35.96%44.71%
HSB/HSV203°52.90%60.78%
CMYK52.90%20.65%0.00%
39.22%

Color #497B9B in popluar number systems.

HEX497B9B
Decimal73123155
Binary1001001111101110011011
Octal111173233

Shades and tints

Shades of #497B9B

#497B9B
(73,123,155)
#43708D
(67,112,141)
#3D657F
(61,101,127)
#375A71
(55,90,113)
#314F63
(49,79,99)
#2B4455
(43,68,85)
#253947
(37,57,71)
#1F2E39
(31,46,57)
#19232B
(25,35,43)
#13181D
(19,24,29)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #497B9B

#497B9B
(73,123,155)
#5987A4
(89,135,164)
#6993AD
(105,147,173)
#799FB6
(121,159,182)
#89ABBF
(137,171,191)
#99B7C8
(153,183,200)
#A9C3D1
(169,195,209)
#B9CFDA
(185,207,218)
#C9DBE3
(201,219,227)
#D9E7EC
(217,231,236)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497B9B; }

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

This text font color is #497B9B.


Background Color

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

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

This div background color is #497B9B.


Border color

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

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

This div border color is #497B9B.


Opacity

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

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

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

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

This text has shadow with #497B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497B9B on black background.


Color preview on white background

This text has color #497B9B on white background.



Black color preview on #497B9B background

This text has black color on #497B9B background.


White color preview on #497B9B background

This text has white color on #497B9B background.