COLOR #498ECC

HEX: #498ECC
RGB: (73,142,204)

Color info

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

RGB color model

#498ECC color RGB value is (73,142,204).

  • red value is 73;
  • green value is 142;
  • blue value is 204.
RGB:
(73,142,204)
(29%,56%,80%)

RGB channels and saturation

R 73 of 255 = 29%
G 142 of 255 = 56%
B 204 of 255 = 80%

73
142
204

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

Portions of RGB colors in percentages

R + G + B =
73 + 142 + 204 = 419 (100%)
R 73 of 419 ~ 17.42%
G 142 of 419 ~ 33.89%
B 204 of 419 ~ 48.69%

%17.42
%33.89
%48.69

CMYK color model

#498ECC color CMYK value is (64,30,0,20).

  • cyan value is 64.22%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(64,30,0,20)
C64M30Y0K20 
(64%,30%,0%,20%)
(0.64/0.30/0.00/0.20)	

CMYK percentages

%64.22
%30.39
%0
%20

Codes

Color #498ECC in popluar color models

498ECC
RGB73142204
HSL208°56.22%54.31%
HSB/HSV208°64.22%80.00%
CMYK64.22%30.39%0.00%
20.00%

Color #498ECC in popluar number systems.

HEX498ECC
Decimal73142204
Binary10010011000111011001100
Octal111216314

Shades and tints

Shades of #498ECC

#498ECC
(73,142,204)
#4382BA
(67,130,186)
#3D76A8
(61,118,168)
#376A96
(55,106,150)
#315E84
(49,94,132)
#2B5272
(43,82,114)
#254660
(37,70,96)
#1F3A4E
(31,58,78)
#192E3C
(25,46,60)
#13222A
(19,34,42)
#0D1618
(13,22,24)
#000000
(0,0,0)

Tints of #498ECC

#498ECC
(73,142,204)
#5998D0
(89,152,208)
#69A2D4
(105,162,212)
#79ACD8
(121,172,216)
#89B6DC
(137,182,220)
#99C0E0
(153,192,224)
#A9CAE4
(169,202,228)
#B9D4E8
(185,212,232)
#C9DEEC
(201,222,236)
#D9E8F0
(217,232,240)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #498ECC color. Also use rgb(73,142,204) instead hex code.

Text Font Color

.myTextColor { color: #498ECC; }

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

This text font color is #498ECC.


Background Color

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

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

This div background color is #498ECC.


Border color

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

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

This div border color is #498ECC.


Opacity

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

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

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

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

This text has shadow with #498ECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #498ECC on black background.


Color preview on white background

This text has color #498ECC on white background.



Black color preview on #498ECC background

This text has black color on #498ECC background.


White color preview on #498ECC background

This text has white color on #498ECC background.