COLOR #4996AD

HEX: #4996AD
RGB: (73,150,173)

Color info

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

RGB color model

#4996AD color RGB value is (73,150,173).

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

RGB channels and saturation

R 73 of 255 = 29%
G 150 of 255 = 59%
B 173 of 255 = 68%

73
150
173

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

Portions of RGB colors in percentages

R + G + B =
73 + 150 + 173 = 396 (100%)
R 73 of 396 ~ 18.43%
G 150 of 396 ~ 37.88%
B 173 of 396 ~ 43.69%

%18.43
%37.88
%43.69

CMYK color model

#4996AD color CMYK value is (58,13,0,32).

  • cyan value is 57.80%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(58,13,0,32)
C58M13Y0K32 
(58%,13%,0%,32%)
(0.58/0.13/0.00/0.32)	

CMYK percentages

%57.8
%13.29
%0
%32.16

Codes

Color #4996AD in popluar color models

4996AD
RGB73150173
HSL194°40.65%48.24%
HSB/HSV194°57.80%67.84%
CMYK57.80%13.29%0.00%
32.16%

Color #4996AD in popluar number systems.

HEX4996AD
Decimal73150173
Binary10010011001011010101101
Octal111226255

Shades and tints

Shades of #4996AD

#4996AD
(73,150,173)
#43899E
(67,137,158)
#3D7C8F
(61,124,143)
#376F80
(55,111,128)
#316271
(49,98,113)
#2B5562
(43,85,98)
#254853
(37,72,83)
#1F3B44
(31,59,68)
#192E35
(25,46,53)
#132126
(19,33,38)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #4996AD

#4996AD
(73,150,173)
#599FB4
(89,159,180)
#69A8BB
(105,168,187)
#79B1C2
(121,177,194)
#89BAC9
(137,186,201)
#99C3D0
(153,195,208)
#A9CCD7
(169,204,215)
#B9D5DE
(185,213,222)
#C9DEE5
(201,222,229)
#D9E7EC
(217,231,236)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4996AD; }

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

This text font color is #4996AD.


Background Color

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

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

This div background color is #4996AD.


Border color

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

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

This div border color is #4996AD.


Opacity

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

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

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

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

This text has shadow with #4996AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4996AD on black background.


Color preview on white background

This text has color #4996AD on white background.



Black color preview on #4996AD background

This text has black color on #4996AD background.


White color preview on #4996AD background

This text has white color on #4996AD background.