COLOR #497F8B

HEX: #497F8B
RGB: (73,127,139)

Color info

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

RGB color model

#497F8B color RGB value is (73,127,139).

  • red value is 73;
  • green value is 127;
  • blue value is 139.
RGB:
(73,127,139)
(29%,50%,55%)

RGB channels and saturation

R 73 of 255 = 29%
G 127 of 255 = 50%
B 139 of 255 = 55%

73
127
139

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

Portions of RGB colors in percentages

R + G + B =
73 + 127 + 139 = 339 (100%)
R 73 of 339 ~ 21.53%
G 127 of 339 ~ 37.46%
B 139 of 339 ~ 41%

%21.53
%37.46
%41

CMYK color model

#497F8B color CMYK value is (47,9,0,45).

  • cyan value is 47.48%
  • magenta value is 8.63%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(47,9,0,45)
C47M9Y0K45 
(47%,9%,0%,45%)
(0.47/0.09/0.00/0.45)	

CMYK percentages

%47.48
%8.63
%0
%45.49

Codes

Color #497F8B in popluar color models

497F8B
RGB73127139
HSL191°31.13%41.57%
HSB/HSV191°47.48%54.51%
CMYK47.48%8.63%0.00%
45.49%

Color #497F8B in popluar number systems.

HEX497F8B
Decimal73127139
Binary1001001111111110001011
Octal111177213

Shades and tints

Shades of #497F8B

#497F8B
(73,127,139)
#43747F
(67,116,127)
#3D6973
(61,105,115)
#375E67
(55,94,103)
#31535B
(49,83,91)
#2B484F
(43,72,79)
#253D43
(37,61,67)
#1F3237
(31,50,55)
#19272B
(25,39,43)
#131C1F
(19,28,31)
#0D1113
(13,17,19)
#000000
(0,0,0)

Tints of #497F8B

#497F8B
(73,127,139)
#598A95
(89,138,149)
#69959F
(105,149,159)
#79A0A9
(121,160,169)
#89ABB3
(137,171,179)
#99B6BD
(153,182,189)
#A9C1C7
(169,193,199)
#B9CCD1
(185,204,209)
#C9D7DB
(201,215,219)
#D9E2E5
(217,226,229)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497F8B color. Also use rgb(73,127,139) instead hex code.

Text Font Color

.myTextColor { color: #497F8B; }

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

This text font color is #497F8B.


Background Color

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

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

This div background color is #497F8B.


Border color

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

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

This div border color is #497F8B.


Opacity

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

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

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

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

This text has shadow with #497F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497F8B on black background.


Color preview on white background

This text has color #497F8B on white background.



Black color preview on #497F8B background

This text has black color on #497F8B background.


White color preview on #497F8B background

This text has white color on #497F8B background.