COLOR #4996BA

HEX: #4996BA
RGB: (73,150,186)

Color info

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

RGB color model

#4996BA color RGB value is (73,150,186).

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

RGB channels and saturation

R 73 of 255 = 29%
G 150 of 255 = 59%
B 186 of 255 = 73%

73
150
186

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

Portions of RGB colors in percentages

R + G + B =
73 + 150 + 186 = 409 (100%)
R 73 of 409 ~ 17.85%
G 150 of 409 ~ 36.67%
B 186 of 409 ~ 45.48%

%17.85
%36.67
%45.48

CMYK color model

#4996BA color CMYK value is (61,19,0,27).

  • cyan value is 60.75%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(61,19,0,27)
C61M19Y0K27 
(61%,19%,0%,27%)
(0.61/0.19/0.00/0.27)	

CMYK percentages

%60.75
%19.35
%0
%27.06

Codes

Color #4996BA in popluar color models

4996BA
RGB73150186
HSL199°45.02%50.78%
HSB/HSV199°60.75%72.94%
CMYK60.75%19.35%0.00%
27.06%

Color #4996BA in popluar number systems.

HEX4996BA
Decimal73150186
Binary10010011001011010111010
Octal111226272

Shades and tints

Shades of #4996BA

#4996BA
(73,150,186)
#4389AA
(67,137,170)
#3D7C9A
(61,124,154)
#376F8A
(55,111,138)
#31627A
(49,98,122)
#2B556A
(43,85,106)
#25485A
(37,72,90)
#1F3B4A
(31,59,74)
#192E3A
(25,46,58)
#13212A
(19,33,42)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #4996BA

#4996BA
(73,150,186)
#599FC0
(89,159,192)
#69A8C6
(105,168,198)
#79B1CC
(121,177,204)
#89BAD2
(137,186,210)
#99C3D8
(153,195,216)
#A9CCDE
(169,204,222)
#B9D5E4
(185,213,228)
#C9DEEA
(201,222,234)
#D9E7F0
(217,231,240)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4996BA; }

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

This text font color is #4996BA.


Background Color

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

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

This div background color is #4996BA.


Border color

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

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

This div border color is #4996BA.


Opacity

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

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

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

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

This text has shadow with #4996BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4996BA on black background.


Color preview on white background

This text has color #4996BA on white background.



Black color preview on #4996BA background

This text has black color on #4996BA background.


White color preview on #4996BA background

This text has white color on #4996BA background.