COLOR #495663

HEX: #495663
RGB: (73,86,99)

Renk bilgisi

#495663 contains red, green and blue colors in about the same proportion. #495663 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#495663 color RGB value is (73,86,99).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 86 of 255 = 34%
B 99 of 255 = 39%

73
86
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 86 + 99 = 258 (100%)
R 73 of 258 ~ 28.29%
G 86 of 258 ~ 33.33%
B 99 of 258 ~ 38.37%

%28.29
%33.33
%38.37

CMYK RENK MODELİ

#495663 rengi CMYK tonu (26,13,0,61).

  • camgöbeği tonu 26.26%
  • eflatun tonu 13.13%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(26,13,0,61)
C26M13Y0K61 
(26%,13%,0%,61%)
(0.26/0.13/0.00/0.61)	

CMYK yüzdeleri

%26.26
%13.13
%0
%61.18

Codes

Color #495663 in popluar color models

495663
RGB738699
HSL210°15.12%33.73%
HSB/HSV210°26.26%38.82%
CMYK26.26%13.13%0.00%
61.18%

Color #495663 in popluar number systems.

HEX495663
Decimal738699
Binary100100110101101100011
Octal111126143

Shades and tints

Shades of #495663

#495663
(73,86,99)
#434F5A
(67,79,90)
#3D4851
(61,72,81)
#374148
(55,65,72)
#313A3F
(49,58,63)
#2B3336
(43,51,54)
#252C2D
(37,44,45)
#1F2524
(31,37,36)
#191E1B
(25,30,27)
#131712
(19,23,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #495663

#495663
(73,86,99)
#596571
(89,101,113)
#69747F
(105,116,127)
#79838D
(121,131,141)
#89929B
(137,146,155)
#99A1A9
(153,161,169)
#A9B0B7
(169,176,183)
#B9BFC5
(185,191,197)
#C9CED3
(201,206,211)
#D9DDE1
(217,221,225)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495663; }

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

This text font color is #495663.


Background Color

.myBgColor { background-color: #495663; }

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

This div background color is #495663.


Border color

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

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

This div border color is #495663.


Opacity

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

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

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

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

This text has shadow with #495663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495663 on black background.


Color preview on white background

This text has color #495663 on white background.



Black color preview on #495663 background

This text has black color on #495663 background.


White color preview on #495663 background

This text has white color on #495663 background.