COLOR #498AD7

HEX: #498AD7
RGB: (73,138,215)

Color info

#498AD7 contains mainly blue color. Web safe color of #498AD7 is #3399CC (or #39C).

RGB color model

#498AD7 color RGB value is (73,138,215).

  • red value is 73;
  • green value is 138;
  • blue value is 215.
RGB:
(73,138,215)
(29%,54%,84%)

RGB channels and saturation

R 73 of 255 = 29%
G 138 of 255 = 54%
B 215 of 255 = 84%

73
138
215

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

Portions of RGB colors in percentages

R + G + B =
73 + 138 + 215 = 426 (100%)
R 73 of 426 ~ 17.14%
G 138 of 426 ~ 32.39%
B 215 of 426 ~ 50.47%

%17.14
%32.39
%50.47

CMYK color model

#498AD7 color CMYK value is (66,36,0,16).

  • cyan value is 66.05%
  • magenta value is 35.81%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(66,36,0,16)
C66M36Y0K16 
(66%,36%,0%,16%)
(0.66/0.36/0.00/0.16)	

CMYK percentages

%66.05
%35.81
%0
%15.69

Codes

Color #498AD7 in popluar color models

498AD7
RGB73138215
HSL213°63.96%56.47%
HSB/HSV213°66.05%84.31%
CMYK66.05%35.81%0.00%
15.69%

Color #498AD7 in popluar number systems.

HEX498AD7
Decimal73138215
Binary10010011000101011010111
Octal111212327

Shades and tints

Shades of #498AD7

#498AD7
(73,138,215)
#437EC4
(67,126,196)
#3D72B1
(61,114,177)
#37669E
(55,102,158)
#315A8B
(49,90,139)
#2B4E78
(43,78,120)
#254265
(37,66,101)
#1F3652
(31,54,82)
#192A3F
(25,42,63)
#131E2C
(19,30,44)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #498AD7

#498AD7
(73,138,215)
#5994DA
(89,148,218)
#699EDD
(105,158,221)
#79A8E0
(121,168,224)
#89B2E3
(137,178,227)
#99BCE6
(153,188,230)
#A9C6E9
(169,198,233)
#B9D0EC
(185,208,236)
#C9DAEF
(201,218,239)
#D9E4F2
(217,228,242)
#E9EEF5
(233,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498AD7 color. Also use rgb(73,138,215) instead hex code.

Text Font Color

.myTextColor { color: #498AD7; }

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

This text font color is #498AD7.


Background Color

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

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

This div background color is #498AD7.


Border color

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

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

This div border color is #498AD7.


Opacity

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

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

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

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

This text has shadow with #498AD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498AD7 on black background.


Color preview on white background

This text has color #498AD7 on white background.



Black color preview on #498AD7 background

This text has black color on #498AD7 background.


White color preview on #498AD7 background

This text has white color on #498AD7 background.