COLOR #497B82

HEX: #497B82 RGB: (73,123,130)

Color info

#497B82 contains red, green and blue colors in about the same proportion. Web safe color of #497B82 is #336699 (or #369).

RGB color model

#497B82 color RGB value is (73,123,130).

RGB: (73,123,130) (29%, 48%, 51%)

RGB channels and saturation

R 73 of 255 = 29%
G 123 of 255 = 48%
B 130 of 255 = 51%

73
123
130

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

Portions of RGB colors in percentages

R + G + B = 73 + 123 + 130 = 326 (100%)
R 73 of 326 ~ 22.39%
G 123 of 326 ~ 37.73%
B 130 of 326 ~ 39.88'%

%22.39
%37.73
%39.88

CMYK color model

#497B82 color CMYK value is (44,5,0,49).

  • cyan value is 43.85%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (44,5,0,49)
C44M5Y0K49 (44%, 5%, 0%, 49%)
(0.44 / 0.05 / 0.00 / 0.49)

CMYK percentages

%43.85
%5.38
%0
%49.02

Codes

Color #497B82 in popluar color models

49 7B 82
RGB 73 123 130
HSL 187° 28.08% 39.80%
HSB/HSV 187° 43.85% 50.98%
CMYK 43.85% 5.38% 0.00%
49.02%

Color #497B82 in popluar number systems.

HEX 49 7B 82
Decimal 73 123 130
Binary 1001001 1111011 10000010
Octal 111 173 202

Shades and tints

Shades of #497B82

#497B82
(73,123,130)
#437077
(67,112,119)
#3D656C
(61,101,108)
#375A61
(55,90,97)
#314F56
(49,79,86)
#2B444B
(43,68,75)
#253940
(37,57,64)
#1F2E35
(31,46,53)
#19232A
(25,35,42)
#13181F
(19,24,31)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #497B82

#497B82
(73,123,130)
#59878D
(89,135,141)
#699398
(105,147,152)
#799FA3
(121,159,163)
#89ABAE
(137,171,174)
#99B7B9
(153,183,185)
#A9C3C4
(169,195,196)
#B9CFCF
(185,207,207)
#C9DBDA
(201,219,218)
#D9E7E5
(217,231,229)
#E9F3F0
(233,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497B82 color. Also use rgb(73,123,130) instead hex code.

Text Font Color

.myTextColor { color: #497B82; }

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

This text font color is #497B82.

Background Color

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

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

This div background color is #497B82.

Border color

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

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

This div border color is #497B82.

Opacity

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

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

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

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

This text has shadow with #497B82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #497B82.

Preview

Color preview on black background

This text has color #497B82 on black background.


Color preview on white background

This text has color #497B82 on white background.


Black color preview on #497B82 background

This text has black color on #497B82 background.


White color preview on #497B82 background

This text has white color on #497B82 background.


Related colors

Complementary color

Complementary color for #hex is #B6847D.


I love getcolorcode.com

Triadic colors

1 #82497B and #7B8249 with #497B82 are triadic colors.

2 #827B49 and #7B4982 with #497B82 are triadic colors.