COLOR #497DB1

HEX: #497DB1
RGB: (73,125,177)

Renk bilgisi

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

RGB renk modeli

#497DB1 color RGB value is (73,125,177).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 125 of 255 = 49%
B 177 of 255 = 69%

73
125
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 125 + 177 = 375 (100%)
R 73 of 375 ~ 19.47%
G 125 of 375 ~ 33.33%
B 177 of 375 ~ 47.2%

%19.47
%33.33
%47.2

CMYK RENK MODELİ

#497DB1 rengi CMYK tonu (59,29,0,31).

  • camgöbeği tonu 58.76%
  • eflatun tonu 29.38%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(59,29,0,31)
C59M29Y0K31 
(59%,29%,0%,31%)
(0.59/0.29/0.00/0.31)	

CMYK yüzdeleri

%58.76
%29.38
%0
%30.59

Codes

Color #497DB1 in popluar color models

497DB1
RGB73125177
HSL210°41.60%49.02%
HSB/HSV210°58.76%69.41%
CMYK58.76%29.38%0.00%
30.59%

Color #497DB1 in popluar number systems.

HEX497DB1
Decimal73125177
Binary1001001111110110110001
Octal111175261

Shades and tints

Shades of #497DB1

#497DB1
(73,125,177)
#4372A1
(67,114,161)
#3D6791
(61,103,145)
#375C81
(55,92,129)
#315171
(49,81,113)
#2B4661
(43,70,97)
#253B51
(37,59,81)
#1F3041
(31,48,65)
#192531
(25,37,49)
#131A21
(19,26,33)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #497DB1

#497DB1
(73,125,177)
#5988B8
(89,136,184)
#6993BF
(105,147,191)
#799EC6
(121,158,198)
#89A9CD
(137,169,205)
#99B4D4
(153,180,212)
#A9BFDB
(169,191,219)
#B9CAE2
(185,202,226)
#C9D5E9
(201,213,233)
#D9E0F0
(217,224,240)
#E9EBF7
(233,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497DB1; }

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

This text font color is #497DB1.


Background Color

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

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

This div background color is #497DB1.


Border color

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

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

This div border color is #497DB1.


Opacity

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

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

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

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

This text has shadow with #497DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497DB1 on black background.


Color preview on white background

This text has color #497DB1 on white background.



Black color preview on #497DB1 background

This text has black color on #497DB1 background.


White color preview on #497DB1 background

This text has white color on #497DB1 background.