COLOR #495273

HEX: #495273
RGB: (73,82,115)

Color info

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

RGB color model

#495273 color RGB value is (73,82,115).

  • red value is 73;
  • green value is 82;
  • blue value is 115.
RGB:
(73,82,115)
(29%,32%,45%)

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 115 of 255 = 45%

73
82
115

R + G + B ~ 35%. #495273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 82 + 115 = 270 (100%)
R 73 of 270 ~ 27.04%
G 82 of 270 ~ 30.37%
B 115 of 270 ~ 42.59%

%27.04
%30.37
%42.59

CMYK color model

#495273 color CMYK value is (37,29,0,55).

  • cyan value is 36.52%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(37,29,0,55)
C37M29Y0K55 
(37%,29%,0%,55%)
(0.37/0.29/0.00/0.55)	

CMYK percentages

%36.52
%28.7
%0
%54.9

Codes

Color #495273 in popluar color models

495273
RGB7382115
HSL227°22.34%36.86%
HSB/HSV227°36.52%45.10%
CMYK36.52%28.70%0.00%
54.90%

Color #495273 in popluar number systems.

HEX495273
Decimal7382115
Binary100100110100101110011
Octal111122163

Shades and tints

Shades of #495273

#495273
(73,82,115)
#434B69
(67,75,105)
#3D445F
(61,68,95)
#373D55
(55,61,85)
#31364B
(49,54,75)
#2B2F41
(43,47,65)
#252837
(37,40,55)
#1F212D
(31,33,45)
#191A23
(25,26,35)
#131319
(19,19,25)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #495273

#495273
(73,82,115)
#59617F
(89,97,127)
#69708B
(105,112,139)
#797F97
(121,127,151)
#898EA3
(137,142,163)
#999DAF
(153,157,175)
#A9ACBB
(169,172,187)
#B9BBC7
(185,187,199)
#C9CAD3
(201,202,211)
#D9D9DF
(217,217,223)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495273 color. Also use rgb(73,82,115) instead hex code.

Text Font Color

.myTextColor { color: #495273; }

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

This text font color is #495273.


Background Color

.myBgColor { background-color: #495273; }

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

This div background color is #495273.


Border color

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

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

This div border color is #495273.


Opacity

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

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

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

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

This text has shadow with #495273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495273 on black background.


Color preview on white background

This text has color #495273 on white background.



Black color preview on #495273 background

This text has black color on #495273 background.


White color preview on #495273 background

This text has white color on #495273 background.