COLOR #4E75A0

HEX: #4E75A0
RGB: (78,117,160)

Color info

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

RGB color model

#4E75A0 color RGB value is (78,117,160).

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

RGB channels and saturation

R 78 of 255 = 31%
G 117 of 255 = 46%
B 160 of 255 = 63%

78
117
160

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

Portions of RGB colors in percentages

R + G + B =
78 + 117 + 160 = 355 (100%)
R 78 of 355 ~ 21.97%
G 117 of 355 ~ 32.96%
B 160 of 355 ~ 45.07%

%21.97
%32.96
%45.07

CMYK color model

#4E75A0 color CMYK value is (51,27,0,37).

  • cyan value is 51.25%
  • magenta value is 26.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(51,27,0,37)
C51M27Y0K37 
(51%,27%,0%,37%)
(0.51/0.27/0.00/0.37)	

CMYK percentages

%51.25
%26.88
%0
%37.25

Codes

Color #4E75A0 in popluar color models

4E75A0
RGB78117160
HSL211°34.45%46.67%
HSB/HSV211°51.25%62.75%
CMYK51.25%26.88%0.00%
37.25%

Color #4E75A0 in popluar number systems.

HEX4E75A0
Decimal78117160
Binary1001110111010110100000
Octal116165240

Shades and tints

Shades of #4E75A0

#4E75A0
(78,117,160)
#476B92
(71,107,146)
#406184
(64,97,132)
#395776
(57,87,118)
#324D68
(50,77,104)
#2B435A
(43,67,90)
#24394C
(36,57,76)
#1D2F3E
(29,47,62)
#162530
(22,37,48)
#0F1B22
(15,27,34)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #4E75A0

#4E75A0
(78,117,160)
#5E81A8
(94,129,168)
#6E8DB0
(110,141,176)
#7E99B8
(126,153,184)
#8EA5C0
(142,165,192)
#9EB1C8
(158,177,200)
#AEBDD0
(174,189,208)
#BEC9D8
(190,201,216)
#CED5E0
(206,213,224)
#DEE1E8
(222,225,232)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E75A0; }

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

This text font color is #4E75A0.


Background Color

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

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

This div background color is #4E75A0.


Border color

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

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

This div border color is #4E75A0.


Opacity

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

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

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

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

This text has shadow with #4E75A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E75A0 on black background.


Color preview on white background

This text has color #4E75A0 on white background.



Black color preview on #4E75A0 background

This text has black color on #4E75A0 background.


White color preview on #4E75A0 background

This text has white color on #4E75A0 background.