COLOR #4E75BC

HEX: #4E75BC
RGB: (78,117,188)

Color info

#4E75BC contains mainly blue color. Web safe color of #4E75BC is #6666CC (or #66C).

RGB color model

#4E75BC color RGB value is (78,117,188).

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

RGB channels and saturation

R 78 of 255 = 31%
G 117 of 255 = 46%
B 188 of 255 = 74%

78
117
188

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

Portions of RGB colors in percentages

R + G + B =
78 + 117 + 188 = 383 (100%)
R 78 of 383 ~ 20.37%
G 117 of 383 ~ 30.55%
B 188 of 383 ~ 49.09%

%20.37
%30.55
%49.09

CMYK color model

#4E75BC color CMYK value is (59,38,0,26).

  • cyan value is 58.51%
  • magenta value is 37.77%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(59,38,0,26)
C59M38Y0K26 
(59%,38%,0%,26%)
(0.59/0.38/0.00/0.26)	

CMYK percentages

%58.51
%37.77
%0
%26.27

Codes

Color #4E75BC in popluar color models

4E75BC
RGB78117188
HSL219°45.08%52.16%
HSB/HSV219°58.51%73.73%
CMYK58.51%37.77%0.00%
26.27%

Color #4E75BC in popluar number systems.

HEX4E75BC
Decimal78117188
Binary1001110111010110111100
Octal116165274

Shades and tints

Shades of #4E75BC

#4E75BC
(78,117,188)
#476BAB
(71,107,171)
#40619A
(64,97,154)
#395789
(57,87,137)
#324D78
(50,77,120)
#2B4367
(43,67,103)
#243956
(36,57,86)
#1D2F45
(29,47,69)
#162534
(22,37,52)
#0F1B23
(15,27,35)
#081112
(8,17,18)
#000000
(0,0,0)

Tints of #4E75BC

#4E75BC
(78,117,188)
#5E81C2
(94,129,194)
#6E8DC8
(110,141,200)
#7E99CE
(126,153,206)
#8EA5D4
(142,165,212)
#9EB1DA
(158,177,218)
#AEBDE0
(174,189,224)
#BEC9E6
(190,201,230)
#CED5EC
(206,213,236)
#DEE1F2
(222,225,242)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E75BC; }

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

This text font color is #4E75BC.


Background Color

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

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

This div background color is #4E75BC.


Border color

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

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

This div border color is #4E75BC.


Opacity

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

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

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

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

This text has shadow with #4E75BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E75BC on black background.


Color preview on white background

This text has color #4E75BC on white background.



Black color preview on #4E75BC background

This text has black color on #4E75BC background.


White color preview on #4E75BC background

This text has white color on #4E75BC background.