COLOR #4984D6

HEX: #4984D6
RGB: (73,132,214)

Color info

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

RGB color model

#4984D6 color RGB value is (73,132,214).

  • red value is 73;
  • green value is 132;
  • blue value is 214.
RGB:
(73,132,214)
(29%,52%,84%)

RGB channels and saturation

R 73 of 255 = 29%
G 132 of 255 = 52%
B 214 of 255 = 84%

73
132
214

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

Portions of RGB colors in percentages

R + G + B =
73 + 132 + 214 = 419 (100%)
R 73 of 419 ~ 17.42%
G 132 of 419 ~ 31.5%
B 214 of 419 ~ 51.07%

%17.42
%31.5
%51.07

CMYK color model

#4984D6 color CMYK value is (66,38,0,16).

  • cyan value is 65.89%
  • magenta value is 38.32%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(66,38,0,16)
C66M38Y0K16 
(66%,38%,0%,16%)
(0.66/0.38/0.00/0.16)	

CMYK percentages

%65.89
%38.32
%0
%16.08

Codes

Color #4984D6 in popluar color models

4984D6
RGB73132214
HSL215°63.23%56.27%
HSB/HSV215°65.89%83.92%
CMYK65.89%38.32%0.00%
16.08%

Color #4984D6 in popluar number systems.

HEX4984D6
Decimal73132214
Binary10010011000010011010110
Octal111204326

Shades and tints

Shades of #4984D6

#4984D6
(73,132,214)
#4378C3
(67,120,195)
#3D6CB0
(61,108,176)
#37609D
(55,96,157)
#31548A
(49,84,138)
#2B4877
(43,72,119)
#253C64
(37,60,100)
#1F3051
(31,48,81)
#19243E
(25,36,62)
#13182B
(19,24,43)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #4984D6

#4984D6
(73,132,214)
#598FD9
(89,143,217)
#699ADC
(105,154,220)
#79A5DF
(121,165,223)
#89B0E2
(137,176,226)
#99BBE5
(153,187,229)
#A9C6E8
(169,198,232)
#B9D1EB
(185,209,235)
#C9DCEE
(201,220,238)
#D9E7F1
(217,231,241)
#E9F2F4
(233,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4984D6 color. Also use rgb(73,132,214) instead hex code.

Text Font Color

.myTextColor { color: #4984D6; }

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

This text font color is #4984D6.


Background Color

.myBgColor { background-color: #4984D6; }

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

This div background color is #4984D6.


Border color

.myBorderColor { border: 1px solid #4984D6; }

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

This div border color is #4984D6.


Opacity

.myOpacity80 { color: #4984D6; opacity: 0.8; }

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

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

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

This text has shadow with #4984D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4984D6 on black background.


Color preview on white background

This text has color #4984D6 on white background.



Black color preview on #4984D6 background

This text has black color on #4984D6 background.


White color preview on #4984D6 background

This text has white color on #4984D6 background.