COLOR #495263

HEX: #495263
RGB: (73,82,99)

Color info

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

RGB color model

#495263 color RGB value is (73,82,99).

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

RGB channels and saturation

R 73 of 255 = 29%
G 82 of 255 = 32%
B 99 of 255 = 39%

73
82
99

R + G + B ~ 33%. #495263 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 82 + 99 = 254 (100%)
R 73 of 254 ~ 28.74%
G 82 of 254 ~ 32.28%
B 99 of 254 ~ 38.98%

%28.74
%32.28
%38.98

CMYK color model

#495263 color CMYK value is (26,17,0,61).

  • cyan value is 26.26%
  • magenta value is 17.17%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(26,17,0,61)
C26M17Y0K61 
(26%,17%,0%,61%)
(0.26/0.17/0.00/0.61)	

CMYK percentages

%26.26
%17.17
%0
%61.18

Codes

Color #495263 in popluar color models

495263
RGB738299
HSL219°15.12%33.73%
HSB/HSV219°26.26%38.82%
CMYK26.26%17.17%0.00%
61.18%

Color #495263 in popluar number systems.

HEX495263
Decimal738299
Binary100100110100101100011
Octal111122143

Shades and tints

Shades of #495263

#495263
(73,82,99)
#434B5A
(67,75,90)
#3D4451
(61,68,81)
#373D48
(55,61,72)
#31363F
(49,54,63)
#2B2F36
(43,47,54)
#25282D
(37,40,45)
#1F2124
(31,33,36)
#191A1B
(25,26,27)
#131312
(19,19,18)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #495263

#495263
(73,82,99)
#596171
(89,97,113)
#69707F
(105,112,127)
#797F8D
(121,127,141)
#898E9B
(137,142,155)
#999DA9
(153,157,169)
#A9ACB7
(169,172,183)
#B9BBC5
(185,187,197)
#C9CAD3
(201,202,211)
#D9D9E1
(217,217,225)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495263; }

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

This text font color is #495263.


Background Color

.myBgColor { background-color: #495263; }

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

This div background color is #495263.


Border color

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

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

This div border color is #495263.


Opacity

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

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

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

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

This text has shadow with #495263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495263 on black background.


Color preview on white background

This text has color #495263 on white background.



Black color preview on #495263 background

This text has black color on #495263 background.


White color preview on #495263 background

This text has white color on #495263 background.