COLOR #4A88BD

HEX: #4A88BD RGB: (74,136,189)

Color info

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

RGB color model

#4A88BD color RGB value is (74,136,189).

RGB: (74,136,189) (29%, 53%, 74%)

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 189 of 255 = 74%

74
136
189

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

Portions of RGB colors in percentages

R + G + B = 74 + 136 + 189 = 399 (100%)
R 74 of 399 ~ 18.55%
G 136 of 399 ~ 34.09%
B 189 of 399 ~ 47.37'%

%18.55
%34.09
%47.37

CMYK color model

#4A88BD color CMYK value is (61,28,0,26).

  • cyan value is 60.85%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (61,28,0,26)
C61M28Y0K26 (61%, 28%, 0%, 26%)
(0.61 / 0.28 / 0.00 / 0.26)

CMYK percentages

%60.85
%28.04
%0
%25.88

Codes

Color #4A88BD in popluar color models

4A 88 BD
RGB 74 136 189
HSL 208° 46.56% 51.57%
HSB/HSV 208° 60.85% 74.12%
CMYK 60.85% 28.04% 0.00%
25.88%

Color #4A88BD in popluar number systems.

HEX 4A 88 BD
Decimal 74 136 189
Binary 1001010 10001000 10111101
Octal 112 210 275

Shades and tints

Shades of #4A88BD

#4A88BD
(74,136,189)
#447CAC
(68,124,172)
#3E709B
(62,112,155)
#38648A
(56,100,138)
#325879
(50,88,121)
#2C4C68
(44,76,104)
#264057
(38,64,87)
#203446
(32,52,70)
#1A2835
(26,40,53)
#141C24
(20,28,36)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #4A88BD

#4A88BD
(74,136,189)
#5A92C3
(90,146,195)
#6A9CC9
(106,156,201)
#7AA6CF
(122,166,207)
#8AB0D5
(138,176,213)
#9ABADB
(154,186,219)
#AAC4E1
(170,196,225)
#BACEE7
(186,206,231)
#CAD8ED
(202,216,237)
#DAE2F3
(218,226,243)
#EAECF9
(234,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A88BD color. Also use rgb(74,136,189) instead hex code.

Text Font Color

.myTextColor { color: #4A88BD; }

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

This text font color is #4A88BD.

Background Color

.myBgColor { background-color: #4A88BD; }

<div style="background-color:#4A88BD">Inner text</div>

This div background color is #4A88BD.

Border color

.myBorderColor { border: 1px solid #4A88BD; }

<div style="border:3px solid #4A88BD">Div</div>

This div border color is #4A88BD.

Opacity

.myOpacity80 { color: #4A88BD; opacity: 0.8; }

<p style="color:#4A88BD;opacity:0.8;">80%</p>

Text with #4A88BD 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 #4A88BD;}

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

This text has shadow with #4A88BD color.


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

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

This text has shadow with #4A88BD primary color and red secondary color.


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

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

This text has shadow with #4A88BD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4A88BD.

Preview

Color preview on black background

This text has color #4A88BD on black background.


Color preview on white background

This text has color #4A88BD on white background.


Black color preview on #4A88BD background

This text has black color on #4A88BD background.


White color preview on #4A88BD background

This text has white color on #4A88BD background.


Related colors

Complementary color

Complementary color for #hex is #B57742.


I love getcolorcode.com

Triadic colors

1 #BD4A88 and #88BD4A with #4A88BD are triadic colors.

2 #BD884A and #884ABD with #4A88BD are triadic colors.