COLOR #496668

HEX: #496668
RGB: (73,102,104)

Color info

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

RGB color model

#496668 color RGB value is (73,102,104).

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

RGB channels and saturation

R 73 of 255 = 29%
G 102 of 255 = 40%
B 104 of 255 = 41%

73
102
104

R + G + B ~ 37%. #496668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 102 + 104 = 279 (100%)
R 73 of 279 ~ 26.16%
G 102 of 279 ~ 36.56%
B 104 of 279 ~ 37.28%

%26.16
%36.56
%37.28

CMYK color model

#496668 color CMYK value is (30,2,0,59).

  • cyan value is 29.81%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(30,2,0,59)
C30M2Y0K59 
(30%,2%,0%,59%)
(0.30/0.02/0.00/0.59)	

CMYK percentages

%29.81
%1.92
%0
%59.22

Codes

Color #496668 in popluar color models

496668
RGB73102104
HSL184°17.51%34.71%
HSB/HSV184°29.81%40.78%
CMYK29.81%1.92%0.00%
59.22%

Color #496668 in popluar number systems.

HEX496668
Decimal73102104
Binary100100111001101101000
Octal111146150

Shades and tints

Shades of #496668

#496668
(73,102,104)
#435D5F
(67,93,95)
#3D5456
(61,84,86)
#374B4D
(55,75,77)
#314244
(49,66,68)
#2B393B
(43,57,59)
#253032
(37,48,50)
#1F2729
(31,39,41)
#191E20
(25,30,32)
#131517
(19,21,23)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #496668

#496668
(73,102,104)
#597375
(89,115,117)
#698082
(105,128,130)
#798D8F
(121,141,143)
#899A9C
(137,154,156)
#99A7A9
(153,167,169)
#A9B4B6
(169,180,182)
#B9C1C3
(185,193,195)
#C9CED0
(201,206,208)
#D9DBDD
(217,219,221)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496668; }

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

This text font color is #496668.


Background Color

.myBgColor { background-color: #496668; }

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

This div background color is #496668.


Border color

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

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

This div border color is #496668.


Opacity

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

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

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

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

This text has shadow with #496668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496668 on black background.


Color preview on white background

This text has color #496668 on white background.



Black color preview on #496668 background

This text has black color on #496668 background.


White color preview on #496668 background

This text has white color on #496668 background.