COLOR #4997AD

HEX: #4997AD RGB: (73,151,173)

Color info

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

RGB color model

#4997AD color RGB value is (73,151,173).

RGB: (73,151,173) (29%, 59%, 68%)

RGB channels and saturation

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

73
151
173

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

Portions of RGB colors in percentages

R + G + B = 73 + 151 + 173 = 397 (100%)
R 73 of 397 ~ 18.39%
G 151 of 397 ~ 38.04%
B 173 of 397 ~ 43.58'%

%18.39
%38.04
%43.58

CMYK color model

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

  • cyan value is 57.80%
  • magenta value is 12.72%
  • 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
%12.72
%0
%32.16

Codes

Color #4997AD in popluar color models

49 97 AD
RGB 73 151 173
HSL 193° 40.65% 48.24%
HSB/HSV 193° 57.80% 67.84%
CMYK 57.80% 12.72% 0.00%
32.16%

Color #4997AD in popluar number systems.

HEX 49 97 AD
Decimal 73 151 173
Binary 1001001 10010111 10101101
Octal 111 227 255

Shades and tints

Shades of #4997AD

#4997AD
(73,151,173)
#438A9E
(67,138,158)
#3D7D8F
(61,125,143)
#377080
(55,112,128)
#316371
(49,99,113)
#2B5662
(43,86,98)
#254953
(37,73,83)
#1F3C44
(31,60,68)
#192F35
(25,47,53)
#132226
(19,34,38)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #4997AD

#4997AD
(73,151,173)
#59A0B4
(89,160,180)
#69A9BB
(105,169,187)
#79B2C2
(121,178,194)
#89BBC9
(137,187,201)
#99C4D0
(153,196,208)
#A9CDD7
(169,205,215)
#B9D6DE
(185,214,222)
#C9DFE5
(201,223,229)
#D9E8EC
(217,232,236)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4997AD; }

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

This text font color is #4997AD.

Background Color

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

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

This div background color is #4997AD.

Border color

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

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

This div border color is #4997AD.

Opacity

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

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

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

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

This text has shadow with #4997AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4997AD.

Preview

Color preview on black background

This text has color #4997AD on black background.


Color preview on white background

This text has color #4997AD on white background.


Black color preview on #4997AD background

This text has black color on #4997AD background.


White color preview on #4997AD background

This text has white color on #4997AD background.


Related colors

Complementary color

Complementary color for #hex is #B66852.


I love getcolorcode.com

Triadic colors

1 #AD4997 and #97AD49 with #4997AD are triadic colors.

2 #AD9749 and #9749AD with #4997AD are triadic colors.