COLOR #495590

HEX: #495590
RGB: (73,85,144)

Renk bilgisi

#495590 contains mainly green and blue colors. #495590 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#495590 color RGB value is (73,85,144).

  • kırmız ton 73;
  • yeşil ton 85;
  • mavi ton 144.
RGB:
(73,85,144)
(29%,33%,56%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 85 of 255 = 33%
B 144 of 255 = 56%

73
85
144

R + G + B ~ 39%. #495590 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 85 + 144 = 302 (100%)
R 73 of 302 ~ 24.17%
G 85 of 302 ~ 28.15%
B 144 of 302 ~ 47.68%

%24.17
%28.15
%47.68

CMYK RENK MODELİ

#495590 rengi CMYK tonu (49,41,0,44).

  • camgöbeği tonu 49.31%
  • eflatun tonu 40.97%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(49,41,0,44)
C49M41Y0K44 
(49%,41%,0%,44%)
(0.49/0.41/0.00/0.44)	

CMYK yüzdeleri

%49.31
%40.97
%0
%43.53

Codes

Color #495590 in popluar color models

495590
RGB7385144
HSL230°32.72%42.55%
HSB/HSV230°49.31%56.47%
CMYK49.31%40.97%0.00%
43.53%

Color #495590 in popluar number systems.

HEX495590
Decimal7385144
Binary1001001101010110010000
Octal111125220

Shades and tints

Shades of #495590

#495590
(73,85,144)
#434E83
(67,78,131)
#3D4776
(61,71,118)
#374069
(55,64,105)
#31395C
(49,57,92)
#2B324F
(43,50,79)
#252B42
(37,43,66)
#1F2435
(31,36,53)
#191D28
(25,29,40)
#13161B
(19,22,27)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #495590

#495590
(73,85,144)
#59649A
(89,100,154)
#6973A4
(105,115,164)
#7982AE
(121,130,174)
#8991B8
(137,145,184)
#99A0C2
(153,160,194)
#A9AFCC
(169,175,204)
#B9BED6
(185,190,214)
#C9CDE0
(201,205,224)
#D9DCEA
(217,220,234)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495590 color. Also use rgb(73,85,144) instead hex code.

Text Font Color

.myTextColor { color: #495590; }

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

This text font color is #495590.


Background Color

.myBgColor { background-color: #495590; }

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

This div background color is #495590.


Border color

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

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

This div border color is #495590.


Opacity

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

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

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

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

This text has shadow with #495590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495590 on black background.


Color preview on white background

This text has color #495590 on white background.



Black color preview on #495590 background

This text has black color on #495590 background.


White color preview on #495590 background

This text has white color on #495590 background.