COLOR #495A9C

HEX: #495A9C
RGB: (73,90,156)

Renk bilgisi

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

RGB renk modeli

#495A9C color RGB value is (73,90,156).

  • kırmız ton 73;
  • yeşil ton 90;
  • mavi ton 156.
RGB:
(73,90,156)
(29%,35%,61%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 90 of 255 = 35%
B 156 of 255 = 61%

73
90
156

R + G + B ~ 42%. #495A9C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 90 + 156 = 319 (100%)
R 73 of 319 ~ 22.88%
G 90 of 319 ~ 28.21%
B 156 of 319 ~ 48.9%

%22.88
%28.21
%48.9

CMYK RENK MODELİ

#495A9C rengi CMYK tonu (53,42,0,39).

  • camgöbeği tonu 53.21%
  • eflatun tonu 42.31%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(53,42,0,39)
C53M42Y0K39 
(53%,42%,0%,39%)
(0.53/0.42/0.00/0.39)	

CMYK yüzdeleri

%53.21
%42.31
%0
%38.82

Codes

Color #495A9C in popluar color models

495A9C
RGB7390156
HSL228°36.24%44.90%
HSB/HSV228°53.21%61.18%
CMYK53.21%42.31%0.00%
38.82%

Color #495A9C in popluar number systems.

HEX495A9C
Decimal7390156
Binary1001001101101010011100
Octal111132234

Shades and tints

Shades of #495A9C

#495A9C
(73,90,156)
#43528E
(67,82,142)
#3D4A80
(61,74,128)
#374272
(55,66,114)
#313A64
(49,58,100)
#2B3256
(43,50,86)
#252A48
(37,42,72)
#1F223A
(31,34,58)
#191A2C
(25,26,44)
#13121E
(19,18,30)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #495A9C

#495A9C
(73,90,156)
#5969A5
(89,105,165)
#6978AE
(105,120,174)
#7987B7
(121,135,183)
#8996C0
(137,150,192)
#99A5C9
(153,165,201)
#A9B4D2
(169,180,210)
#B9C3DB
(185,195,219)
#C9D2E4
(201,210,228)
#D9E1ED
(217,225,237)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495A9C color. Also use rgb(73,90,156) instead hex code.

Text Font Color

.myTextColor { color: #495A9C; }

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

This text font color is #495A9C.


Background Color

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

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

This div background color is #495A9C.


Border color

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

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

This div border color is #495A9C.


Opacity

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

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

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

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

This text has shadow with #495A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A9C on black background.


Color preview on white background

This text has color #495A9C on white background.



Black color preview on #495A9C background

This text has black color on #495A9C background.


White color preview on #495A9C background

This text has white color on #495A9C background.