COLOR #496979

HEX: #496979
RGB: (73,105,121)

Color info

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

RGB color model

#496979 color RGB value is (73,105,121).

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

RGB channels and saturation

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

73
105
121

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

Portions of RGB colors in percentages

R + G + B =
73 + 105 + 121 = 299 (100%)
R 73 of 299 ~ 24.41%
G 105 of 299 ~ 35.12%
B 121 of 299 ~ 40.47%

%24.41
%35.12
%40.47

CMYK color model

#496979 color CMYK value is (40,13,0,53).

  • cyan value is 39.67%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(40,13,0,53)
C40M13Y0K53 
(40%,13%,0%,53%)
(0.40/0.13/0.00/0.53)	

CMYK percentages

%39.67
%13.22
%0
%52.55

Codes

Color #496979 in popluar color models

496979
RGB73105121
HSL200°24.74%38.04%
HSB/HSV200°39.67%47.45%
CMYK39.67%13.22%0.00%
52.55%

Color #496979 in popluar number systems.

HEX496979
Decimal73105121
Binary100100111010011111001
Octal111151171

Shades and tints

Shades of #496979

#496979
(73,105,121)
#43606E
(67,96,110)
#3D5763
(61,87,99)
#374E58
(55,78,88)
#31454D
(49,69,77)
#2B3C42
(43,60,66)
#253337
(37,51,55)
#1F2A2C
(31,42,44)
#192121
(25,33,33)
#131816
(19,24,22)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #496979

#496979
(73,105,121)
#597685
(89,118,133)
#698391
(105,131,145)
#79909D
(121,144,157)
#899DA9
(137,157,169)
#99AAB5
(153,170,181)
#A9B7C1
(169,183,193)
#B9C4CD
(185,196,205)
#C9D1D9
(201,209,217)
#D9DEE5
(217,222,229)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496979; }

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

This text font color is #496979.


Background Color

.myBgColor { background-color: #496979; }

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

This div background color is #496979.


Border color

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

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

This div border color is #496979.


Opacity

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

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

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

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

This text has shadow with #496979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496979 on black background.


Color preview on white background

This text has color #496979 on white background.



Black color preview on #496979 background

This text has black color on #496979 background.


White color preview on #496979 background

This text has white color on #496979 background.