COLOR #497999

HEX: #497999
RGB: (73,121,153)

Color info

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

RGB color model

#497999 color RGB value is (73,121,153).

  • red value is 73;
  • green value is 121;
  • blue value is 153.
RGB:
(73,121,153)
(29%,47%,60%)

RGB channels and saturation

R 73 of 255 = 29%
G 121 of 255 = 47%
B 153 of 255 = 60%

73
121
153

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

Portions of RGB colors in percentages

R + G + B =
73 + 121 + 153 = 347 (100%)
R 73 of 347 ~ 21.04%
G 121 of 347 ~ 34.87%
B 153 of 347 ~ 44.09%

%21.04
%34.87
%44.09

CMYK color model

#497999 color CMYK value is (52,21,0,40).

  • cyan value is 52.29%
  • magenta value is 20.92%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(52,21,0,40)
C52M21Y0K40 
(52%,21%,0%,40%)
(0.52/0.21/0.00/0.40)	

CMYK percentages

%52.29
%20.92
%0
%40

Codes

Color #497999 in popluar color models

497999
RGB73121153
HSL204°35.40%44.31%
HSB/HSV204°52.29%60.00%
CMYK52.29%20.92%0.00%
40.00%

Color #497999 in popluar number systems.

HEX497999
Decimal73121153
Binary1001001111100110011001
Octal111171231

Shades and tints

Shades of #497999

#497999
(73,121,153)
#436E8C
(67,110,140)
#3D637F
(61,99,127)
#375872
(55,88,114)
#314D65
(49,77,101)
#2B4258
(43,66,88)
#25374B
(37,55,75)
#1F2C3E
(31,44,62)
#192131
(25,33,49)
#131624
(19,22,36)
#0D0B17
(13,11,23)
#000000
(0,0,0)

Tints of #497999

#497999
(73,121,153)
#5985A2
(89,133,162)
#6991AB
(105,145,171)
#799DB4
(121,157,180)
#89A9BD
(137,169,189)
#99B5C6
(153,181,198)
#A9C1CF
(169,193,207)
#B9CDD8
(185,205,216)
#C9D9E1
(201,217,225)
#D9E5EA
(217,229,234)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497999 color. Also use rgb(73,121,153) instead hex code.

Text Font Color

.myTextColor { color: #497999; }

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

This text font color is #497999.


Background Color

.myBgColor { background-color: #497999; }

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

This div background color is #497999.


Border color

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

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

This div border color is #497999.


Opacity

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

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

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

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

This text has shadow with #497999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497999 on black background.


Color preview on white background

This text has color #497999 on white background.



Black color preview on #497999 background

This text has black color on #497999 background.


White color preview on #497999 background

This text has white color on #497999 background.