COLOR #497AB9

HEX: #497AB9
RGB: (73,122,185)

Renk bilgisi

#497AB9 contains mainly blue color. #497AB9 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#497AB9 color RGB value is (73,122,185).

  • kırmız ton 73;
  • yeşil ton 122;
  • mavi ton 185.
RGB:
(73,122,185)
(29%,48%,73%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 122 of 255 = 48%
B 185 of 255 = 73%

73
122
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 122 + 185 = 380 (100%)
R 73 of 380 ~ 19.21%
G 122 of 380 ~ 32.11%
B 185 of 380 ~ 48.68%

%19.21
%32.11
%48.68

CMYK RENK MODELİ

#497AB9 rengi CMYK tonu (61,34,0,27).

  • camgöbeği tonu 60.54%
  • eflatun tonu 34.05%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(61,34,0,27)
C61M34Y0K27 
(61%,34%,0%,27%)
(0.61/0.34/0.00/0.27)	

CMYK yüzdeleri

%60.54
%34.05
%0
%27.45

Codes

Color #497AB9 in popluar color models

497AB9
RGB73122185
HSL214°44.44%50.59%
HSB/HSV214°60.54%72.55%
CMYK60.54%34.05%0.00%
27.45%

Color #497AB9 in popluar number systems.

HEX497AB9
Decimal73122185
Binary1001001111101010111001
Octal111172271

Shades and tints

Shades of #497AB9

#497AB9
(73,122,185)
#436FA9
(67,111,169)
#3D6499
(61,100,153)
#375989
(55,89,137)
#314E79
(49,78,121)
#2B4369
(43,67,105)
#253859
(37,56,89)
#1F2D49
(31,45,73)
#192239
(25,34,57)
#131729
(19,23,41)
#0D0C19
(13,12,25)
#000000
(0,0,0)

Tints of #497AB9

#497AB9
(73,122,185)
#5986BF
(89,134,191)
#6992C5
(105,146,197)
#799ECB
(121,158,203)
#89AAD1
(137,170,209)
#99B6D7
(153,182,215)
#A9C2DD
(169,194,221)
#B9CEE3
(185,206,227)
#C9DAE9
(201,218,233)
#D9E6EF
(217,230,239)
#E9F2F5
(233,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497AB9 color. Also use rgb(73,122,185) instead hex code.

Text Font Color

.myTextColor { color: #497AB9; }

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

This text font color is #497AB9.


Background Color

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

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

This div background color is #497AB9.


Border color

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

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

This div border color is #497AB9.


Opacity

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

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

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

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

This text has shadow with #497AB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497AB9 on black background.


Color preview on white background

This text has color #497AB9 on white background.



Black color preview on #497AB9 background

This text has black color on #497AB9 background.


White color preview on #497AB9 background

This text has white color on #497AB9 background.