COLOR #496778

HEX: #496778
RGB: (73,103,120)

Color info

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

RGB color model

#496778 color RGB value is (73,103,120).

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

RGB channels and saturation

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

73
103
120

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

Portions of RGB colors in percentages

R + G + B =
73 + 103 + 120 = 296 (100%)
R 73 of 296 ~ 24.66%
G 103 of 296 ~ 34.8%
B 120 of 296 ~ 40.54%

%24.66
%34.8
%40.54

CMYK color model

#496778 color CMYK value is (39,14,0,53).

  • cyan value is 39.17%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(39,14,0,53)
C39M14Y0K53 
(39%,14%,0%,53%)
(0.39/0.14/0.00/0.53)	

CMYK percentages

%39.17
%14.17
%0
%52.94

Codes

Color #496778 in popluar color models

496778
RGB73103120
HSL202°24.35%37.84%
HSB/HSV202°39.17%47.06%
CMYK39.17%14.17%0.00%
52.94%

Color #496778 in popluar number systems.

HEX496778
Decimal73103120
Binary100100111001111111000
Octal111147170

Shades and tints

Shades of #496778

#496778
(73,103,120)
#435E6E
(67,94,110)
#3D5564
(61,85,100)
#374C5A
(55,76,90)
#314350
(49,67,80)
#2B3A46
(43,58,70)
#25313C
(37,49,60)
#1F2832
(31,40,50)
#191F28
(25,31,40)
#13161E
(19,22,30)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #496778

#496778
(73,103,120)
#597484
(89,116,132)
#698190
(105,129,144)
#798E9C
(121,142,156)
#899BA8
(137,155,168)
#99A8B4
(153,168,180)
#A9B5C0
(169,181,192)
#B9C2CC
(185,194,204)
#C9CFD8
(201,207,216)
#D9DCE4
(217,220,228)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496778; }

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

This text font color is #496778.


Background Color

.myBgColor { background-color: #496778; }

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

This div background color is #496778.


Border color

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

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

This div border color is #496778.


Opacity

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

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

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

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

This text has shadow with #496778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496778 on black background.


Color preview on white background

This text has color #496778 on white background.



Black color preview on #496778 background

This text has black color on #496778 background.


White color preview on #496778 background

This text has white color on #496778 background.