COLOR #496678

HEX: #496678
RGB: (73,102,120)

Color info

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

RGB color model

#496678 color RGB value is (73,102,120).

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

RGB channels and saturation

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

73
102
120

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

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 120 = 295 (100%)
R 73 of 295 ~ 24.75%
G 102 of 295 ~ 34.58%
B 120 of 295 ~ 40.68%

%24.75
%34.58
%40.68

CMYK color model

#496678 color CMYK value is (39,15,0,53).

  • cyan value is 39.17%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(39,15,0,53)
C39M15Y0K53 
(39%,15%,0%,53%)
(0.39/0.15/0.00/0.53)	

CMYK percentages

%39.17
%15
%0
%52.94

Codes

Color #496678 in popluar color models

496678
RGB73102120
HSL203°24.35%37.84%
HSB/HSV203°39.17%47.06%
CMYK39.17%15.00%0.00%
52.94%

Color #496678 in popluar number systems.

HEX496678
Decimal73102120
Binary100100111001101111000
Octal111146170

Shades and tints

Shades of #496678

#496678
(73,102,120)
#435D6E
(67,93,110)
#3D5464
(61,84,100)
#374B5A
(55,75,90)
#314250
(49,66,80)
#2B3946
(43,57,70)
#25303C
(37,48,60)
#1F2732
(31,39,50)
#191E28
(25,30,40)
#13151E
(19,21,30)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #496678

#496678
(73,102,120)
#597384
(89,115,132)
#698090
(105,128,144)
#798D9C
(121,141,156)
#899AA8
(137,154,168)
#99A7B4
(153,167,180)
#A9B4C0
(169,180,192)
#B9C1CC
(185,193,204)
#C9CED8
(201,206,216)
#D9DBE4
(217,219,228)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496678; }

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

This text font color is #496678.


Background Color

.myBgColor { background-color: #496678; }

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

This div background color is #496678.


Border color

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

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

This div border color is #496678.


Opacity

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

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

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

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

This text has shadow with #496678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496678 on black background.


Color preview on white background

This text has color #496678 on white background.



Black color preview on #496678 background

This text has black color on #496678 background.


White color preview on #496678 background

This text has white color on #496678 background.