COLOR #496C7D

HEX: #496C7D
RGB: (73,108,125)

Color info

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

RGB color model

#496C7D color RGB value is (73,108,125).

  • red value is 73;
  • green value is 108;
  • blue value is 125.
RGB:
(73,108,125)
(29%,42%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 108 of 255 = 42%
B 125 of 255 = 49%

73
108
125

R + G + B ~ 40%. #496C7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 108 + 125 = 306 (100%)
R 73 of 306 ~ 23.86%
G 108 of 306 ~ 35.29%
B 125 of 306 ~ 40.85%

%23.86
%35.29
%40.85

CMYK color model

#496C7D color CMYK value is (42,14,0,51).

  • cyan value is 41.60%
  • magenta value is 13.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(42,14,0,51)
C42M14Y0K51 
(42%,14%,0%,51%)
(0.42/0.14/0.00/0.51)	

CMYK percentages

%41.6
%13.6
%0
%50.98

Codes

Color #496C7D in popluar color models

496C7D
RGB73108125
HSL200°26.26%38.82%
HSB/HSV200°41.60%49.02%
CMYK41.60%13.60%0.00%
50.98%

Color #496C7D in popluar number systems.

HEX496C7D
Decimal73108125
Binary100100111011001111101
Octal111154175

Shades and tints

Shades of #496C7D

#496C7D
(73,108,125)
#436372
(67,99,114)
#3D5A67
(61,90,103)
#37515C
(55,81,92)
#314851
(49,72,81)
#2B3F46
(43,63,70)
#25363B
(37,54,59)
#1F2D30
(31,45,48)
#192425
(25,36,37)
#131B1A
(19,27,26)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #496C7D

#496C7D
(73,108,125)
#597988
(89,121,136)
#698693
(105,134,147)
#79939E
(121,147,158)
#89A0A9
(137,160,169)
#99ADB4
(153,173,180)
#A9BABF
(169,186,191)
#B9C7CA
(185,199,202)
#C9D4D5
(201,212,213)
#D9E1E0
(217,225,224)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496C7D color. Also use rgb(73,108,125) instead hex code.

Text Font Color

.myTextColor { color: #496C7D; }

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

This text font color is #496C7D.


Background Color

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

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

This div background color is #496C7D.


Border color

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

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

This div border color is #496C7D.


Opacity

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

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

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

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

This text has shadow with #496C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496C7D on black background.


Color preview on white background

This text has color #496C7D on white background.



Black color preview on #496C7D background

This text has black color on #496C7D background.


White color preview on #496C7D background

This text has white color on #496C7D background.