COLOR #497FB6

HEX: #497FB6
RGB: (73,127,182)

Color info

#497FB6 contains mainly green and blue colors. Web safe color of #497FB6 is #3366CC (or #36C).

RGB color model

#497FB6 color RGB value is (73,127,182).

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

RGB channels and saturation

R 73 of 255 = 29%
G 127 of 255 = 50%
B 182 of 255 = 71%

73
127
182

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

Portions of RGB colors in percentages

R + G + B =
73 + 127 + 182 = 382 (100%)
R 73 of 382 ~ 19.11%
G 127 of 382 ~ 33.25%
B 182 of 382 ~ 47.64%

%19.11
%33.25
%47.64

CMYK color model

#497FB6 color CMYK value is (60,30,0,29).

  • cyan value is 59.89%
  • magenta value is 30.22%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(60,30,0,29)
C60M30Y0K29 
(60%,30%,0%,29%)
(0.60/0.30/0.00/0.29)	

CMYK percentages

%59.89
%30.22
%0
%28.63

Codes

Color #497FB6 in popluar color models

497FB6
RGB73127182
HSL210°42.75%50.00%
HSB/HSV210°59.89%71.37%
CMYK59.89%30.22%0.00%
28.63%

Color #497FB6 in popluar number systems.

HEX497FB6
Decimal73127182
Binary1001001111111110110110
Octal111177266

Shades and tints

Shades of #497FB6

#497FB6
(73,127,182)
#4374A6
(67,116,166)
#3D6996
(61,105,150)
#375E86
(55,94,134)
#315376
(49,83,118)
#2B4866
(43,72,102)
#253D56
(37,61,86)
#1F3246
(31,50,70)
#192736
(25,39,54)
#131C26
(19,28,38)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #497FB6

#497FB6
(73,127,182)
#598ABC
(89,138,188)
#6995C2
(105,149,194)
#79A0C8
(121,160,200)
#89ABCE
(137,171,206)
#99B6D4
(153,182,212)
#A9C1DA
(169,193,218)
#B9CCE0
(185,204,224)
#C9D7E6
(201,215,230)
#D9E2EC
(217,226,236)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497FB6; }

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

This text font color is #497FB6.


Background Color

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

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

This div background color is #497FB6.


Border color

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

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

This div border color is #497FB6.


Opacity

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

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

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

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

This text has shadow with #497FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497FB6 on black background.


Color preview on white background

This text has color #497FB6 on white background.



Black color preview on #497FB6 background

This text has black color on #497FB6 background.


White color preview on #497FB6 background

This text has white color on #497FB6 background.