COLOR #496B78

HEX: #496B78
RGB: (73,107,120)

Color info

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

RGB color model

#496B78 color RGB value is (73,107,120).

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

RGB channels and saturation

R 73 of 255 = 29%
G 107 of 255 = 42%
B 120 of 255 = 47%

73
107
120

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

Portions of RGB colors in percentages

R + G + B =
73 + 107 + 120 = 300 (100%)
R 73 of 300 ~ 24.33%
G 107 of 300 ~ 35.67%
B 120 of 300 ~ 40%

%24.33
%35.67
%40

CMYK color model

#496B78 color CMYK value is (39,11,0,53).

  • cyan value is 39.17%
  • magenta value is 10.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(39,11,0,53)
C39M11Y0K53 
(39%,11%,0%,53%)
(0.39/0.11/0.00/0.53)	

CMYK percentages

%39.17
%10.83
%0
%52.94

Codes

Color #496B78 in popluar color models

496B78
RGB73107120
HSL197°24.35%37.84%
HSB/HSV197°39.17%47.06%
CMYK39.17%10.83%0.00%
52.94%

Color #496B78 in popluar number systems.

HEX496B78
Decimal73107120
Binary100100111010111111000
Octal111153170

Shades and tints

Shades of #496B78

#496B78
(73,107,120)
#43626E
(67,98,110)
#3D5964
(61,89,100)
#37505A
(55,80,90)
#314750
(49,71,80)
#2B3E46
(43,62,70)
#25353C
(37,53,60)
#1F2C32
(31,44,50)
#192328
(25,35,40)
#131A1E
(19,26,30)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #496B78

#496B78
(73,107,120)
#597884
(89,120,132)
#698590
(105,133,144)
#79929C
(121,146,156)
#899FA8
(137,159,168)
#99ACB4
(153,172,180)
#A9B9C0
(169,185,192)
#B9C6CC
(185,198,204)
#C9D3D8
(201,211,216)
#D9E0E4
(217,224,228)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496B78; }

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

This text font color is #496B78.


Background Color

.myBgColor { background-color: #496B78; }

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

This div background color is #496B78.


Border color

.myBorderColor { border: 1px solid #496B78; }

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

This div border color is #496B78.


Opacity

.myOpacity80 { color: #496B78; opacity: 0.8; }

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

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

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

This text has shadow with #496B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496B78 on black background.


Color preview on white background

This text has color #496B78 on white background.



Black color preview on #496B78 background

This text has black color on #496B78 background.


White color preview on #496B78 background

This text has white color on #496B78 background.