COLOR #497180

HEX: #497180
RGB: (73,113,128)

Renk bilgisi

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

RGB renk modeli

#497180 color RGB value is (73,113,128).

  • kırmız ton 73;
  • yeşil ton 113;
  • mavi ton 128.
RGB:
(73,113,128)
(29%,44%,50%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 113 of 255 = 44%
B 128 of 255 = 50%

73
113
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 113 + 128 = 314 (100%)
R 73 of 314 ~ 23.25%
G 113 of 314 ~ 35.99%
B 128 of 314 ~ 40.76%

%23.25
%35.99
%40.76

CMYK RENK MODELİ

#497180 rengi CMYK tonu (43,12,0,50).

  • camgöbeği tonu 42.97%
  • eflatun tonu 11.72%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(43,12,0,50)
C43M12Y0K50 
(43%,12%,0%,50%)
(0.43/0.12/0.00/0.50)	

CMYK yüzdeleri

%42.97
%11.72
%0
%49.8

Codes

Color #497180 in popluar color models

497180
RGB73113128
HSL196°27.36%39.41%
HSB/HSV196°42.97%50.20%
CMYK42.97%11.72%0.00%
49.80%

Color #497180 in popluar number systems.

HEX497180
Decimal73113128
Binary1001001111000110000000
Octal111161200

Shades and tints

Shades of #497180

#497180
(73,113,128)
#436775
(67,103,117)
#3D5D6A
(61,93,106)
#37535F
(55,83,95)
#314954
(49,73,84)
#2B3F49
(43,63,73)
#25353E
(37,53,62)
#1F2B33
(31,43,51)
#192128
(25,33,40)
#13171D
(19,23,29)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #497180

#497180
(73,113,128)
#597D8B
(89,125,139)
#698996
(105,137,150)
#7995A1
(121,149,161)
#89A1AC
(137,161,172)
#99ADB7
(153,173,183)
#A9B9C2
(169,185,194)
#B9C5CD
(185,197,205)
#C9D1D8
(201,209,216)
#D9DDE3
(217,221,227)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497180 color. Also use rgb(73,113,128) instead hex code.

Text Font Color

.myTextColor { color: #497180; }

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

This text font color is #497180.


Background Color

.myBgColor { background-color: #497180; }

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

This div background color is #497180.


Border color

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

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

This div border color is #497180.


Opacity

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

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

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

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

This text has shadow with #497180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497180 on black background.


Color preview on white background

This text has color #497180 on white background.



Black color preview on #497180 background

This text has black color on #497180 background.


White color preview on #497180 background

This text has white color on #497180 background.