COLOR #497685

HEX: #497685
RGB: (73,118,133)

Renk bilgisi

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

RGB renk modeli

#497685 color RGB value is (73,118,133).

  • kırmız ton 73;
  • yeşil ton 118;
  • mavi ton 133.
RGB:
(73,118,133)
(29%,46%,52%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 118 of 255 = 46%
B 133 of 255 = 52%

73
118
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 118 + 133 = 324 (100%)
R 73 of 324 ~ 22.53%
G 118 of 324 ~ 36.42%
B 133 of 324 ~ 41.05%

%22.53
%36.42
%41.05

CMYK RENK MODELİ

#497685 rengi CMYK tonu (45,11,0,48).

  • camgöbeği tonu 45.11%
  • eflatun tonu 11.28%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(45,11,0,48)
C45M11Y0K48 
(45%,11%,0%,48%)
(0.45/0.11/0.00/0.48)	

CMYK yüzdeleri

%45.11
%11.28
%0
%47.84

Codes

Color #497685 in popluar color models

497685
RGB73118133
HSL195°29.13%40.39%
HSB/HSV195°45.11%52.16%
CMYK45.11%11.28%0.00%
47.84%

Color #497685 in popluar number systems.

HEX497685
Decimal73118133
Binary1001001111011010000101
Octal111166205

Shades and tints

Shades of #497685

#497685
(73,118,133)
#436C79
(67,108,121)
#3D626D
(61,98,109)
#375861
(55,88,97)
#314E55
(49,78,85)
#2B4449
(43,68,73)
#253A3D
(37,58,61)
#1F3031
(31,48,49)
#192625
(25,38,37)
#131C19
(19,28,25)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #497685

#497685
(73,118,133)
#598290
(89,130,144)
#698E9B
(105,142,155)
#799AA6
(121,154,166)
#89A6B1
(137,166,177)
#99B2BC
(153,178,188)
#A9BEC7
(169,190,199)
#B9CAD2
(185,202,210)
#C9D6DD
(201,214,221)
#D9E2E8
(217,226,232)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497685 color. Also use rgb(73,118,133) instead hex code.

Text Font Color

.myTextColor { color: #497685; }

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

This text font color is #497685.


Background Color

.myBgColor { background-color: #497685; }

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

This div background color is #497685.


Border color

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

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

This div border color is #497685.


Opacity

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

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

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

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

This text has shadow with #497685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497685 on black background.


Color preview on white background

This text has color #497685 on white background.



Black color preview on #497685 background

This text has black color on #497685 background.


White color preview on #497685 background

This text has white color on #497685 background.