COLOR #4997D0

HEX: #4997D0
RGB: (73,151,208)

Color info

#4997D0 contains mainly green and blue colors. Web safe color of #4997D0 is #3399CC (or #39C).

RGB color model

#4997D0 color RGB value is (73,151,208).

  • red value is 73;
  • green value is 151;
  • blue value is 208.
RGB:
(73,151,208)
(29%,59%,82%)

RGB channels and saturation

R 73 of 255 = 29%
G 151 of 255 = 59%
B 208 of 255 = 82%

73
151
208

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

Portions of RGB colors in percentages

R + G + B =
73 + 151 + 208 = 432 (100%)
R 73 of 432 ~ 16.9%
G 151 of 432 ~ 34.95%
B 208 of 432 ~ 48.15%

%16.9
%34.95
%48.15

CMYK color model

#4997D0 color CMYK value is (65,27,0,18).

  • cyan value is 64.90%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(65,27,0,18)
C65M27Y0K18 
(65%,27%,0%,18%)
(0.65/0.27/0.00/0.18)	

CMYK percentages

%64.9
%27.4
%0
%18.43

Codes

Color #4997D0 in popluar color models

4997D0
RGB73151208
HSL205°58.95%55.10%
HSB/HSV205°64.90%81.57%
CMYK64.90%27.40%0.00%
18.43%

Color #4997D0 in popluar number systems.

HEX4997D0
Decimal73151208
Binary10010011001011111010000
Octal111227320

Shades and tints

Shades of #4997D0

#4997D0
(73,151,208)
#438ABE
(67,138,190)
#3D7DAC
(61,125,172)
#37709A
(55,112,154)
#316388
(49,99,136)
#2B5676
(43,86,118)
#254964
(37,73,100)
#1F3C52
(31,60,82)
#192F40
(25,47,64)
#13222E
(19,34,46)
#0D151C
(13,21,28)
#000000
(0,0,0)

Tints of #4997D0

#4997D0
(73,151,208)
#59A0D4
(89,160,212)
#69A9D8
(105,169,216)
#79B2DC
(121,178,220)
#89BBE0
(137,187,224)
#99C4E4
(153,196,228)
#A9CDE8
(169,205,232)
#B9D6EC
(185,214,236)
#C9DFF0
(201,223,240)
#D9E8F4
(217,232,244)
#E9F1F8
(233,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4997D0; }

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

This text font color is #4997D0.


Background Color

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

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

This div background color is #4997D0.


Border color

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

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

This div border color is #4997D0.


Opacity

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

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

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

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

This text has shadow with #4997D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4997D0 on black background.


Color preview on white background

This text has color #4997D0 on white background.



Black color preview on #4997D0 background

This text has black color on #4997D0 background.


White color preview on #4997D0 background

This text has white color on #4997D0 background.