COLOR #498085

HEX: #498085
RGB: (73,128,133)

Color info

#498085 contains mainly green and blue colors. Web safe color of #498085 is #336699 (or #369).

RGB color model

#498085 color RGB value is (73,128,133).

  • red value is 73;
  • green value is 128;
  • blue value is 133.
RGB:
(73,128,133)
(29%,50%,52%)

RGB channels and saturation

R 73 of 255 = 29%
G 128 of 255 = 50%
B 133 of 255 = 52%

73
128
133

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

Portions of RGB colors in percentages

R + G + B =
73 + 128 + 133 = 334 (100%)
R 73 of 334 ~ 21.86%
G 128 of 334 ~ 38.32%
B 133 of 334 ~ 39.82%

%21.86
%38.32
%39.82

CMYK color model

#498085 color CMYK value is (45,4,0,48).

  • cyan value is 45.11%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(45,4,0,48)
C45M4Y0K48 
(45%,4%,0%,48%)
(0.45/0.04/0.00/0.48)	

CMYK percentages

%45.11
%3.76
%0
%47.84

Codes

Color #498085 in popluar color models

498085
RGB73128133
HSL185°29.13%40.39%
HSB/HSV185°45.11%52.16%
CMYK45.11%3.76%0.00%
47.84%

Color #498085 in popluar number systems.

HEX498085
Decimal73128133
Binary10010011000000010000101
Octal111200205

Shades and tints

Shades of #498085

#498085
(73,128,133)
#437579
(67,117,121)
#3D6A6D
(61,106,109)
#375F61
(55,95,97)
#315455
(49,84,85)
#2B4949
(43,73,73)
#253E3D
(37,62,61)
#1F3331
(31,51,49)
#192825
(25,40,37)
#131D19
(19,29,25)
#0D120D
(13,18,13)
#000000
(0,0,0)

Tints of #498085

#498085
(73,128,133)
#598B90
(89,139,144)
#69969B
(105,150,155)
#79A1A6
(121,161,166)
#89ACB1
(137,172,177)
#99B7BC
(153,183,188)
#A9C2C7
(169,194,199)
#B9CDD2
(185,205,210)
#C9D8DD
(201,216,221)
#D9E3E8
(217,227,232)
#E9EEF3
(233,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498085 color. Also use rgb(73,128,133) instead hex code.

Text Font Color

.myTextColor { color: #498085; }

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

This text font color is #498085.


Background Color

.myBgColor { background-color: #498085; }

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

This div background color is #498085.


Border color

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

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

This div border color is #498085.


Opacity

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

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

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

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

This text has shadow with #498085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498085 on black background.


Color preview on white background

This text has color #498085 on white background.



Black color preview on #498085 background

This text has black color on #498085 background.


White color preview on #498085 background

This text has white color on #498085 background.