COLOR #4984AD

HEX: #4984AD
RGB: (73,132,173)

Color info

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

RGB color model

#4984AD color RGB value is (73,132,173).

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

RGB channels and saturation

R 73 of 255 = 29%
G 132 of 255 = 52%
B 173 of 255 = 68%

73
132
173

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

Portions of RGB colors in percentages

R + G + B =
73 + 132 + 173 = 378 (100%)
R 73 of 378 ~ 19.31%
G 132 of 378 ~ 34.92%
B 173 of 378 ~ 45.77%

%19.31
%34.92
%45.77

CMYK color model

#4984AD color CMYK value is (58,24,0,32).

  • cyan value is 57.80%
  • magenta value is 23.70%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(58,24,0,32)
C58M24Y0K32 
(58%,24%,0%,32%)
(0.58/0.24/0.00/0.32)	

CMYK percentages

%57.8
%23.7
%0
%32.16

Codes

Color #4984AD in popluar color models

4984AD
RGB73132173
HSL205°40.65%48.24%
HSB/HSV205°57.80%67.84%
CMYK57.80%23.70%0.00%
32.16%

Color #4984AD in popluar number systems.

HEX4984AD
Decimal73132173
Binary10010011000010010101101
Octal111204255

Shades and tints

Shades of #4984AD

#4984AD
(73,132,173)
#43789E
(67,120,158)
#3D6C8F
(61,108,143)
#376080
(55,96,128)
#315471
(49,84,113)
#2B4862
(43,72,98)
#253C53
(37,60,83)
#1F3044
(31,48,68)
#192435
(25,36,53)
#131826
(19,24,38)
#0D0C17
(13,12,23)
#000000
(0,0,0)

Tints of #4984AD

#4984AD
(73,132,173)
#598FB4
(89,143,180)
#699ABB
(105,154,187)
#79A5C2
(121,165,194)
#89B0C9
(137,176,201)
#99BBD0
(153,187,208)
#A9C6D7
(169,198,215)
#B9D1DE
(185,209,222)
#C9DCE5
(201,220,229)
#D9E7EC
(217,231,236)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4984AD; }

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

This text font color is #4984AD.


Background Color

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

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

This div background color is #4984AD.


Border color

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

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

This div border color is #4984AD.


Opacity

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

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

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

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

This text has shadow with #4984AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4984AD on black background.


Color preview on white background

This text has color #4984AD on white background.



Black color preview on #4984AD background

This text has black color on #4984AD background.


White color preview on #4984AD background

This text has white color on #4984AD background.