COLOR #497881

HEX: #497881
RGB: (73,120,129)

Renk bilgisi

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

RGB renk modeli

#497881 color RGB value is (73,120,129).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 120 of 255 = 47%
B 129 of 255 = 51%

73
120
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 120 + 129 = 322 (100%)
R 73 of 322 ~ 22.67%
G 120 of 322 ~ 37.27%
B 129 of 322 ~ 40.06%

%22.67
%37.27
%40.06

CMYK RENK MODELİ

#497881 rengi CMYK tonu (43,7,0,49).

  • camgöbeği tonu 43.41%
  • eflatun tonu 6.98%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(43,7,0,49)
C43M7Y0K49 
(43%,7%,0%,49%)
(0.43/0.07/0.00/0.49)	

CMYK yüzdeleri

%43.41
%6.98
%0
%49.41

Codes

Color #497881 in popluar color models

497881
RGB73120129
HSL190°27.72%39.61%
HSB/HSV190°43.41%50.59%
CMYK43.41%6.98%0.00%
49.41%

Color #497881 in popluar number systems.

HEX497881
Decimal73120129
Binary1001001111100010000001
Octal111170201

Shades and tints

Shades of #497881

#497881
(73,120,129)
#436E76
(67,110,118)
#3D646B
(61,100,107)
#375A60
(55,90,96)
#315055
(49,80,85)
#2B464A
(43,70,74)
#253C3F
(37,60,63)
#1F3234
(31,50,52)
#192829
(25,40,41)
#131E1E
(19,30,30)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #497881

#497881
(73,120,129)
#59848C
(89,132,140)
#699097
(105,144,151)
#799CA2
(121,156,162)
#89A8AD
(137,168,173)
#99B4B8
(153,180,184)
#A9C0C3
(169,192,195)
#B9CCCE
(185,204,206)
#C9D8D9
(201,216,217)
#D9E4E4
(217,228,228)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #497881; }

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

This text font color is #497881.


Background Color

.myBgColor { background-color: #497881; }

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

This div background color is #497881.


Border color

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

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

This div border color is #497881.


Opacity

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

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

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

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

This text has shadow with #497881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497881 on black background.


Color preview on white background

This text has color #497881 on white background.



Black color preview on #497881 background

This text has black color on #497881 background.


White color preview on #497881 background

This text has white color on #497881 background.