COLOR #497289

HEX: #497289
RGB: (73,114,137)

Renk bilgisi

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

RGB renk modeli

#497289 color RGB value is (73,114,137).

  • kırmız ton 73;
  • yeşil ton 114;
  • mavi ton 137.
RGB:
(73,114,137)
(29%,45%,54%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 114 of 255 = 45%
B 137 of 255 = 54%

73
114
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 114 + 137 = 324 (100%)
R 73 of 324 ~ 22.53%
G 114 of 324 ~ 35.19%
B 137 of 324 ~ 42.28%

%22.53
%35.19
%42.28

CMYK RENK MODELİ

#497289 rengi CMYK tonu (47,17,0,46).

  • camgöbeği tonu 46.72%
  • eflatun tonu 16.79%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(47,17,0,46)
C47M17Y0K46 
(47%,17%,0%,46%)
(0.47/0.17/0.00/0.46)	

CMYK yüzdeleri

%46.72
%16.79
%0
%46.27

Codes

Color #497289 in popluar color models

497289
RGB73114137
HSL202°30.48%41.18%
HSB/HSV202°46.72%53.73%
CMYK46.72%16.79%0.00%
46.27%

Color #497289 in popluar number systems.

HEX497289
Decimal73114137
Binary1001001111001010001001
Octal111162211

Shades and tints

Shades of #497289

#497289
(73,114,137)
#43687D
(67,104,125)
#3D5E71
(61,94,113)
#375465
(55,84,101)
#314A59
(49,74,89)
#2B404D
(43,64,77)
#253641
(37,54,65)
#1F2C35
(31,44,53)
#192229
(25,34,41)
#13181D
(19,24,29)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #497289

#497289
(73,114,137)
#597E93
(89,126,147)
#698A9D
(105,138,157)
#7996A7
(121,150,167)
#89A2B1
(137,162,177)
#99AEBB
(153,174,187)
#A9BAC5
(169,186,197)
#B9C6CF
(185,198,207)
#C9D2D9
(201,210,217)
#D9DEE3
(217,222,227)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497289 color. Also use rgb(73,114,137) instead hex code.

Text Font Color

.myTextColor { color: #497289; }

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

This text font color is #497289.


Background Color

.myBgColor { background-color: #497289; }

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

This div background color is #497289.


Border color

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

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

This div border color is #497289.


Opacity

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

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

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

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

This text has shadow with #497289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497289 on black background.


Color preview on white background

This text has color #497289 on white background.



Black color preview on #497289 background

This text has black color on #497289 background.


White color preview on #497289 background

This text has white color on #497289 background.