COLOR #495068

HEX: #495068
RGB: (73,80,104)

Color info

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

RGB color model

#495068 color RGB value is (73,80,104).

  • red value is 73;
  • green value is 80;
  • blue value is 104.
RGB:
(73,80,104)
(29%,31%,41%)

RGB channels and saturation

R 73 of 255 = 29%
G 80 of 255 = 31%
B 104 of 255 = 41%

73
80
104

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

Portions of RGB colors in percentages

R + G + B =
73 + 80 + 104 = 257 (100%)
R 73 of 257 ~ 28.4%
G 80 of 257 ~ 31.13%
B 104 of 257 ~ 40.47%

%28.4
%31.13
%40.47

CMYK color model

#495068 color CMYK value is (30,23,0,59).

  • cyan value is 29.81%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(30,23,0,59)
C30M23Y0K59 
(30%,23%,0%,59%)
(0.30/0.23/0.00/0.59)	

CMYK percentages

%29.81
%23.08
%0
%59.22

Codes

Color #495068 in popluar color models

495068
RGB7380104
HSL226°17.51%34.71%
HSB/HSV226°29.81%40.78%
CMYK29.81%23.08%0.00%
59.22%

Color #495068 in popluar number systems.

HEX495068
Decimal7380104
Binary100100110100001101000
Octal111120150

Shades and tints

Shades of #495068

#495068
(73,80,104)
#43495F
(67,73,95)
#3D4256
(61,66,86)
#373B4D
(55,59,77)
#313444
(49,52,68)
#2B2D3B
(43,45,59)
#252632
(37,38,50)
#1F1F29
(31,31,41)
#191820
(25,24,32)
#131117
(19,17,23)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #495068

#495068
(73,80,104)
#595F75
(89,95,117)
#696E82
(105,110,130)
#797D8F
(121,125,143)
#898C9C
(137,140,156)
#999BA9
(153,155,169)
#A9AAB6
(169,170,182)
#B9B9C3
(185,185,195)
#C9C8D0
(201,200,208)
#D9D7DD
(217,215,221)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495068 color. Also use rgb(73,80,104) instead hex code.

Text Font Color

.myTextColor { color: #495068; }

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

This text font color is #495068.


Background Color

.myBgColor { background-color: #495068; }

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

This div background color is #495068.


Border color

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

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

This div border color is #495068.


Opacity

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

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

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

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

This text has shadow with #495068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495068 on black background.


Color preview on white background

This text has color #495068 on white background.



Black color preview on #495068 background

This text has black color on #495068 background.


White color preview on #495068 background

This text has white color on #495068 background.