COLOR #496471

HEX: #496471
RGB: (73,100,113)

Color info

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

RGB color model

#496471 color RGB value is (73,100,113).

  • red value is 73;
  • green value is 100;
  • blue value is 113.
RGB:
(73,100,113)
(29%,39%,44%)

RGB channels and saturation

R 73 of 255 = 29%
G 100 of 255 = 39%
B 113 of 255 = 44%

73
100
113

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

Portions of RGB colors in percentages

R + G + B =
73 + 100 + 113 = 286 (100%)
R 73 of 286 ~ 25.52%
G 100 of 286 ~ 34.97%
B 113 of 286 ~ 39.51%

%25.52
%34.97
%39.51

CMYK color model

#496471 color CMYK value is (35,12,0,56).

  • cyan value is 35.40%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(35,12,0,56)
C35M12Y0K56 
(35%,12%,0%,56%)
(0.35/0.12/0.00/0.56)	

CMYK percentages

%35.4
%11.5
%0
%55.69

Codes

Color #496471 in popluar color models

496471
RGB73100113
HSL200°21.51%36.47%
HSB/HSV200°35.40%44.31%
CMYK35.40%11.50%0.00%
55.69%

Color #496471 in popluar number systems.

HEX496471
Decimal73100113
Binary100100111001001110001
Octal111144161

Shades and tints

Shades of #496471

#496471
(73,100,113)
#435B67
(67,91,103)
#3D525D
(61,82,93)
#374953
(55,73,83)
#314049
(49,64,73)
#2B373F
(43,55,63)
#252E35
(37,46,53)
#1F252B
(31,37,43)
#191C21
(25,28,33)
#131317
(19,19,23)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #496471

#496471
(73,100,113)
#59727D
(89,114,125)
#698089
(105,128,137)
#798E95
(121,142,149)
#899CA1
(137,156,161)
#99AAAD
(153,170,173)
#A9B8B9
(169,184,185)
#B9C6C5
(185,198,197)
#C9D4D1
(201,212,209)
#D9E2DD
(217,226,221)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496471 color. Also use rgb(73,100,113) instead hex code.

Text Font Color

.myTextColor { color: #496471; }

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

This text font color is #496471.


Background Color

.myBgColor { background-color: #496471; }

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

This div background color is #496471.


Border color

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

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

This div border color is #496471.


Opacity

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

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

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

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

This text has shadow with #496471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496471 on black background.


Color preview on white background

This text has color #496471 on white background.



Black color preview on #496471 background

This text has black color on #496471 background.


White color preview on #496471 background

This text has white color on #496471 background.