COLOR #497E9C

HEX: #497E9C
RGB: (73,126,156)

Color info

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

RGB color model

#497E9C color RGB value is (73,126,156).

  • red value is 73;
  • green value is 126;
  • blue value is 156.
RGB:
(73,126,156)
(29%,49%,61%)

RGB channels and saturation

R 73 of 255 = 29%
G 126 of 255 = 49%
B 156 of 255 = 61%

73
126
156

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

Portions of RGB colors in percentages

R + G + B =
73 + 126 + 156 = 355 (100%)
R 73 of 355 ~ 20.56%
G 126 of 355 ~ 35.49%
B 156 of 355 ~ 43.94%

%20.56
%35.49
%43.94

CMYK color model

#497E9C color CMYK value is (53,19,0,39).

  • cyan value is 53.21%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(53,19,0,39)
C53M19Y0K39 
(53%,19%,0%,39%)
(0.53/0.19/0.00/0.39)	

CMYK percentages

%53.21
%19.23
%0
%38.82

Codes

Color #497E9C in popluar color models

497E9C
RGB73126156
HSL202°36.24%44.90%
HSB/HSV202°53.21%61.18%
CMYK53.21%19.23%0.00%
38.82%

Color #497E9C in popluar number systems.

HEX497E9C
Decimal73126156
Binary1001001111111010011100
Octal111176234

Shades and tints

Shades of #497E9C

#497E9C
(73,126,156)
#43738E
(67,115,142)
#3D6880
(61,104,128)
#375D72
(55,93,114)
#315264
(49,82,100)
#2B4756
(43,71,86)
#253C48
(37,60,72)
#1F313A
(31,49,58)
#19262C
(25,38,44)
#131B1E
(19,27,30)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #497E9C

#497E9C
(73,126,156)
#5989A5
(89,137,165)
#6994AE
(105,148,174)
#799FB7
(121,159,183)
#89AAC0
(137,170,192)
#99B5C9
(153,181,201)
#A9C0D2
(169,192,210)
#B9CBDB
(185,203,219)
#C9D6E4
(201,214,228)
#D9E1ED
(217,225,237)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497E9C color. Also use rgb(73,126,156) instead hex code.

Text Font Color

.myTextColor { color: #497E9C; }

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

This text font color is #497E9C.


Background Color

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

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

This div background color is #497E9C.


Border color

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

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

This div border color is #497E9C.


Opacity

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

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

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

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

This text has shadow with #497E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497E9C on black background.


Color preview on white background

This text has color #497E9C on white background.



Black color preview on #497E9C background

This text has black color on #497E9C background.


White color preview on #497E9C background

This text has white color on #497E9C background.