COLOR #498996

HEX: #498996
RGB: (73,137,150)

Renk bilgisi

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

RGB renk modeli

#498996 color RGB value is (73,137,150).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 137 of 255 = 54%
B 150 of 255 = 59%

73
137
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 137 + 150 = 360 (100%)
R 73 of 360 ~ 20.28%
G 137 of 360 ~ 38.06%
B 150 of 360 ~ 41.67%

%20.28
%38.06
%41.67

CMYK RENK MODELİ

#498996 rengi CMYK tonu (51,9,0,41).

  • camgöbeği tonu 51.33%
  • eflatun tonu 8.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(51,9,0,41)
C51M9Y0K41 
(51%,9%,0%,41%)
(0.51/0.09/0.00/0.41)	

CMYK yüzdeleri

%51.33
%8.67
%0
%41.18

Codes

Color #498996 in popluar color models

498996
RGB73137150
HSL190°34.53%43.73%
HSB/HSV190°51.33%58.82%
CMYK51.33%8.67%0.00%
41.18%

Color #498996 in popluar number systems.

HEX498996
Decimal73137150
Binary10010011000100110010110
Octal111211226

Shades and tints

Shades of #498996

#498996
(73,137,150)
#437D89
(67,125,137)
#3D717C
(61,113,124)
#37656F
(55,101,111)
#315962
(49,89,98)
#2B4D55
(43,77,85)
#254148
(37,65,72)
#1F353B
(31,53,59)
#19292E
(25,41,46)
#131D21
(19,29,33)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #498996

#498996
(73,137,150)
#59939F
(89,147,159)
#699DA8
(105,157,168)
#79A7B1
(121,167,177)
#89B1BA
(137,177,186)
#99BBC3
(153,187,195)
#A9C5CC
(169,197,204)
#B9CFD5
(185,207,213)
#C9D9DE
(201,217,222)
#D9E3E7
(217,227,231)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498996; }

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

This text font color is #498996.


Background Color

.myBgColor { background-color: #498996; }

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

This div background color is #498996.


Border color

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

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

This div border color is #498996.


Opacity

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

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

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

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

This text has shadow with #498996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498996 on black background.


Color preview on white background

This text has color #498996 on white background.



Black color preview on #498996 background

This text has black color on #498996 background.


White color preview on #498996 background

This text has white color on #498996 background.