COLOR #497381

HEX: #497381
RGB: (73,115,129)

Renk bilgisi

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

RGB renk modeli

#497381 color RGB value is (73,115,129).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 115 of 255 = 45%
B 129 of 255 = 51%

73
115
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 115 + 129 = 317 (100%)
R 73 of 317 ~ 23.03%
G 115 of 317 ~ 36.28%
B 129 of 317 ~ 40.69%

%23.03
%36.28
%40.69

CMYK RENK MODELİ

#497381 rengi CMYK tonu (43,11,0,49).

  • camgöbeği tonu 43.41%
  • eflatun tonu 10.85%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(43,11,0,49)
C43M11Y0K49 
(43%,11%,0%,49%)
(0.43/0.11/0.00/0.49)	

CMYK yüzdeleri

%43.41
%10.85
%0
%49.41

Codes

Color #497381 in popluar color models

497381
RGB73115129
HSL195°27.72%39.61%
HSB/HSV195°43.41%50.59%
CMYK43.41%10.85%0.00%
49.41%

Color #497381 in popluar number systems.

HEX497381
Decimal73115129
Binary1001001111001110000001
Octal111163201

Shades and tints

Shades of #497381

#497381
(73,115,129)
#436976
(67,105,118)
#3D5F6B
(61,95,107)
#375560
(55,85,96)
#314B55
(49,75,85)
#2B414A
(43,65,74)
#25373F
(37,55,63)
#1F2D34
(31,45,52)
#192329
(25,35,41)
#13191E
(19,25,30)
#0D0F13
(13,15,19)
#000000
(0,0,0)

Tints of #497381

#497381
(73,115,129)
#597F8C
(89,127,140)
#698B97
(105,139,151)
#7997A2
(121,151,162)
#89A3AD
(137,163,173)
#99AFB8
(153,175,184)
#A9BBC3
(169,187,195)
#B9C7CE
(185,199,206)
#C9D3D9
(201,211,217)
#D9DFE4
(217,223,228)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497381; }

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

This text font color is #497381.


Background Color

.myBgColor { background-color: #497381; }

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

This div background color is #497381.


Border color

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

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

This div border color is #497381.


Opacity

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

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

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

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

This text has shadow with #497381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497381 on black background.


Color preview on white background

This text has color #497381 on white background.



Black color preview on #497381 background

This text has black color on #497381 background.


White color preview on #497381 background

This text has white color on #497381 background.