COLOR #499489

HEX: #499489
RGB: (73,148,137)

Renk bilgisi

#499489 contains mainly green and blue colors. #499489 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#499489 color RGB value is (73,148,137).

  • kırmız ton 73;
  • yeşil ton 148;
  • mavi ton 137.
RGB:
(73,148,137)
(29%,58%,54%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 148 of 255 = 58%
B 137 of 255 = 54%

73
148
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 148 + 137 = 358 (100%)
R 73 of 358 ~ 20.39%
G 148 of 358 ~ 41.34%
B 137 of 358 ~ 38.27%

%20.39
%41.34
%38.27

CMYK RENK MODELİ

#499489 rengi CMYK tonu (51,0,7,42).

  • camgöbeği tonu 50.68%
  • eflatun tonu 0.00%
  • sarı tonu 7.43%
  • ana renk tonu 41.96%
CMYK:
(51,0,7,42)
C51M0Y7K42 
(51%,0%,7%,42%)
(0.51/0.00/0.07/0.42)	

CMYK yüzdeleri

%50.68
%0
%7.43
%41.96

Codes

Color #499489 in popluar color models

499489
RGB73148137
HSL171°33.94%43.33%
HSB/HSV171°50.68%58.04%
CMYK50.68%0.00%7.43%
41.96%

Color #499489 in popluar number systems.

HEX499489
Decimal73148137
Binary10010011001010010001001
Octal111224211

Shades and tints

Shades of #499489

#499489
(73,148,137)
#43877D
(67,135,125)
#3D7A71
(61,122,113)
#376D65
(55,109,101)
#316059
(49,96,89)
#2B534D
(43,83,77)
#254641
(37,70,65)
#1F3935
(31,57,53)
#192C29
(25,44,41)
#131F1D
(19,31,29)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #499489

#499489
(73,148,137)
#599D93
(89,157,147)
#69A69D
(105,166,157)
#79AFA7
(121,175,167)
#89B8B1
(137,184,177)
#99C1BB
(153,193,187)
#A9CAC5
(169,202,197)
#B9D3CF
(185,211,207)
#C9DCD9
(201,220,217)
#D9E5E3
(217,229,227)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #499489 color. Also use rgb(73,148,137) instead hex code.

Text Font Color

.myTextColor { color: #499489; }

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

This text font color is #499489.


Background Color

.myBgColor { background-color: #499489; }

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

This div background color is #499489.


Border color

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

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

This div border color is #499489.


Opacity

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

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

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

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

This text has shadow with #499489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #499489 on black background.


Color preview on white background

This text has color #499489 on white background.



Black color preview on #499489 background

This text has black color on #499489 background.


White color preview on #499489 background

This text has white color on #499489 background.