COLOR #497869

HEX: #497869
RGB: (73,120,105)

Color info

#497869 contains red, green and blue colors in about the same proportion. Web safe color of #497869 is #336666 (or #366).

RGB color model

#497869 color RGB value is (73,120,105).

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

RGB channels and saturation

R 73 of 255 = 29%
G 120 of 255 = 47%
B 105 of 255 = 41%

73
120
105

R + G + B ~ 39%. #497869 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 120 + 105 = 298 (100%)
R 73 of 298 ~ 24.5%
G 120 of 298 ~ 40.27%
B 105 of 298 ~ 35.23%

%24.5
%40.27
%35.23

CMYK color model

#497869 color CMYK value is (39,0,13,53).

  • cyan value is 39.17%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 52.94%
CMYK:
(39,0,13,53)
C39M0Y13K53 
(39%,0%,13%,53%)
(0.39/0.00/0.13/0.53)	

CMYK percentages

%39.17
%0
%12.5
%52.94

Codes

Color #497869 in popluar color models

497869
RGB73120105
HSL161°24.35%37.84%
HSB/HSV161°39.17%47.06%
CMYK39.17%0.00%12.50%
52.94%

Color #497869 in popluar number systems.

HEX497869
Decimal73120105
Binary100100111110001101001
Octal111170151

Shades and tints

Shades of #497869

#497869
(73,120,105)
#436E60
(67,110,96)
#3D6457
(61,100,87)
#375A4E
(55,90,78)
#315045
(49,80,69)
#2B463C
(43,70,60)
#253C33
(37,60,51)
#1F322A
(31,50,42)
#192821
(25,40,33)
#131E18
(19,30,24)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #497869

#497869
(73,120,105)
#598476
(89,132,118)
#699083
(105,144,131)
#799C90
(121,156,144)
#89A89D
(137,168,157)
#99B4AA
(153,180,170)
#A9C0B7
(169,192,183)
#B9CCC4
(185,204,196)
#C9D8D1
(201,216,209)
#D9E4DE
(217,228,222)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497869; }

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

This text font color is #497869.


Background Color

.myBgColor { background-color: #497869; }

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

This div background color is #497869.


Border color

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

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

This div border color is #497869.


Opacity

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

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

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

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

This text has shadow with #497869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497869 on black background.


Color preview on white background

This text has color #497869 on white background.



Black color preview on #497869 background

This text has black color on #497869 background.


White color preview on #497869 background

This text has white color on #497869 background.