COLOR #498DA9

HEX: #498DA9
RGB: (73,141,169)

Renk bilgisi

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

RGB renk modeli

#498DA9 color RGB value is (73,141,169).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 141 of 255 = 55%
B 169 of 255 = 66%

73
141
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 141 + 169 = 383 (100%)
R 73 of 383 ~ 19.06%
G 141 of 383 ~ 36.81%
B 169 of 383 ~ 44.13%

%19.06
%36.81
%44.13

CMYK RENK MODELİ

#498DA9 rengi CMYK tonu (57,17,0,34).

  • camgöbeği tonu 56.80%
  • eflatun tonu 16.57%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(57,17,0,34)
C57M17Y0K34 
(57%,17%,0%,34%)
(0.57/0.17/0.00/0.34)	

CMYK yüzdeleri

%56.8
%16.57
%0
%33.73

Codes

Color #498DA9 in popluar color models

498DA9
RGB73141169
HSL198°39.67%47.45%
HSB/HSV198°56.80%66.27%
CMYK56.80%16.57%0.00%
33.73%

Color #498DA9 in popluar number systems.

HEX498DA9
Decimal73141169
Binary10010011000110110101001
Octal111215251

Shades and tints

Shades of #498DA9

#498DA9
(73,141,169)
#43819A
(67,129,154)
#3D758B
(61,117,139)
#37697C
(55,105,124)
#315D6D
(49,93,109)
#2B515E
(43,81,94)
#25454F
(37,69,79)
#1F3940
(31,57,64)
#192D31
(25,45,49)
#132122
(19,33,34)
#0D1513
(13,21,19)
#000000
(0,0,0)

Tints of #498DA9

#498DA9
(73,141,169)
#5997B0
(89,151,176)
#69A1B7
(105,161,183)
#79ABBE
(121,171,190)
#89B5C5
(137,181,197)
#99BFCC
(153,191,204)
#A9C9D3
(169,201,211)
#B9D3DA
(185,211,218)
#C9DDE1
(201,221,225)
#D9E7E8
(217,231,232)
#E9F1EF
(233,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498DA9; }

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

This text font color is #498DA9.


Background Color

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

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

This div background color is #498DA9.


Border color

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

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

This div border color is #498DA9.


Opacity

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

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

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

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

This text has shadow with #498DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498DA9 on black background.


Color preview on white background

This text has color #498DA9 on white background.



Black color preview on #498DA9 background

This text has black color on #498DA9 background.


White color preview on #498DA9 background

This text has white color on #498DA9 background.