COLOR #4993B6

HEX: #4993B6
RGB: (73,147,182)

Color info

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

RGB color model

#4993B6 color RGB value is (73,147,182).

  • red value is 73;
  • green value is 147;
  • blue value is 182.
RGB:
(73,147,182)
(29%,58%,71%)

RGB channels and saturation

R 73 of 255 = 29%
G 147 of 255 = 58%
B 182 of 255 = 71%

73
147
182

R + G + B ~ 53%. #4993B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 147 + 182 = 402 (100%)
R 73 of 402 ~ 18.16%
G 147 of 402 ~ 36.57%
B 182 of 402 ~ 45.27%

%18.16
%36.57
%45.27

CMYK color model

#4993B6 color CMYK value is (60,19,0,29).

  • cyan value is 59.89%
  • magenta value is 19.23%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(60,19,0,29)
C60M19Y0K29 
(60%,19%,0%,29%)
(0.60/0.19/0.00/0.29)	

CMYK percentages

%59.89
%19.23
%0
%28.63

Codes

Color #4993B6 in popluar color models

4993B6
RGB73147182
HSL199°42.75%50.00%
HSB/HSV199°59.89%71.37%
CMYK59.89%19.23%0.00%
28.63%

Color #4993B6 in popluar number systems.

HEX4993B6
Decimal73147182
Binary10010011001001110110110
Octal111223266

Shades and tints

Shades of #4993B6

#4993B6
(73,147,182)
#4386A6
(67,134,166)
#3D7996
(61,121,150)
#376C86
(55,108,134)
#315F76
(49,95,118)
#2B5266
(43,82,102)
#254556
(37,69,86)
#1F3846
(31,56,70)
#192B36
(25,43,54)
#131E26
(19,30,38)
#0D1116
(13,17,22)
#000000
(0,0,0)

Tints of #4993B6

#4993B6
(73,147,182)
#599CBC
(89,156,188)
#69A5C2
(105,165,194)
#79AEC8
(121,174,200)
#89B7CE
(137,183,206)
#99C0D4
(153,192,212)
#A9C9DA
(169,201,218)
#B9D2E0
(185,210,224)
#C9DBE6
(201,219,230)
#D9E4EC
(217,228,236)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4993B6 color. Also use rgb(73,147,182) instead hex code.

Text Font Color

.myTextColor { color: #4993B6; }

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

This text font color is #4993B6.


Background Color

.myBgColor { background-color: #4993B6; }

<div style="background-color:#4993B6">Inner text</div>

This div background color is #4993B6.


Border color

.myBorderColor { border: 1px solid #4993B6; }

<div style="border:3px solid #4993B6">Div</div>

This div border color is #4993B6.


Opacity

.myOpacity80 { color: #4993B6; opacity: 0.8; }

<p style="color:#4993B6;opacity:0.8;">80%</p>

Text with #4993B6 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 #4993B6;}

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

This text has shadow with #4993B6 color.

.textShadow {text-shadow: 3px 3px 1px #4993B6, 3px 3px 1px red;}

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

This text has shadow with #4993B6 primary color and red secondary color.


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

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

This text has shadow with #4993B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4993B6 on black background.


Color preview on white background

This text has color #4993B6 on white background.



Black color preview on #4993B6 background

This text has black color on #4993B6 background.


White color preview on #4993B6 background

This text has white color on #4993B6 background.