COLOR #4988BA

HEX: #4988BA RGB: (73,136,186)

Color info

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

RGB color model

#4988BA color RGB value is (73,136,186).

RGB: (73,136,186) (29%, 53%, 73%)

RGB channels and saturation

R 73 of 255 = 29%
G 136 of 255 = 53%
B 186 of 255 = 73%

73
136
186

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

Portions of RGB colors in percentages

R + G + B = 73 + 136 + 186 = 395 (100%)
R 73 of 395 ~ 18.48%
G 136 of 395 ~ 34.43%
B 186 of 395 ~ 47.09'%

%18.48
%34.43
%47.09

CMYK color model

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

  • cyan value is 60.75%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (61,27,0,27)
C61M27Y0K27 (61%, 27%, 0%, 27%)
(0.61 / 0.27 / 0.00 / 0.27)

CMYK percentages

%60.75
%26.88
%0
%27.06

Codes

Color #4988BA in popluar color models

49 88 BA
RGB 73 136 186
HSL 207° 45.02% 50.78%
HSB/HSV 207° 60.75% 72.94%
CMYK 60.75% 26.88% 0.00%
27.06%

Color #4988BA in popluar number systems.

HEX 49 88 BA
Decimal 73 136 186
Binary 1001001 10001000 10111010
Octal 111 210 272

Shades and tints

Shades of #4988BA

#4988BA
(73,136,186)
#437CAA
(67,124,170)
#3D709A
(61,112,154)
#37648A
(55,100,138)
#31587A
(49,88,122)
#2B4C6A
(43,76,106)
#25405A
(37,64,90)
#1F344A
(31,52,74)
#19283A
(25,40,58)
#131C2A
(19,28,42)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #4988BA

#4988BA
(73,136,186)
#5992C0
(89,146,192)
#699CC6
(105,156,198)
#79A6CC
(121,166,204)
#89B0D2
(137,176,210)
#99BAD8
(153,186,216)
#A9C4DE
(169,196,222)
#B9CEE4
(185,206,228)
#C9D8EA
(201,216,234)
#D9E2F0
(217,226,240)
#E9ECF6
(233,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4988BA; }

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

This text font color is #4988BA.

Background Color

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

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

This div background color is #4988BA.

Border color

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

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

This div border color is #4988BA.

Opacity

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

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

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

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

This text has shadow with #4988BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4988BA.

Preview

Color preview on black background

This text has color #4988BA on black background.


Color preview on white background

This text has color #4988BA on white background.


Black color preview on #4988BA background

This text has black color on #4988BA background.


White color preview on #4988BA background

This text has white color on #4988BA background.


Related colors

Complementary color

Complementary color for #hex is #B67745.


I love getcolorcode.com

Triadic colors

1 #BA4988 and #88BA49 with #4988BA are triadic colors.

2 #BA8849 and #8849BA with #4988BA are triadic colors.