COLOR #497178

HEX: #497178
RGB: (73,113,120)

Renk bilgisi

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

RGB renk modeli

#497178 color RGB value is (73,113,120).

  • kırmız ton 73;
  • yeşil ton 113;
  • mavi ton 120.
RGB:
(73,113,120)
(29%,44%,47%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 113 of 255 = 44%
B 120 of 255 = 47%

73
113
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 113 + 120 = 306 (100%)
R 73 of 306 ~ 23.86%
G 113 of 306 ~ 36.93%
B 120 of 306 ~ 39.22%

%23.86
%36.93
%39.22

CMYK RENK MODELİ

#497178 rengi CMYK tonu (39,6,0,53).

  • camgöbeği tonu 39.17%
  • eflatun tonu 5.83%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(39,6,0,53)
C39M6Y0K53 
(39%,6%,0%,53%)
(0.39/0.06/0.00/0.53)	

CMYK yüzdeleri

%39.17
%5.83
%0
%52.94

Codes

Color #497178 in popluar color models

497178
RGB73113120
HSL189°24.35%37.84%
HSB/HSV189°39.17%47.06%
CMYK39.17%5.83%0.00%
52.94%

Color #497178 in popluar number systems.

HEX497178
Decimal73113120
Binary100100111100011111000
Octal111161170

Shades and tints

Shades of #497178

#497178
(73,113,120)
#43676E
(67,103,110)
#3D5D64
(61,93,100)
#37535A
(55,83,90)
#314950
(49,73,80)
#2B3F46
(43,63,70)
#25353C
(37,53,60)
#1F2B32
(31,43,50)
#192128
(25,33,40)
#13171E
(19,23,30)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #497178

#497178
(73,113,120)
#597D84
(89,125,132)
#698990
(105,137,144)
#79959C
(121,149,156)
#89A1A8
(137,161,168)
#99ADB4
(153,173,180)
#A9B9C0
(169,185,192)
#B9C5CC
(185,197,204)
#C9D1D8
(201,209,216)
#D9DDE4
(217,221,228)
#E9E9F0
(233,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497178 color. Also use rgb(73,113,120) instead hex code.

Text Font Color

.myTextColor { color: #497178; }

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

This text font color is #497178.


Background Color

.myBgColor { background-color: #497178; }

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

This div background color is #497178.


Border color

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

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

This div border color is #497178.


Opacity

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

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

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

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

This text has shadow with #497178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497178 on black background.


Color preview on white background

This text has color #497178 on white background.



Black color preview on #497178 background

This text has black color on #497178 background.


White color preview on #497178 background

This text has white color on #497178 background.