COLOR #4E88AF

HEX: #4E88AF
RGB: (78,136,175)

Color info

#4E88AF contains mainly green and blue colors. Web safe color of #4E88AF is #669999 (or #699).

RGB color model

#4E88AF color RGB value is (78,136,175).

  • red value is 78;
  • green value is 136;
  • blue value is 175.
RGB:
(78,136,175)
(31%,53%,69%)

RGB channels and saturation

R 78 of 255 = 31%
G 136 of 255 = 53%
B 175 of 255 = 69%

78
136
175

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

Portions of RGB colors in percentages

R + G + B =
78 + 136 + 175 = 389 (100%)
R 78 of 389 ~ 20.05%
G 136 of 389 ~ 34.96%
B 175 of 389 ~ 44.99%

%20.05
%34.96
%44.99

CMYK color model

#4E88AF color CMYK value is (55,22,0,31).

  • cyan value is 55.43%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(55,22,0,31)
C55M22Y0K31 
(55%,22%,0%,31%)
(0.55/0.22/0.00/0.31)	

CMYK percentages

%55.43
%22.29
%0
%31.37

Codes

Color #4E88AF in popluar color models

4E88AF
RGB78136175
HSL204°38.34%49.61%
HSB/HSV204°55.43%68.63%
CMYK55.43%22.29%0.00%
31.37%

Color #4E88AF in popluar number systems.

HEX4E88AF
Decimal78136175
Binary10011101000100010101111
Octal116210257

Shades and tints

Shades of #4E88AF

#4E88AF
(78,136,175)
#477CA0
(71,124,160)
#407091
(64,112,145)
#396482
(57,100,130)
#325873
(50,88,115)
#2B4C64
(43,76,100)
#244055
(36,64,85)
#1D3446
(29,52,70)
#162837
(22,40,55)
#0F1C28
(15,28,40)
#081019
(8,16,25)
#000000
(0,0,0)

Tints of #4E88AF

#4E88AF
(78,136,175)
#5E92B6
(94,146,182)
#6E9CBD
(110,156,189)
#7EA6C4
(126,166,196)
#8EB0CB
(142,176,203)
#9EBAD2
(158,186,210)
#AEC4D9
(174,196,217)
#BECEE0
(190,206,224)
#CED8E7
(206,216,231)
#DEE2EE
(222,226,238)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E88AF color. Also use rgb(78,136,175) instead hex code.

Text Font Color

.myTextColor { color: #4E88AF; }

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

This text font color is #4E88AF.


Background Color

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

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

This div background color is #4E88AF.


Border color

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

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

This div border color is #4E88AF.


Opacity

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

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

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

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

This text has shadow with #4E88AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E88AF on black background.


Color preview on white background

This text has color #4E88AF on white background.



Black color preview on #4E88AF background

This text has black color on #4E88AF background.


White color preview on #4E88AF background

This text has white color on #4E88AF background.