COLOR #497DA4

HEX: #497DA4
RGB: (73,125,164)

Renk bilgisi

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

RGB renk modeli

#497DA4 color RGB value is (73,125,164).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 125 of 255 = 49%
B 164 of 255 = 64%

73
125
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 125 + 164 = 362 (100%)
R 73 of 362 ~ 20.17%
G 125 of 362 ~ 34.53%
B 164 of 362 ~ 45.3%

%20.17
%34.53
%45.3

CMYK RENK MODELİ

#497DA4 rengi CMYK tonu (55,24,0,36).

  • camgöbeği tonu 55.49%
  • eflatun tonu 23.78%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(55,24,0,36)
C55M24Y0K36 
(55%,24%,0%,36%)
(0.55/0.24/0.00/0.36)	

CMYK yüzdeleri

%55.49
%23.78
%0
%35.69

Codes

Color #497DA4 in popluar color models

497DA4
RGB73125164
HSL206°38.40%46.47%
HSB/HSV206°55.49%64.31%
CMYK55.49%23.78%0.00%
35.69%

Color #497DA4 in popluar number systems.

HEX497DA4
Decimal73125164
Binary1001001111110110100100
Octal111175244

Shades and tints

Shades of #497DA4

#497DA4
(73,125,164)
#437296
(67,114,150)
#3D6788
(61,103,136)
#375C7A
(55,92,122)
#31516C
(49,81,108)
#2B465E
(43,70,94)
#253B50
(37,59,80)
#1F3042
(31,48,66)
#192534
(25,37,52)
#131A26
(19,26,38)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #497DA4

#497DA4
(73,125,164)
#5988AC
(89,136,172)
#6993B4
(105,147,180)
#799EBC
(121,158,188)
#89A9C4
(137,169,196)
#99B4CC
(153,180,204)
#A9BFD4
(169,191,212)
#B9CADC
(185,202,220)
#C9D5E4
(201,213,228)
#D9E0EC
(217,224,236)
#E9EBF4
(233,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497DA4; }

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

This text font color is #497DA4.


Background Color

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

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

This div background color is #497DA4.


Border color

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

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

This div border color is #497DA4.


Opacity

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

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

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

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

This text has shadow with #497DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497DA4 on black background.


Color preview on white background

This text has color #497DA4 on white background.



Black color preview on #497DA4 background

This text has black color on #497DA4 background.


White color preview on #497DA4 background

This text has white color on #497DA4 background.