COLOR #495E7C

HEX: #495E7C
RGB: (73,94,124)

Color info

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

RGB color model

#495E7C color RGB value is (73,94,124).

  • red value is 73;
  • green value is 94;
  • blue value is 124.
RGB:
(73,94,124)
(29%,37%,49%)

RGB channels and saturation

R 73 of 255 = 29%
G 94 of 255 = 37%
B 124 of 255 = 49%

73
94
124

R + G + B ~ 38%. #495E7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 94 + 124 = 291 (100%)
R 73 of 291 ~ 25.09%
G 94 of 291 ~ 32.3%
B 124 of 291 ~ 42.61%

%25.09
%32.3
%42.61

CMYK color model

#495E7C color CMYK value is (41,24,0,51).

  • cyan value is 41.13%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(41,24,0,51)
C41M24Y0K51 
(41%,24%,0%,51%)
(0.41/0.24/0.00/0.51)	

CMYK percentages

%41.13
%24.19
%0
%51.37

Codes

Color #495E7C in popluar color models

495E7C
RGB7394124
HSL215°25.89%38.63%
HSB/HSV215°41.13%48.63%
CMYK41.13%24.19%0.00%
51.37%

Color #495E7C in popluar number systems.

HEX495E7C
Decimal7394124
Binary100100110111101111100
Octal111136174

Shades and tints

Shades of #495E7C

#495E7C
(73,94,124)
#435671
(67,86,113)
#3D4E66
(61,78,102)
#37465B
(55,70,91)
#313E50
(49,62,80)
#2B3645
(43,54,69)
#252E3A
(37,46,58)
#1F262F
(31,38,47)
#191E24
(25,30,36)
#131619
(19,22,25)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #495E7C

#495E7C
(73,94,124)
#596C87
(89,108,135)
#697A92
(105,122,146)
#79889D
(121,136,157)
#8996A8
(137,150,168)
#99A4B3
(153,164,179)
#A9B2BE
(169,178,190)
#B9C0C9
(185,192,201)
#C9CED4
(201,206,212)
#D9DCDF
(217,220,223)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495E7C color. Also use rgb(73,94,124) instead hex code.

Text Font Color

.myTextColor { color: #495E7C; }

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

This text font color is #495E7C.


Background Color

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

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

This div background color is #495E7C.


Border color

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

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

This div border color is #495E7C.


Opacity

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

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

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

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

This text has shadow with #495E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495E7C on black background.


Color preview on white background

This text has color #495E7C on white background.



Black color preview on #495E7C background

This text has black color on #495E7C background.


White color preview on #495E7C background

This text has white color on #495E7C background.