COLOR #495A72

HEX: #495A72
RGB: (73,90,114)

Renk bilgisi

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

RGB renk modeli

#495A72 color RGB value is (73,90,114).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 90 of 255 = 35%
B 114 of 255 = 45%

73
90
114

R + G + B ~ 36%. #495A72 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 90 + 114 = 277 (100%)
R 73 of 277 ~ 26.35%
G 90 of 277 ~ 32.49%
B 114 of 277 ~ 41.16%

%26.35
%32.49
%41.16

CMYK RENK MODELİ

#495A72 rengi CMYK tonu (36,21,0,55).

  • camgöbeği tonu 35.96%
  • eflatun tonu 21.05%
  • sarı tonu 0.00%
  • ana renk tonu 55.29%
CMYK:
(36,21,0,55)
C36M21Y0K55 
(36%,21%,0%,55%)
(0.36/0.21/0.00/0.55)	

CMYK yüzdeleri

%35.96
%21.05
%0
%55.29

Codes

Color #495A72 in popluar color models

495A72
RGB7390114
HSL215°21.93%36.67%
HSB/HSV215°35.96%44.71%
CMYK35.96%21.05%0.00%
55.29%

Color #495A72 in popluar number systems.

HEX495A72
Decimal7390114
Binary100100110110101110010
Octal111132162

Shades and tints

Shades of #495A72

#495A72
(73,90,114)
#435268
(67,82,104)
#3D4A5E
(61,74,94)
#374254
(55,66,84)
#313A4A
(49,58,74)
#2B3240
(43,50,64)
#252A36
(37,42,54)
#1F222C
(31,34,44)
#191A22
(25,26,34)
#131218
(19,18,24)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #495A72

#495A72
(73,90,114)
#59697E
(89,105,126)
#69788A
(105,120,138)
#798796
(121,135,150)
#8996A2
(137,150,162)
#99A5AE
(153,165,174)
#A9B4BA
(169,180,186)
#B9C3C6
(185,195,198)
#C9D2D2
(201,210,210)
#D9E1DE
(217,225,222)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #495A72; }

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

This text font color is #495A72.


Background Color

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

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

This div background color is #495A72.


Border color

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

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

This div border color is #495A72.


Opacity

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

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

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

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

This text has shadow with #495A72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495A72 on black background.


Color preview on white background

This text has color #495A72 on white background.



Black color preview on #495A72 background

This text has black color on #495A72 background.


White color preview on #495A72 background

This text has white color on #495A72 background.