COLOR #497DA0

HEX: #497DA0
RGB: (73,125,160)

Renk bilgisi

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

RGB renk modeli

#497DA0 color RGB value is (73,125,160).

  • kırmız ton 73;
  • yeşil ton 125;
  • mavi ton 160.
RGB:
(73,125,160)
(29%,49%,63%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 125 of 255 = 49%
B 160 of 255 = 63%

73
125
160

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 125 + 160 = 358 (100%)
R 73 of 358 ~ 20.39%
G 125 of 358 ~ 34.92%
B 160 of 358 ~ 44.69%

%20.39
%34.92
%44.69

CMYK RENK MODELİ

#497DA0 rengi CMYK tonu (54,22,0,37).

  • camgöbeği tonu 54.38%
  • eflatun tonu 21.88%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(54,22,0,37)
C54M22Y0K37 
(54%,22%,0%,37%)
(0.54/0.22/0.00/0.37)	

CMYK yüzdeleri

%54.38
%21.88
%0
%37.25

Codes

Color #497DA0 in popluar color models

497DA0
RGB73125160
HSL204°37.34%45.69%
HSB/HSV204°54.38%62.75%
CMYK54.38%21.88%0.00%
37.25%

Color #497DA0 in popluar number systems.

HEX497DA0
Decimal73125160
Binary1001001111110110100000
Octal111175240

Shades and tints

Shades of #497DA0

#497DA0
(73,125,160)
#437292
(67,114,146)
#3D6784
(61,103,132)
#375C76
(55,92,118)
#315168
(49,81,104)
#2B465A
(43,70,90)
#253B4C
(37,59,76)
#1F303E
(31,48,62)
#192530
(25,37,48)
#131A22
(19,26,34)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #497DA0

#497DA0
(73,125,160)
#5988A8
(89,136,168)
#6993B0
(105,147,176)
#799EB8
(121,158,184)
#89A9C0
(137,169,192)
#99B4C8
(153,180,200)
#A9BFD0
(169,191,208)
#B9CAD8
(185,202,216)
#C9D5E0
(201,213,224)
#D9E0E8
(217,224,232)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497DA0 color. Also use rgb(73,125,160) instead hex code.

Text Font Color

.myTextColor { color: #497DA0; }

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

This text font color is #497DA0.


Background Color

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

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

This div background color is #497DA0.


Border color

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

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

This div border color is #497DA0.


Opacity

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

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

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

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

This text has shadow with #497DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497DA0 on black background.


Color preview on white background

This text has color #497DA0 on white background.



Black color preview on #497DA0 background

This text has black color on #497DA0 background.


White color preview on #497DA0 background

This text has white color on #497DA0 background.