COLOR #495688

HEX: #495688
RGB: (73,86,136)

Renk bilgisi

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

RGB renk modeli

#495688 color RGB value is (73,86,136).

  • kırmız ton 73;
  • yeşil ton 86;
  • mavi ton 136.
RGB:
(73,86,136)
(29%,34%,53%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 86 of 255 = 34%
B 136 of 255 = 53%

73
86
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 86 + 136 = 295 (100%)
R 73 of 295 ~ 24.75%
G 86 of 295 ~ 29.15%
B 136 of 295 ~ 46.1%

%24.75
%29.15
%46.1

CMYK RENK MODELİ

#495688 rengi CMYK tonu (46,37,0,47).

  • camgöbeği tonu 46.32%
  • eflatun tonu 36.76%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(46,37,0,47)
C46M37Y0K47 
(46%,37%,0%,47%)
(0.46/0.37/0.00/0.47)	

CMYK yüzdeleri

%46.32
%36.76
%0
%46.67

Codes

Color #495688 in popluar color models

495688
RGB7386136
HSL228°30.14%40.98%
HSB/HSV228°46.32%53.33%
CMYK46.32%36.76%0.00%
46.67%

Color #495688 in popluar number systems.

HEX495688
Decimal7386136
Binary1001001101011010001000
Octal111126210

Shades and tints

Shades of #495688

#495688
(73,86,136)
#434F7C
(67,79,124)
#3D4870
(61,72,112)
#374164
(55,65,100)
#313A58
(49,58,88)
#2B334C
(43,51,76)
#252C40
(37,44,64)
#1F2534
(31,37,52)
#191E28
(25,30,40)
#13171C
(19,23,28)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #495688

#495688
(73,86,136)
#596592
(89,101,146)
#69749C
(105,116,156)
#7983A6
(121,131,166)
#8992B0
(137,146,176)
#99A1BA
(153,161,186)
#A9B0C4
(169,176,196)
#B9BFCE
(185,191,206)
#C9CED8
(201,206,216)
#D9DDE2
(217,221,226)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495688 color. Also use rgb(73,86,136) instead hex code.

Text Font Color

.myTextColor { color: #495688; }

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

This text font color is #495688.


Background Color

.myBgColor { background-color: #495688; }

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

This div background color is #495688.


Border color

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

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

This div border color is #495688.


Opacity

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

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

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

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

This text has shadow with #495688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495688 on black background.


Color preview on white background

This text has color #495688 on white background.



Black color preview on #495688 background

This text has black color on #495688 background.


White color preview on #495688 background

This text has white color on #495688 background.