COLOR #497C81

HEX: #497C81
RGB: (73,124,129)

Renk bilgisi

#497C81 contains red, green and blue colors in about the same proportion. #497C81 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#497C81 color RGB value is (73,124,129).

  • kırmız ton 73;
  • yeşil ton 124;
  • mavi ton 129.
RGB:
(73,124,129)
(29%,49%,51%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 124 of 255 = 49%
B 129 of 255 = 51%

73
124
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 124 + 129 = 326 (100%)
R 73 of 326 ~ 22.39%
G 124 of 326 ~ 38.04%
B 129 of 326 ~ 39.57%

%22.39
%38.04
%39.57

CMYK RENK MODELİ

#497C81 rengi CMYK tonu (43,4,0,49).

  • camgöbeği tonu 43.41%
  • eflatun tonu 3.88%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(43,4,0,49)
C43M4Y0K49 
(43%,4%,0%,49%)
(0.43/0.04/0.00/0.49)	

CMYK yüzdeleri

%43.41
%3.88
%0
%49.41

Codes

Color #497C81 in popluar color models

497C81
RGB73124129
HSL185°27.72%39.61%
HSB/HSV185°43.41%50.59%
CMYK43.41%3.88%0.00%
49.41%

Color #497C81 in popluar number systems.

HEX497C81
Decimal73124129
Binary1001001111110010000001
Octal111174201

Shades and tints

Shades of #497C81

#497C81
(73,124,129)
#437176
(67,113,118)
#3D666B
(61,102,107)
#375B60
(55,91,96)
#315055
(49,80,85)
#2B454A
(43,69,74)
#253A3F
(37,58,63)
#1F2F34
(31,47,52)
#192429
(25,36,41)
#13191E
(19,25,30)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #497C81

#497C81
(73,124,129)
#59878C
(89,135,140)
#699297
(105,146,151)
#799DA2
(121,157,162)
#89A8AD
(137,168,173)
#99B3B8
(153,179,184)
#A9BEC3
(169,190,195)
#B9C9CE
(185,201,206)
#C9D4D9
(201,212,217)
#D9DFE4
(217,223,228)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497C81 color. Also use rgb(73,124,129) instead hex code.

Text Font Color

.myTextColor { color: #497C81; }

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

This text font color is #497C81.


Background Color

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

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

This div background color is #497C81.


Border color

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

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

This div border color is #497C81.


Opacity

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

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

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

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

This text has shadow with #497C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497C81 on black background.


Color preview on white background

This text has color #497C81 on white background.



Black color preview on #497C81 background

This text has black color on #497C81 background.


White color preview on #497C81 background

This text has white color on #497C81 background.