COLOR #498B8D

HEX: #498B8D
RGB: (73,139,141)

Renk bilgisi

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

RGB renk modeli

#498B8D color RGB value is (73,139,141).

  • kırmız ton 73;
  • yeşil ton 139;
  • mavi ton 141.
RGB:
(73,139,141)
(29%,55%,55%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 139 of 255 = 55%
B 141 of 255 = 55%

73
139
141

R + G + B ~ 46%. #498B8D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 139 + 141 = 353 (100%)
R 73 of 353 ~ 20.68%
G 139 of 353 ~ 39.38%
B 141 of 353 ~ 39.94%

%20.68
%39.38
%39.94

CMYK RENK MODELİ

#498B8D rengi CMYK tonu (48,1,0,45).

  • camgöbeği tonu 48.23%
  • eflatun tonu 1.42%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(48,1,0,45)
C48M1Y0K45 
(48%,1%,0%,45%)
(0.48/0.01/0.00/0.45)	

CMYK yüzdeleri

%48.23
%1.42
%0
%44.71

Codes

Color #498B8D in popluar color models

498B8D
RGB73139141
HSL182°31.78%41.96%
HSB/HSV182°48.23%55.29%
CMYK48.23%1.42%0.00%
44.71%

Color #498B8D in popluar number systems.

HEX498B8D
Decimal73139141
Binary10010011000101110001101
Octal111213215

Shades and tints

Shades of #498B8D

#498B8D
(73,139,141)
#437F81
(67,127,129)
#3D7375
(61,115,117)
#376769
(55,103,105)
#315B5D
(49,91,93)
#2B4F51
(43,79,81)
#254345
(37,67,69)
#1F3739
(31,55,57)
#192B2D
(25,43,45)
#131F21
(19,31,33)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #498B8D

#498B8D
(73,139,141)
#599597
(89,149,151)
#699FA1
(105,159,161)
#79A9AB
(121,169,171)
#89B3B5
(137,179,181)
#99BDBF
(153,189,191)
#A9C7C9
(169,199,201)
#B9D1D3
(185,209,211)
#C9DBDD
(201,219,221)
#D9E5E7
(217,229,231)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498B8D color. Also use rgb(73,139,141) instead hex code.

Text Font Color

.myTextColor { color: #498B8D; }

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

This text font color is #498B8D.


Background Color

.myBgColor { background-color: #498B8D; }

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

This div background color is #498B8D.


Border color

.myBorderColor { border: 1px solid #498B8D; }

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

This div border color is #498B8D.


Opacity

.myOpacity80 { color: #498B8D; opacity: 0.8; }

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

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

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

This text has shadow with #498B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498B8D on black background.


Color preview on white background

This text has color #498B8D on white background.



Black color preview on #498B8D background

This text has black color on #498B8D background.


White color preview on #498B8D background

This text has white color on #498B8D background.