COLOR #497C97

HEX: #497C97
RGB: (73,124,151)

Renk bilgisi

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

RGB renk modeli

#497C97 color RGB value is (73,124,151).

  • kırmız ton 73;
  • yeşil ton 124;
  • mavi ton 151.
RGB:
(73,124,151)
(29%,49%,59%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 124 of 255 = 49%
B 151 of 255 = 59%

73
124
151

R + G + B ~ 46%. #497C97 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 124 + 151 = 348 (100%)
R 73 of 348 ~ 20.98%
G 124 of 348 ~ 35.63%
B 151 of 348 ~ 43.39%

%20.98
%35.63
%43.39

CMYK RENK MODELİ

#497C97 rengi CMYK tonu (52,18,0,41).

  • camgöbeği tonu 51.66%
  • eflatun tonu 17.88%
  • sarı tonu 0.00%
  • ana renk tonu 40.78%
CMYK:
(52,18,0,41)
C52M18Y0K41 
(52%,18%,0%,41%)
(0.52/0.18/0.00/0.41)	

CMYK yüzdeleri

%51.66
%17.88
%0
%40.78

Codes

Color #497C97 in popluar color models

497C97
RGB73124151
HSL201°34.82%43.92%
HSB/HSV201°51.66%59.22%
CMYK51.66%17.88%0.00%
40.78%

Color #497C97 in popluar number systems.

HEX497C97
Decimal73124151
Binary1001001111110010010111
Octal111174227

Shades and tints

Shades of #497C97

#497C97
(73,124,151)
#43718A
(67,113,138)
#3D667D
(61,102,125)
#375B70
(55,91,112)
#315063
(49,80,99)
#2B4556
(43,69,86)
#253A49
(37,58,73)
#1F2F3C
(31,47,60)
#19242F
(25,36,47)
#131922
(19,25,34)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #497C97

#497C97
(73,124,151)
#5987A0
(89,135,160)
#6992A9
(105,146,169)
#799DB2
(121,157,178)
#89A8BB
(137,168,187)
#99B3C4
(153,179,196)
#A9BECD
(169,190,205)
#B9C9D6
(185,201,214)
#C9D4DF
(201,212,223)
#D9DFE8
(217,223,232)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497C97 color. Also use rgb(73,124,151) instead hex code.

Text Font Color

.myTextColor { color: #497C97; }

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

This text font color is #497C97.


Background Color

.myBgColor { background-color: #497C97; }

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

This div background color is #497C97.


Border color

.myBorderColor { border: 1px solid #497C97; }

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

This div border color is #497C97.


Opacity

.myOpacity80 { color: #497C97; opacity: 0.8; }

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

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

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

This text has shadow with #497C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C97 on black background.


Color preview on white background

This text has color #497C97 on white background.



Black color preview on #497C97 background

This text has black color on #497C97 background.


White color preview on #497C97 background

This text has white color on #497C97 background.