COLOR #495490

HEX: #495490
RGB: (73,84,144)

Renk bilgisi

#495490 contains mainly blue color. #495490 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#495490 color RGB value is (73,84,144).

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

RGB bağlantıları ve doygunluk

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

73
84
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 84 + 144 = 301 (100%)
R 73 of 301 ~ 24.25%
G 84 of 301 ~ 27.91%
B 144 of 301 ~ 47.84%

%24.25
%27.91
%47.84

CMYK RENK MODELİ

#495490 rengi CMYK tonu (49,42,0,44).

  • camgöbeği tonu 49.31%
  • eflatun tonu 41.67%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(49,42,0,44)
C49M42Y0K44 
(49%,42%,0%,44%)
(0.49/0.42/0.00/0.44)	

CMYK yüzdeleri

%49.31
%41.67
%0
%43.53

Codes

Color #495490 in popluar color models

495490
RGB7384144
HSL231°32.72%42.55%
HSB/HSV231°49.31%56.47%
CMYK49.31%41.67%0.00%
43.53%

Color #495490 in popluar number systems.

HEX495490
Decimal7384144
Binary1001001101010010010000
Octal111124220

Shades and tints

Shades of #495490

#495490
(73,84,144)
#434D83
(67,77,131)
#3D4676
(61,70,118)
#373F69
(55,63,105)
#31385C
(49,56,92)
#2B314F
(43,49,79)
#252A42
(37,42,66)
#1F2335
(31,35,53)
#191C28
(25,28,40)
#13151B
(19,21,27)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #495490

#495490
(73,84,144)
#59639A
(89,99,154)
#6972A4
(105,114,164)
#7981AE
(121,129,174)
#8990B8
(137,144,184)
#999FC2
(153,159,194)
#A9AECC
(169,174,204)
#B9BDD6
(185,189,214)
#C9CCE0
(201,204,224)
#D9DBEA
(217,219,234)
#E9EAF4
(233,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495490; }

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

This text font color is #495490.


Background Color

.myBgColor { background-color: #495490; }

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

This div background color is #495490.


Border color

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

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

This div border color is #495490.


Opacity

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

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

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

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

This text has shadow with #495490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495490 on black background.


Color preview on white background

This text has color #495490 on white background.



Black color preview on #495490 background

This text has black color on #495490 background.


White color preview on #495490 background

This text has white color on #495490 background.