COLOR #497987

HEX: #497987
RGB: (73,121,135)

Color info

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

RGB color model

#497987 color RGB value is (73,121,135).

  • red value is 73;
  • green value is 121;
  • blue value is 135.
RGB:
(73,121,135)
(29%,47%,53%)

RGB channels and saturation

R 73 of 255 = 29%
G 121 of 255 = 47%
B 135 of 255 = 53%

73
121
135

R + G + B ~ 43%. #497987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 121 + 135 = 329 (100%)
R 73 of 329 ~ 22.19%
G 121 of 329 ~ 36.78%
B 135 of 329 ~ 41.03%

%22.19
%36.78
%41.03

CMYK color model

#497987 color CMYK value is (46,10,0,47).

  • cyan value is 45.93%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(46,10,0,47)
C46M10Y0K47 
(46%,10%,0%,47%)
(0.46/0.10/0.00/0.47)	

CMYK percentages

%45.93
%10.37
%0
%47.06

Codes

Color #497987 in popluar color models

497987
RGB73121135
HSL194°29.81%40.78%
HSB/HSV194°45.93%52.94%
CMYK45.93%10.37%0.00%
47.06%

Color #497987 in popluar number systems.

HEX497987
Decimal73121135
Binary1001001111100110000111
Octal111171207

Shades and tints

Shades of #497987

#497987
(73,121,135)
#436E7B
(67,110,123)
#3D636F
(61,99,111)
#375863
(55,88,99)
#314D57
(49,77,87)
#2B424B
(43,66,75)
#25373F
(37,55,63)
#1F2C33
(31,44,51)
#192127
(25,33,39)
#13161B
(19,22,27)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #497987

#497987
(73,121,135)
#598591
(89,133,145)
#69919B
(105,145,155)
#799DA5
(121,157,165)
#89A9AF
(137,169,175)
#99B5B9
(153,181,185)
#A9C1C3
(169,193,195)
#B9CDCD
(185,205,205)
#C9D9D7
(201,217,215)
#D9E5E1
(217,229,225)
#E9F1EB
(233,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497987 color. Also use rgb(73,121,135) instead hex code.

Text Font Color

.myTextColor { color: #497987; }

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

This text font color is #497987.


Background Color

.myBgColor { background-color: #497987; }

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

This div background color is #497987.


Border color

.myBorderColor { border: 1px solid #497987; }

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

This div border color is #497987.


Opacity

.myOpacity80 { color: #497987; opacity: 0.8; }

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

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

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

This text has shadow with #497987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497987 on black background.


Color preview on white background

This text has color #497987 on white background.



Black color preview on #497987 background

This text has black color on #497987 background.


White color preview on #497987 background

This text has white color on #497987 background.