COLOR #498895

HEX: #498895
RGB: (73,136,149)

Color info

#498895 contains mainly green and blue colors. Web safe color of #498895 is #339999 (or #399).

RGB color model

#498895 color RGB value is (73,136,149).

  • red value is 73;
  • green value is 136;
  • blue value is 149.
RGB:
(73,136,149)
(29%,53%,58%)

RGB channels and saturation

R 73 of 255 = 29%
G 136 of 255 = 53%
B 149 of 255 = 58%

73
136
149

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

Portions of RGB colors in percentages

R + G + B =
73 + 136 + 149 = 358 (100%)
R 73 of 358 ~ 20.39%
G 136 of 358 ~ 37.99%
B 149 of 358 ~ 41.62%

%20.39
%37.99
%41.62

CMYK color model

#498895 color CMYK value is (51,9,0,42).

  • cyan value is 51.01%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(51,9,0,42)
C51M9Y0K42 
(51%,9%,0%,42%)
(0.51/0.09/0.00/0.42)	

CMYK percentages

%51.01
%8.72
%0
%41.57

Codes

Color #498895 in popluar color models

498895
RGB73136149
HSL190°34.23%43.53%
HSB/HSV190°51.01%58.43%
CMYK51.01%8.72%0.00%
41.57%

Color #498895 in popluar number systems.

HEX498895
Decimal73136149
Binary10010011000100010010101
Octal111210225

Shades and tints

Shades of #498895

#498895
(73,136,149)
#437C88
(67,124,136)
#3D707B
(61,112,123)
#37646E
(55,100,110)
#315861
(49,88,97)
#2B4C54
(43,76,84)
#254047
(37,64,71)
#1F343A
(31,52,58)
#19282D
(25,40,45)
#131C20
(19,28,32)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #498895

#498895
(73,136,149)
#59929E
(89,146,158)
#699CA7
(105,156,167)
#79A6B0
(121,166,176)
#89B0B9
(137,176,185)
#99BAC2
(153,186,194)
#A9C4CB
(169,196,203)
#B9CED4
(185,206,212)
#C9D8DD
(201,216,221)
#D9E2E6
(217,226,230)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498895 color. Also use rgb(73,136,149) instead hex code.

Text Font Color

.myTextColor { color: #498895; }

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

This text font color is #498895.


Background Color

.myBgColor { background-color: #498895; }

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

This div background color is #498895.


Border color

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

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

This div border color is #498895.


Opacity

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

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

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

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

This text has shadow with #498895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498895 on black background.


Color preview on white background

This text has color #498895 on white background.



Black color preview on #498895 background

This text has black color on #498895 background.


White color preview on #498895 background

This text has white color on #498895 background.