COLOR #497277

HEX: #497277
RGB: (73,114,119)

Renk bilgisi

#497277 contains red, green and blue colors in about the same proportion. #497277 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#497277 color RGB value is (73,114,119).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 114 of 255 = 45%
B 119 of 255 = 47%

73
114
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 114 + 119 = 306 (100%)
R 73 of 306 ~ 23.86%
G 114 of 306 ~ 37.25%
B 119 of 306 ~ 38.89%

%23.86
%37.25
%38.89

CMYK RENK MODELİ

#497277 rengi CMYK tonu (39,4,0,53).

  • camgöbeği tonu 38.66%
  • eflatun tonu 4.20%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(39,4,0,53)
C39M4Y0K53 
(39%,4%,0%,53%)
(0.39/0.04/0.00/0.53)	

CMYK yüzdeleri

%38.66
%4.2
%0
%53.33

Codes

Color #497277 in popluar color models

497277
RGB73114119
HSL187°23.96%37.65%
HSB/HSV187°38.66%46.67%
CMYK38.66%4.20%0.00%
53.33%

Color #497277 in popluar number systems.

HEX497277
Decimal73114119
Binary100100111100101110111
Octal111162167

Shades and tints

Shades of #497277

#497277
(73,114,119)
#43686D
(67,104,109)
#3D5E63
(61,94,99)
#375459
(55,84,89)
#314A4F
(49,74,79)
#2B4045
(43,64,69)
#25363B
(37,54,59)
#1F2C31
(31,44,49)
#192227
(25,34,39)
#13181D
(19,24,29)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #497277

#497277
(73,114,119)
#597E83
(89,126,131)
#698A8F
(105,138,143)
#79969B
(121,150,155)
#89A2A7
(137,162,167)
#99AEB3
(153,174,179)
#A9BABF
(169,186,191)
#B9C6CB
(185,198,203)
#C9D2D7
(201,210,215)
#D9DEE3
(217,222,227)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497277; }

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

This text font color is #497277.


Background Color

.myBgColor { background-color: #497277; }

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

This div background color is #497277.


Border color

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

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

This div border color is #497277.


Opacity

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

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

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

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

This text has shadow with #497277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497277 on black background.


Color preview on white background

This text has color #497277 on white background.



Black color preview on #497277 background

This text has black color on #497277 background.


White color preview on #497277 background

This text has white color on #497277 background.