COLOR #496B7C

HEX: #496B7C
RGB: (73,107,124)

Color info

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

RGB color model

#496B7C color RGB value is (73,107,124).

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

RGB channels and saturation

R 73 of 255 = 29%
G 107 of 255 = 42%
B 124 of 255 = 49%

73
107
124

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

Portions of RGB colors in percentages

R + G + B =
73 + 107 + 124 = 304 (100%)
R 73 of 304 ~ 24.01%
G 107 of 304 ~ 35.2%
B 124 of 304 ~ 40.79%

%24.01
%35.2
%40.79

CMYK color model

#496B7C color CMYK value is (41,14,0,51).

  • cyan value is 41.13%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(41,14,0,51)
C41M14Y0K51 
(41%,14%,0%,51%)
(0.41/0.14/0.00/0.51)	

CMYK percentages

%41.13
%13.71
%0
%51.37

Codes

Color #496B7C in popluar color models

496B7C
RGB73107124
HSL200°25.89%38.63%
HSB/HSV200°41.13%48.63%
CMYK41.13%13.71%0.00%
51.37%

Color #496B7C in popluar number systems.

HEX496B7C
Decimal73107124
Binary100100111010111111100
Octal111153174

Shades and tints

Shades of #496B7C

#496B7C
(73,107,124)
#436271
(67,98,113)
#3D5966
(61,89,102)
#37505B
(55,80,91)
#314750
(49,71,80)
#2B3E45
(43,62,69)
#25353A
(37,53,58)
#1F2C2F
(31,44,47)
#192324
(25,35,36)
#131A19
(19,26,25)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #496B7C

#496B7C
(73,107,124)
#597887
(89,120,135)
#698592
(105,133,146)
#79929D
(121,146,157)
#899FA8
(137,159,168)
#99ACB3
(153,172,179)
#A9B9BE
(169,185,190)
#B9C6C9
(185,198,201)
#C9D3D4
(201,211,212)
#D9E0DF
(217,224,223)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496B7C; }

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

This text font color is #496B7C.


Background Color

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

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

This div background color is #496B7C.


Border color

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

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

This div border color is #496B7C.


Opacity

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

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

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

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

This text has shadow with #496B7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496B7C on black background.


Color preview on white background

This text has color #496B7C on white background.



Black color preview on #496B7C background

This text has black color on #496B7C background.


White color preview on #496B7C background

This text has white color on #496B7C background.