COLOR #498B96

HEX: #498B96 RGB: (73,139,150)

Color info

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

RGB color model

#498B96 color RGB value is (73,139,150).

RGB: (73,139,150) (29%, 55%, 59%)

RGB channels and saturation

R 73 of 255 = 29%
G 139 of 255 = 55%
B 150 of 255 = 59%

73
139
150

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

Portions of RGB colors in percentages

R + G + B = 73 + 139 + 150 = 362 (100%)
R 73 of 362 ~ 20.17%
G 139 of 362 ~ 38.4%
B 150 of 362 ~ 41.44'%

%20.17
%38.4
%41.44

CMYK color model

#498B96 color CMYK value is (51,7,0,41).

  • cyan value is 51.33%
  • magenta value is 7.33%
  • yellow value is 0.00%
  • key color value is 41.18%

CMYK: (51,7,0,41)
C51M7Y0K41 (51%, 7%, 0%, 41%)
(0.51 / 0.07 / 0.00 / 0.41)

CMYK percentages

%51.33
%7.33
%0
%41.18

Codes

Color #498B96 in popluar color models

49 8B 96
RGB 73 139 150
HSL 189° 34.53% 43.73%
HSB/HSV 189° 51.33% 58.82%
CMYK 51.33% 7.33% 0.00%
41.18%

Color #498B96 in popluar number systems.

HEX 49 8B 96
Decimal 73 139 150
Binary 1001001 10001011 10010110
Octal 111 213 226

Shades and tints

Shades of #498B96

#498B96
(73,139,150)
#437F89
(67,127,137)
#3D737C
(61,115,124)
#37676F
(55,103,111)
#315B62
(49,91,98)
#2B4F55
(43,79,85)
#254348
(37,67,72)
#1F373B
(31,55,59)
#192B2E
(25,43,46)
#131F21
(19,31,33)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #498B96

#498B96
(73,139,150)
#59959F
(89,149,159)
#699FA8
(105,159,168)
#79A9B1
(121,169,177)
#89B3BA
(137,179,186)
#99BDC3
(153,189,195)
#A9C7CC
(169,199,204)
#B9D1D5
(185,209,213)
#C9DBDE
(201,219,222)
#D9E5E7
(217,229,231)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498B96; }

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

This text font color is #498B96.

Background Color

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

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

This div background color is #498B96.

Border color

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

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

This div border color is #498B96.

Opacity

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

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

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

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

This text has shadow with #498B96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #498B96.

Preview

Color preview on black background

This text has color #498B96 on black background.


Color preview on white background

This text has color #498B96 on white background.


Black color preview on #498B96 background

This text has black color on #498B96 background.


White color preview on #498B96 background

This text has white color on #498B96 background.


Related colors

Complementary color

Complementary color for #hex is #B67469.


I love getcolorcode.com

Triadic colors

1 #96498B and #8B9649 with #498B96 are triadic colors.

2 #968B49 and #8B4996 with #498B96 are triadic colors.