COLOR #495864

HEX: #495864
RGB: (73,88,100)

Color info

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

RGB color model

#495864 color RGB value is (73,88,100).

  • red value is 73;
  • green value is 88;
  • blue value is 100.
RGB:
(73,88,100)
(29%,35%,39%)

RGB channels and saturation

R 73 of 255 = 29%
G 88 of 255 = 35%
B 100 of 255 = 39%

73
88
100

R + G + B ~ 34%. #495864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 88 + 100 = 261 (100%)
R 73 of 261 ~ 27.97%
G 88 of 261 ~ 33.72%
B 100 of 261 ~ 38.31%

%27.97
%33.72
%38.31

CMYK color model

#495864 color CMYK value is (27,12,0,61).

  • cyan value is 27.00%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(27,12,0,61)
C27M12Y0K61 
(27%,12%,0%,61%)
(0.27/0.12/0.00/0.61)	

CMYK percentages

%27
%12
%0
%60.78

Codes

Color #495864 in popluar color models

495864
RGB7388100
HSL207°15.61%33.92%
HSB/HSV207°27.00%39.22%
CMYK27.00%12.00%0.00%
60.78%

Color #495864 in popluar number systems.

HEX495864
Decimal7388100
Binary100100110110001100100
Octal111130144

Shades and tints

Shades of #495864

#495864
(73,88,100)
#43505B
(67,80,91)
#3D4852
(61,72,82)
#374049
(55,64,73)
#313840
(49,56,64)
#2B3037
(43,48,55)
#25282E
(37,40,46)
#1F2025
(31,32,37)
#19181C
(25,24,28)
#131013
(19,16,19)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #495864

#495864
(73,88,100)
#596772
(89,103,114)
#697680
(105,118,128)
#79858E
(121,133,142)
#89949C
(137,148,156)
#99A3AA
(153,163,170)
#A9B2B8
(169,178,184)
#B9C1C6
(185,193,198)
#C9D0D4
(201,208,212)
#D9DFE2
(217,223,226)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495864 color. Also use rgb(73,88,100) instead hex code.

Text Font Color

.myTextColor { color: #495864; }

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

This text font color is #495864.


Background Color

.myBgColor { background-color: #495864; }

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

This div background color is #495864.


Border color

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

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

This div border color is #495864.


Opacity

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

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

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

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

This text has shadow with #495864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495864 on black background.


Color preview on white background

This text has color #495864 on white background.



Black color preview on #495864 background

This text has black color on #495864 background.


White color preview on #495864 background

This text has white color on #495864 background.