COLOR #496271

HEX: #496271
RGB: (73,98,113)

Color info

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

RGB color model

#496271 color RGB value is (73,98,113).

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

RGB channels and saturation

R 73 of 255 = 29%
G 98 of 255 = 38%
B 113 of 255 = 44%

73
98
113

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

Portions of RGB colors in percentages

R + G + B =
73 + 98 + 113 = 284 (100%)
R 73 of 284 ~ 25.7%
G 98 of 284 ~ 34.51%
B 113 of 284 ~ 39.79%

%25.7
%34.51
%39.79

CMYK color model

#496271 color CMYK value is (35,13,0,56).

  • cyan value is 35.40%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(35,13,0,56)
C35M13Y0K56 
(35%,13%,0%,56%)
(0.35/0.13/0.00/0.56)	

CMYK percentages

%35.4
%13.27
%0
%55.69

Codes

Color #496271 in popluar color models

496271
RGB7398113
HSL203°21.51%36.47%
HSB/HSV203°35.40%44.31%
CMYK35.40%13.27%0.00%
55.69%

Color #496271 in popluar number systems.

HEX496271
Decimal7398113
Binary100100111000101110001
Octal111142161

Shades and tints

Shades of #496271

#496271
(73,98,113)
#435A67
(67,90,103)
#3D525D
(61,82,93)
#374A53
(55,74,83)
#314249
(49,66,73)
#2B3A3F
(43,58,63)
#253235
(37,50,53)
#1F2A2B
(31,42,43)
#192221
(25,34,33)
#131A17
(19,26,23)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #496271

#496271
(73,98,113)
#59707D
(89,112,125)
#697E89
(105,126,137)
#798C95
(121,140,149)
#899AA1
(137,154,161)
#99A8AD
(153,168,173)
#A9B6B9
(169,182,185)
#B9C4C5
(185,196,197)
#C9D2D1
(201,210,209)
#D9E0DD
(217,224,221)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #496271; }

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

This text font color is #496271.


Background Color

.myBgColor { background-color: #496271; }

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

This div background color is #496271.


Border color

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

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

This div border color is #496271.


Opacity

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

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

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

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

This text has shadow with #496271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #496271 on black background.


Color preview on white background

This text has color #496271 on white background.



Black color preview on #496271 background

This text has black color on #496271 background.


White color preview on #496271 background

This text has white color on #496271 background.