COLOR #495B6A

HEX: #495B6A
RGB: (73,91,106)

Color info

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

RGB color model

#495B6A color RGB value is (73,91,106).

  • red value is 73;
  • green value is 91;
  • blue value is 106.
RGB:
(73,91,106)
(29%,36%,42%)

RGB channels and saturation

R 73 of 255 = 29%
G 91 of 255 = 36%
B 106 of 255 = 42%

73
91
106

R + G + B ~ 36%. #495B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 91 + 106 = 270 (100%)
R 73 of 270 ~ 27.04%
G 91 of 270 ~ 33.7%
B 106 of 270 ~ 39.26%

%27.04
%33.7
%39.26

CMYK color model

#495B6A color CMYK value is (31,14,0,58).

  • cyan value is 31.13%
  • magenta value is 14.15%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(31,14,0,58)
C31M14Y0K58 
(31%,14%,0%,58%)
(0.31/0.14/0.00/0.58)	

CMYK percentages

%31.13
%14.15
%0
%58.43

Codes

Color #495B6A in popluar color models

495B6A
RGB7391106
HSL207°18.44%35.10%
HSB/HSV207°31.13%41.57%
CMYK31.13%14.15%0.00%
58.43%

Color #495B6A in popluar number systems.

HEX495B6A
Decimal7391106
Binary100100110110111101010
Octal111133152

Shades and tints

Shades of #495B6A

#495B6A
(73,91,106)
#435361
(67,83,97)
#3D4B58
(61,75,88)
#37434F
(55,67,79)
#313B46
(49,59,70)
#2B333D
(43,51,61)
#252B34
(37,43,52)
#1F232B
(31,35,43)
#191B22
(25,27,34)
#131319
(19,19,25)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #495B6A

#495B6A
(73,91,106)
#596977
(89,105,119)
#697784
(105,119,132)
#798591
(121,133,145)
#89939E
(137,147,158)
#99A1AB
(153,161,171)
#A9AFB8
(169,175,184)
#B9BDC5
(185,189,197)
#C9CBD2
(201,203,210)
#D9D9DF
(217,217,223)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495B6A color. Also use rgb(73,91,106) instead hex code.

Text Font Color

.myTextColor { color: #495B6A; }

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

This text font color is #495B6A.


Background Color

.myBgColor { background-color: #495B6A; }

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

This div background color is #495B6A.


Border color

.myBorderColor { border: 1px solid #495B6A; }

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

This div border color is #495B6A.


Opacity

.myOpacity80 { color: #495B6A; opacity: 0.8; }

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

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

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

This text has shadow with #495B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495B6A on black background.


Color preview on white background

This text has color #495B6A on white background.



Black color preview on #495B6A background

This text has black color on #495B6A background.


White color preview on #495B6A background

This text has white color on #495B6A background.