COLOR #497D87

HEX: #497D87
RGB: (73,125,135)

Renk bilgisi

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

RGB renk modeli

#497D87 color RGB value is (73,125,135).

  • kırmız ton 73;
  • yeşil ton 125;
  • mavi ton 135.
RGB:
(73,125,135)
(29%,49%,53%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 125 of 255 = 49%
B 135 of 255 = 53%

73
125
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 125 + 135 = 333 (100%)
R 73 of 333 ~ 21.92%
G 125 of 333 ~ 37.54%
B 135 of 333 ~ 40.54%

%21.92
%37.54
%40.54

CMYK RENK MODELİ

#497D87 rengi CMYK tonu (46,7,0,47).

  • camgöbeği tonu 45.93%
  • eflatun tonu 7.41%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(46,7,0,47)
C46M7Y0K47 
(46%,7%,0%,47%)
(0.46/0.07/0.00/0.47)	

CMYK yüzdeleri

%45.93
%7.41
%0
%47.06

Codes

Color #497D87 in popluar color models

497D87
RGB73125135
HSL190°29.81%40.78%
HSB/HSV190°45.93%52.94%
CMYK45.93%7.41%0.00%
47.06%

Color #497D87 in popluar number systems.

HEX497D87
Decimal73125135
Binary1001001111110110000111
Octal111175207

Shades and tints

Shades of #497D87

#497D87
(73,125,135)
#43727B
(67,114,123)
#3D676F
(61,103,111)
#375C63
(55,92,99)
#315157
(49,81,87)
#2B464B
(43,70,75)
#253B3F
(37,59,63)
#1F3033
(31,48,51)
#192527
(25,37,39)
#131A1B
(19,26,27)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #497D87

#497D87
(73,125,135)
#598891
(89,136,145)
#69939B
(105,147,155)
#799EA5
(121,158,165)
#89A9AF
(137,169,175)
#99B4B9
(153,180,185)
#A9BFC3
(169,191,195)
#B9CACD
(185,202,205)
#C9D5D7
(201,213,215)
#D9E0E1
(217,224,225)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497D87 color. Also use rgb(73,125,135) instead hex code.

Text Font Color

.myTextColor { color: #497D87; }

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

This text font color is #497D87.


Background Color

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

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

This div background color is #497D87.


Border color

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

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

This div border color is #497D87.


Opacity

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

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

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

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

This text has shadow with #497D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497D87 on black background.


Color preview on white background

This text has color #497D87 on white background.



Black color preview on #497D87 background

This text has black color on #497D87 background.


White color preview on #497D87 background

This text has white color on #497D87 background.