COLOR #496679

HEX: #496679
RGB: (73,102,121)

Color info

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

RGB color model

#496679 color RGB value is (73,102,121).

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

RGB channels and saturation

R 73 of 255 = 29%
G 102 of 255 = 40%
B 121 of 255 = 47%

73
102
121

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

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 121 = 296 (100%)
R 73 of 296 ~ 24.66%
G 102 of 296 ~ 34.46%
B 121 of 296 ~ 40.88%

%24.66
%34.46
%40.88

CMYK color model

#496679 color CMYK value is (40,16,0,53).

  • cyan value is 39.67%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(40,16,0,53)
C40M16Y0K53 
(40%,16%,0%,53%)
(0.40/0.16/0.00/0.53)	

CMYK percentages

%39.67
%15.7
%0
%52.55

Codes

Color #496679 in popluar color models

496679
RGB73102121
HSL204°24.74%38.04%
HSB/HSV204°39.67%47.45%
CMYK39.67%15.70%0.00%
52.55%

Color #496679 in popluar number systems.

HEX496679
Decimal73102121
Binary100100111001101111001
Octal111146171

Shades and tints

Shades of #496679

#496679
(73,102,121)
#435D6E
(67,93,110)
#3D5463
(61,84,99)
#374B58
(55,75,88)
#31424D
(49,66,77)
#2B3942
(43,57,66)
#253037
(37,48,55)
#1F272C
(31,39,44)
#191E21
(25,30,33)
#131516
(19,21,22)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #496679

#496679
(73,102,121)
#597385
(89,115,133)
#698091
(105,128,145)
#798D9D
(121,141,157)
#899AA9
(137,154,169)
#99A7B5
(153,167,181)
#A9B4C1
(169,180,193)
#B9C1CD
(185,193,205)
#C9CED9
(201,206,217)
#D9DBE5
(217,219,229)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496679; }

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

This text font color is #496679.


Background Color

.myBgColor { background-color: #496679; }

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

This div background color is #496679.


Border color

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

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

This div border color is #496679.


Opacity

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

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

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

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

This text has shadow with #496679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496679 on black background.


Color preview on white background

This text has color #496679 on white background.



Black color preview on #496679 background

This text has black color on #496679 background.


White color preview on #496679 background

This text has white color on #496679 background.