COLOR #497883

HEX: #497883
RGB: (73,120,131)

Color info

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

RGB color model

#497883 color RGB value is (73,120,131).

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

RGB channels and saturation

R 73 of 255 = 29%
G 120 of 255 = 47%
B 131 of 255 = 51%

73
120
131

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

Portions of RGB colors in percentages

R + G + B =
73 + 120 + 131 = 324 (100%)
R 73 of 324 ~ 22.53%
G 120 of 324 ~ 37.04%
B 131 of 324 ~ 40.43%

%22.53
%37.04
%40.43

CMYK color model

#497883 color CMYK value is (44,8,0,49).

  • cyan value is 44.27%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(44,8,0,49)
C44M8Y0K49 
(44%,8%,0%,49%)
(0.44/0.08/0.00/0.49)	

CMYK percentages

%44.27
%8.4
%0
%48.63

Codes

Color #497883 in popluar color models

497883
RGB73120131
HSL191°28.43%40.00%
HSB/HSV191°44.27%51.37%
CMYK44.27%8.40%0.00%
48.63%

Color #497883 in popluar number systems.

HEX497883
Decimal73120131
Binary1001001111100010000011
Octal111170203

Shades and tints

Shades of #497883

#497883
(73,120,131)
#436E78
(67,110,120)
#3D646D
(61,100,109)
#375A62
(55,90,98)
#315057
(49,80,87)
#2B464C
(43,70,76)
#253C41
(37,60,65)
#1F3236
(31,50,54)
#19282B
(25,40,43)
#131E20
(19,30,32)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #497883

#497883
(73,120,131)
#59848E
(89,132,142)
#699099
(105,144,153)
#799CA4
(121,156,164)
#89A8AF
(137,168,175)
#99B4BA
(153,180,186)
#A9C0C5
(169,192,197)
#B9CCD0
(185,204,208)
#C9D8DB
(201,216,219)
#D9E4E6
(217,228,230)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497883; }

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

This text font color is #497883.


Background Color

.myBgColor { background-color: #497883; }

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

This div background color is #497883.


Border color

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

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

This div border color is #497883.


Opacity

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

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

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

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

This text has shadow with #497883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497883 on black background.


Color preview on white background

This text has color #497883 on white background.



Black color preview on #497883 background

This text has black color on #497883 background.


White color preview on #497883 background

This text has white color on #497883 background.