COLOR #4A88BE

HEX: #4A88BE
RGB: (74,136,190)

Color info

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

RGB color model

#4A88BE color RGB value is (74,136,190).

  • red value is 74;
  • green value is 136;
  • blue value is 190.
RGB:
(74,136,190)
(29%,53%,75%)

RGB channels and saturation

R 74 of 255 = 29%
G 136 of 255 = 53%
B 190 of 255 = 75%

74
136
190

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

Portions of RGB colors in percentages

R + G + B =
74 + 136 + 190 = 400 (100%)
R 74 of 400 ~ 18.5%
G 136 of 400 ~ 34%
B 190 of 400 ~ 47.5%

%18.5
%34
%47.5

CMYK color model

#4A88BE color CMYK value is (61,28,0,25).

  • cyan value is 61.05%
  • magenta value is 28.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(61,28,0,25)
C61M28Y0K25 
(61%,28%,0%,25%)
(0.61/0.28/0.00/0.25)	

CMYK percentages

%61.05
%28.42
%0
%25.49

Codes

Color #4A88BE in popluar color models

4A88BE
RGB74136190
HSL208°47.15%51.76%
HSB/HSV208°61.05%74.51%
CMYK61.05%28.42%0.00%
25.49%

Color #4A88BE in popluar number systems.

HEX4A88BE
Decimal74136190
Binary10010101000100010111110
Octal112210276

Shades and tints

Shades of #4A88BE

#4A88BE
(74,136,190)
#447CAD
(68,124,173)
#3E709C
(62,112,156)
#38648B
(56,100,139)
#32587A
(50,88,122)
#2C4C69
(44,76,105)
#264058
(38,64,88)
#203447
(32,52,71)
#1A2836
(26,40,54)
#141C25
(20,28,37)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #4A88BE

#4A88BE
(74,136,190)
#5A92C3
(90,146,195)
#6A9CC8
(106,156,200)
#7AA6CD
(122,166,205)
#8AB0D2
(138,176,210)
#9ABAD7
(154,186,215)
#AAC4DC
(170,196,220)
#BACEE1
(186,206,225)
#CAD8E6
(202,216,230)
#DAE2EB
(218,226,235)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A88BE; }

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

This text font color is #4A88BE.


Background Color

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

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

This div background color is #4A88BE.


Border color

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

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

This div border color is #4A88BE.


Opacity

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

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

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

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

This text has shadow with #4A88BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A88BE on black background.


Color preview on white background

This text has color #4A88BE on white background.



Black color preview on #4A88BE background

This text has black color on #4A88BE background.


White color preview on #4A88BE background

This text has white color on #4A88BE background.