COLOR #497887

HEX: #497887
RGB: (73,120,135)

Color info

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

RGB color model

#497887 color RGB value is (73,120,135).

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

RGB channels and saturation

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

73
120
135

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

Portions of RGB colors in percentages

R + G + B =
73 + 120 + 135 = 328 (100%)
R 73 of 328 ~ 22.26%
G 120 of 328 ~ 36.59%
B 135 of 328 ~ 41.16%

%22.26
%36.59
%41.16

CMYK color model

#497887 color CMYK value is (46,11,0,47).

  • cyan value is 45.93%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(46,11,0,47)
C46M11Y0K47 
(46%,11%,0%,47%)
(0.46/0.11/0.00/0.47)	

CMYK percentages

%45.93
%11.11
%0
%47.06

Codes

Color #497887 in popluar color models

497887
RGB73120135
HSL195°29.81%40.78%
HSB/HSV195°45.93%52.94%
CMYK45.93%11.11%0.00%
47.06%

Color #497887 in popluar number systems.

HEX497887
Decimal73120135
Binary1001001111100010000111
Octal111170207

Shades and tints

Shades of #497887

#497887
(73,120,135)
#436E7B
(67,110,123)
#3D646F
(61,100,111)
#375A63
(55,90,99)
#315057
(49,80,87)
#2B464B
(43,70,75)
#253C3F
(37,60,63)
#1F3233
(31,50,51)
#192827
(25,40,39)
#131E1B
(19,30,27)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #497887

#497887
(73,120,135)
#598491
(89,132,145)
#69909B
(105,144,155)
#799CA5
(121,156,165)
#89A8AF
(137,168,175)
#99B4B9
(153,180,185)
#A9C0C3
(169,192,195)
#B9CCCD
(185,204,205)
#C9D8D7
(201,216,215)
#D9E4E1
(217,228,225)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497887; }

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

This text font color is #497887.


Background Color

.myBgColor { background-color: #497887; }

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

This div background color is #497887.


Border color

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

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

This div border color is #497887.


Opacity

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

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

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

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

This text has shadow with #497887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497887 on black background.


Color preview on white background

This text has color #497887 on white background.



Black color preview on #497887 background

This text has black color on #497887 background.


White color preview on #497887 background

This text has white color on #497887 background.