COLOR #497EC7

HEX: #497EC7
RGB: (73,126,199)

Renk bilgisi

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

RGB renk modeli

#497EC7 color RGB value is (73,126,199).

  • kırmız ton 73;
  • yeşil ton 126;
  • mavi ton 199.
RGB:
(73,126,199)
(29%,49%,78%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 126 of 255 = 49%
B 199 of 255 = 78%

73
126
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 126 + 199 = 398 (100%)
R 73 of 398 ~ 18.34%
G 126 of 398 ~ 31.66%
B 199 of 398 ~ 50%

%18.34
%31.66
%50

CMYK RENK MODELİ

#497EC7 rengi CMYK tonu (63,37,0,22).

  • camgöbeği tonu 63.32%
  • eflatun tonu 36.68%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(63,37,0,22)
C63M37Y0K22 
(63%,37%,0%,22%)
(0.63/0.37/0.00/0.22)	

CMYK yüzdeleri

%63.32
%36.68
%0
%21.96

Codes

Color #497EC7 in popluar color models

497EC7
RGB73126199
HSL215°52.94%53.33%
HSB/HSV215°63.32%78.04%
CMYK63.32%36.68%0.00%
21.96%

Color #497EC7 in popluar number systems.

HEX497EC7
Decimal73126199
Binary1001001111111011000111
Octal111176307

Shades and tints

Shades of #497EC7

#497EC7
(73,126,199)
#4373B5
(67,115,181)
#3D68A3
(61,104,163)
#375D91
(55,93,145)
#31527F
(49,82,127)
#2B476D
(43,71,109)
#253C5B
(37,60,91)
#1F3149
(31,49,73)
#192637
(25,38,55)
#131B25
(19,27,37)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #497EC7

#497EC7
(73,126,199)
#5989CC
(89,137,204)
#6994D1
(105,148,209)
#799FD6
(121,159,214)
#89AADB
(137,170,219)
#99B5E0
(153,181,224)
#A9C0E5
(169,192,229)
#B9CBEA
(185,203,234)
#C9D6EF
(201,214,239)
#D9E1F4
(217,225,244)
#E9ECF9
(233,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497EC7 color. Also use rgb(73,126,199) instead hex code.

Text Font Color

.myTextColor { color: #497EC7; }

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

This text font color is #497EC7.


Background Color

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

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

This div background color is #497EC7.


Border color

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

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

This div border color is #497EC7.


Opacity

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

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

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

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

This text has shadow with #497EC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497EC7 on black background.


Color preview on white background

This text has color #497EC7 on white background.



Black color preview on #497EC7 background

This text has black color on #497EC7 background.


White color preview on #497EC7 background

This text has white color on #497EC7 background.