COLOR #4986A4

HEX: #4986A4
RGB: (73,134,164)

Color info

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

RGB color model

#4986A4 color RGB value is (73,134,164).

  • red value is 73;
  • green value is 134;
  • blue value is 164.
RGB:
(73,134,164)
(29%,53%,64%)

RGB channels and saturation

R 73 of 255 = 29%
G 134 of 255 = 53%
B 164 of 255 = 64%

73
134
164

R + G + B ~ 49%. #4986A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 134 + 164 = 371 (100%)
R 73 of 371 ~ 19.68%
G 134 of 371 ~ 36.12%
B 164 of 371 ~ 44.2%

%19.68
%36.12
%44.2

CMYK color model

#4986A4 color CMYK value is (55,18,0,36).

  • cyan value is 55.49%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(55,18,0,36)
C55M18Y0K36 
(55%,18%,0%,36%)
(0.55/0.18/0.00/0.36)	

CMYK percentages

%55.49
%18.29
%0
%35.69

Codes

Color #4986A4 in popluar color models

4986A4
RGB73134164
HSL200°38.40%46.47%
HSB/HSV200°55.49%64.31%
CMYK55.49%18.29%0.00%
35.69%

Color #4986A4 in popluar number systems.

HEX4986A4
Decimal73134164
Binary10010011000011010100100
Octal111206244

Shades and tints

Shades of #4986A4

#4986A4
(73,134,164)
#437A96
(67,122,150)
#3D6E88
(61,110,136)
#37627A
(55,98,122)
#31566C
(49,86,108)
#2B4A5E
(43,74,94)
#253E50
(37,62,80)
#1F3242
(31,50,66)
#192634
(25,38,52)
#131A26
(19,26,38)
#0D0E18
(13,14,24)
#000000
(0,0,0)

Tints of #4986A4

#4986A4
(73,134,164)
#5991AC
(89,145,172)
#699CB4
(105,156,180)
#79A7BC
(121,167,188)
#89B2C4
(137,178,196)
#99BDCC
(153,189,204)
#A9C8D4
(169,200,212)
#B9D3DC
(185,211,220)
#C9DEE4
(201,222,228)
#D9E9EC
(217,233,236)
#E9F4F4
(233,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4986A4 color. Also use rgb(73,134,164) instead hex code.

Text Font Color

.myTextColor { color: #4986A4; }

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

This text font color is #4986A4.


Background Color

.myBgColor { background-color: #4986A4; }

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

This div background color is #4986A4.


Border color

.myBorderColor { border: 1px solid #4986A4; }

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

This div border color is #4986A4.


Opacity

.myOpacity80 { color: #4986A4; opacity: 0.8; }

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

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

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

This text has shadow with #4986A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4986A4 on black background.


Color preview on white background

This text has color #4986A4 on white background.



Black color preview on #4986A4 background

This text has black color on #4986A4 background.


White color preview on #4986A4 background

This text has white color on #4986A4 background.