COLOR #497299

HEX: #497299
RGB: (73,114,153)

Renk bilgisi

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

RGB renk modeli

#497299 color RGB value is (73,114,153).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 114 of 255 = 45%
B 153 of 255 = 60%

73
114
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 114 + 153 = 340 (100%)
R 73 of 340 ~ 21.47%
G 114 of 340 ~ 33.53%
B 153 of 340 ~ 45%

%21.47
%33.53
%45

CMYK RENK MODELİ

#497299 rengi CMYK tonu (52,25,0,40).

  • camgöbeği tonu 52.29%
  • eflatun tonu 25.49%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(52,25,0,40)
C52M25Y0K40 
(52%,25%,0%,40%)
(0.52/0.25/0.00/0.40)	

CMYK yüzdeleri

%52.29
%25.49
%0
%40

Codes

Color #497299 in popluar color models

497299
RGB73114153
HSL209°35.40%44.31%
HSB/HSV209°52.29%60.00%
CMYK52.29%25.49%0.00%
40.00%

Color #497299 in popluar number systems.

HEX497299
Decimal73114153
Binary1001001111001010011001
Octal111162231

Shades and tints

Shades of #497299

#497299
(73,114,153)
#43688C
(67,104,140)
#3D5E7F
(61,94,127)
#375472
(55,84,114)
#314A65
(49,74,101)
#2B4058
(43,64,88)
#25364B
(37,54,75)
#1F2C3E
(31,44,62)
#192231
(25,34,49)
#131824
(19,24,36)
#0D0E17
(13,14,23)
#000000
(0,0,0)

Tints of #497299

#497299
(73,114,153)
#597EA2
(89,126,162)
#698AAB
(105,138,171)
#7996B4
(121,150,180)
#89A2BD
(137,162,189)
#99AEC6
(153,174,198)
#A9BACF
(169,186,207)
#B9C6D8
(185,198,216)
#C9D2E1
(201,210,225)
#D9DEEA
(217,222,234)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497299; }

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

This text font color is #497299.


Background Color

.myBgColor { background-color: #497299; }

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

This div background color is #497299.


Border color

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

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

This div border color is #497299.


Opacity

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

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

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

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

This text has shadow with #497299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497299 on black background.


Color preview on white background

This text has color #497299 on white background.



Black color preview on #497299 background

This text has black color on #497299 background.


White color preview on #497299 background

This text has white color on #497299 background.