COLOR #497279

HEX: #497279
RGB: (73,114,121)

Color info

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

RGB color model

#497279 color RGB value is (73,114,121).

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

RGB channels and saturation

R 73 of 255 = 29%
G 114 of 255 = 45%
B 121 of 255 = 47%

73
114
121

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

Portions of RGB colors in percentages

R + G + B =
73 + 114 + 121 = 308 (100%)
R 73 of 308 ~ 23.7%
G 114 of 308 ~ 37.01%
B 121 of 308 ~ 39.29%

%23.7
%37.01
%39.29

CMYK color model

#497279 color CMYK value is (40,6,0,53).

  • cyan value is 39.67%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(40,6,0,53)
C40M6Y0K53 
(40%,6%,0%,53%)
(0.40/0.06/0.00/0.53)	

CMYK percentages

%39.67
%5.79
%0
%52.55

Codes

Color #497279 in popluar color models

497279
RGB73114121
HSL189°24.74%38.04%
HSB/HSV189°39.67%47.45%
CMYK39.67%5.79%0.00%
52.55%

Color #497279 in popluar number systems.

HEX497279
Decimal73114121
Binary100100111100101111001
Octal111162171

Shades and tints

Shades of #497279

#497279
(73,114,121)
#43686E
(67,104,110)
#3D5E63
(61,94,99)
#375458
(55,84,88)
#314A4D
(49,74,77)
#2B4042
(43,64,66)
#253637
(37,54,55)
#1F2C2C
(31,44,44)
#192221
(25,34,33)
#131816
(19,24,22)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #497279

#497279
(73,114,121)
#597E85
(89,126,133)
#698A91
(105,138,145)
#79969D
(121,150,157)
#89A2A9
(137,162,169)
#99AEB5
(153,174,181)
#A9BAC1
(169,186,193)
#B9C6CD
(185,198,205)
#C9D2D9
(201,210,217)
#D9DEE5
(217,222,229)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497279; }

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

This text font color is #497279.


Background Color

.myBgColor { background-color: #497279; }

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

This div background color is #497279.


Border color

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

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

This div border color is #497279.


Opacity

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

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

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

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

This text has shadow with #497279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497279 on black background.


Color preview on white background

This text has color #497279 on white background.



Black color preview on #497279 background

This text has black color on #497279 background.


White color preview on #497279 background

This text has white color on #497279 background.