COLOR #495979

HEX: #495979
RGB: (73,89,121)

Color info

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

RGB color model

#495979 color RGB value is (73,89,121).

  • red value is 73;
  • green value is 89;
  • blue value is 121.
RGB:
(73,89,121)
(29%,35%,47%)

RGB channels and saturation

R 73 of 255 = 29%
G 89 of 255 = 35%
B 121 of 255 = 47%

73
89
121

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

Portions of RGB colors in percentages

R + G + B =
73 + 89 + 121 = 283 (100%)
R 73 of 283 ~ 25.8%
G 89 of 283 ~ 31.45%
B 121 of 283 ~ 42.76%

%25.8
%31.45
%42.76

CMYK color model

#495979 color CMYK value is (40,26,0,53).

  • cyan value is 39.67%
  • magenta value is 26.45%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(40,26,0,53)
C40M26Y0K53 
(40%,26%,0%,53%)
(0.40/0.26/0.00/0.53)	

CMYK percentages

%39.67
%26.45
%0
%52.55

Codes

Color #495979 in popluar color models

495979
RGB7389121
HSL220°24.74%38.04%
HSB/HSV220°39.67%47.45%
CMYK39.67%26.45%0.00%
52.55%

Color #495979 in popluar number systems.

HEX495979
Decimal7389121
Binary100100110110011111001
Octal111131171

Shades and tints

Shades of #495979

#495979
(73,89,121)
#43516E
(67,81,110)
#3D4963
(61,73,99)
#374158
(55,65,88)
#31394D
(49,57,77)
#2B3142
(43,49,66)
#252937
(37,41,55)
#1F212C
(31,33,44)
#191921
(25,25,33)
#131116
(19,17,22)
#0D090B
(13,9,11)
#000000
(0,0,0)

Tints of #495979

#495979
(73,89,121)
#596885
(89,104,133)
#697791
(105,119,145)
#79869D
(121,134,157)
#8995A9
(137,149,169)
#99A4B5
(153,164,181)
#A9B3C1
(169,179,193)
#B9C2CD
(185,194,205)
#C9D1D9
(201,209,217)
#D9E0E5
(217,224,229)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495979 color. Also use rgb(73,89,121) instead hex code.

Text Font Color

.myTextColor { color: #495979; }

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

This text font color is #495979.


Background Color

.myBgColor { background-color: #495979; }

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

This div background color is #495979.


Border color

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

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

This div border color is #495979.


Opacity

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

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

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

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

This text has shadow with #495979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495979 on black background.


Color preview on white background

This text has color #495979 on white background.



Black color preview on #495979 background

This text has black color on #495979 background.


White color preview on #495979 background

This text has white color on #495979 background.