COLOR #4E75AC

HEX: #4E75AC
RGB: (78,117,172)

Color info

#4E75AC contains mainly green and blue colors. Web safe color of #4E75AC is #666699 (or #669).

RGB color model

#4E75AC color RGB value is (78,117,172).

  • red value is 78;
  • green value is 117;
  • blue value is 172.
RGB:
(78,117,172)
(31%,46%,67%)

RGB channels and saturation

R 78 of 255 = 31%
G 117 of 255 = 46%
B 172 of 255 = 67%

78
117
172

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

Portions of RGB colors in percentages

R + G + B =
78 + 117 + 172 = 367 (100%)
R 78 of 367 ~ 21.25%
G 117 of 367 ~ 31.88%
B 172 of 367 ~ 46.87%

%21.25
%31.88
%46.87

CMYK color model

#4E75AC color CMYK value is (55,32,0,33).

  • cyan value is 54.65%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(55,32,0,33)
C55M32Y0K33 
(55%,32%,0%,33%)
(0.55/0.32/0.00/0.33)	

CMYK percentages

%54.65
%31.98
%0
%32.55

Codes

Color #4E75AC in popluar color models

4E75AC
RGB78117172
HSL215°37.60%49.02%
HSB/HSV215°54.65%67.45%
CMYK54.65%31.98%0.00%
32.55%

Color #4E75AC in popluar number systems.

HEX4E75AC
Decimal78117172
Binary1001110111010110101100
Octal116165254

Shades and tints

Shades of #4E75AC

#4E75AC
(78,117,172)
#476B9D
(71,107,157)
#40618E
(64,97,142)
#39577F
(57,87,127)
#324D70
(50,77,112)
#2B4361
(43,67,97)
#243952
(36,57,82)
#1D2F43
(29,47,67)
#162534
(22,37,52)
#0F1B25
(15,27,37)
#081116
(8,17,22)
#000000
(0,0,0)

Tints of #4E75AC

#4E75AC
(78,117,172)
#5E81B3
(94,129,179)
#6E8DBA
(110,141,186)
#7E99C1
(126,153,193)
#8EA5C8
(142,165,200)
#9EB1CF
(158,177,207)
#AEBDD6
(174,189,214)
#BEC9DD
(190,201,221)
#CED5E4
(206,213,228)
#DEE1EB
(222,225,235)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E75AC color. Also use rgb(78,117,172) instead hex code.

Text Font Color

.myTextColor { color: #4E75AC; }

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

This text font color is #4E75AC.


Background Color

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

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

This div background color is #4E75AC.


Border color

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

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

This div border color is #4E75AC.


Opacity

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

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

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

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

This text has shadow with #4E75AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E75AC on black background.


Color preview on white background

This text has color #4E75AC on white background.



Black color preview on #4E75AC background

This text has black color on #4E75AC background.


White color preview on #4E75AC background

This text has white color on #4E75AC background.