COLOR #498280

HEX: #498280
RGB: (73,130,128)

Color info

#498280 contains red, green and blue colors in about the same proportion. Web safe color of #498280 is #339966 (or #396).

RGB color model

#498280 color RGB value is (73,130,128).

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

RGB channels and saturation

R 73 of 255 = 29%
G 130 of 255 = 51%
B 128 of 255 = 50%

73
130
128

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

Portions of RGB colors in percentages

R + G + B =
73 + 130 + 128 = 331 (100%)
R 73 of 331 ~ 22.05%
G 130 of 331 ~ 39.27%
B 128 of 331 ~ 38.67%

%22.05
%39.27
%38.67

CMYK color model

#498280 color CMYK value is (44,0,2,49).

  • cyan value is 43.85%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(44,0,2,49)
C44M0Y2K49 
(44%,0%,2%,49%)
(0.44/0.00/0.02/0.49)	

CMYK percentages

%43.85
%0
%1.54
%49.02

Codes

Color #498280 in popluar color models

498280
RGB73130128
HSL178°28.08%39.80%
HSB/HSV178°43.85%50.98%
CMYK43.85%0.00%1.54%
49.02%

Color #498280 in popluar number systems.

HEX498280
Decimal73130128
Binary10010011000001010000000
Octal111202200

Shades and tints

Shades of #498280

#498280
(73,130,128)
#437775
(67,119,117)
#3D6C6A
(61,108,106)
#37615F
(55,97,95)
#315654
(49,86,84)
#2B4B49
(43,75,73)
#25403E
(37,64,62)
#1F3533
(31,53,51)
#192A28
(25,42,40)
#131F1D
(19,31,29)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #498280

#498280
(73,130,128)
#598D8B
(89,141,139)
#699896
(105,152,150)
#79A3A1
(121,163,161)
#89AEAC
(137,174,172)
#99B9B7
(153,185,183)
#A9C4C2
(169,196,194)
#B9CFCD
(185,207,205)
#C9DAD8
(201,218,216)
#D9E5E3
(217,229,227)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #498280; }

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

This text font color is #498280.


Background Color

.myBgColor { background-color: #498280; }

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

This div background color is #498280.


Border color

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

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

This div border color is #498280.


Opacity

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

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

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

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

This text has shadow with #498280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498280 on black background.


Color preview on white background

This text has color #498280 on white background.



Black color preview on #498280 background

This text has black color on #498280 background.


White color preview on #498280 background

This text has white color on #498280 background.