COLOR #4E47BF

HEX: #4E47BF RGB: (78,71,191)

Color info

#4E47BF contains mainly blue color. Web safe color of #4E47BF is #6633CC (or #63C).

RGB color model

#4E47BF color RGB value is (78,71,191).

RGB: (78,71,191) (31%, 28%, 75%)

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 191 of 255 = 75%

78
71
191

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

Portions of RGB colors in percentages

R + G + B = 78 + 71 + 191 = 340 (100%)
R 78 of 340 ~ 22.94%
G 71 of 340 ~ 20.88%
B 191 of 340 ~ 56.18'%

%22.94
%20.88
%56.18

CMYK color model

#4E47BF color CMYK value is (59,63,0,25).

  • cyan value is 59.16%
  • magenta value is 62.83%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (59,63,0,25)
C59M63Y0K25 (59%, 63%, 0%, 25%)
(0.59 / 0.63 / 0.00 / 0.25)

CMYK percentages

%59.16
%62.83
%0
%25.1

Codes

Color #4E47BF in popluar color models

4E 47 BF
RGB 78 71 191
HSL 244° 48.39% 51.37%
HSB/HSV 244° 62.83% 74.90%
CMYK 59.16% 62.83% 0.00%
25.10%

Color #4E47BF in popluar number systems.

HEX 4E 47 BF
Decimal 78 71 191
Binary 1001110 1000111 10111111
Octal 116 107 277

Shades and tints

Shades of #4E47BF

#4E47BF
(78,71,191)
#4741AE
(71,65,174)
#403B9D
(64,59,157)
#39358C
(57,53,140)
#322F7B
(50,47,123)
#2B296A
(43,41,106)
#242359
(36,35,89)
#1D1D48
(29,29,72)
#161737
(22,23,55)
#0F1126
(15,17,38)
#080B15
(8,11,21)
#000000
(0,0,0)

Tints of #4E47BF

#4E47BF
(78,71,191)
#5E57C4
(94,87,196)
#6E67C9
(110,103,201)
#7E77CE
(126,119,206)
#8E87D3
(142,135,211)
#9E97D8
(158,151,216)
#AEA7DD
(174,167,221)
#BEB7E2
(190,183,226)
#CEC7E7
(206,199,231)
#DED7EC
(222,215,236)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E47BF color. Also use rgb(78,71,191) instead hex code.

Text Font Color

.myTextColor { color: #4E47BF; }

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

This text font color is #4E47BF.

Background Color

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

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

This div background color is #4E47BF.

Border color

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

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

This div border color is #4E47BF.

Opacity

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

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

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

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

This text has shadow with #4E47BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E47BF.

Preview

Color preview on black background

This text has color #4E47BF on black background.


Color preview on white background

This text has color #4E47BF on white background.


Black color preview on #4E47BF background

This text has black color on #4E47BF background.


White color preview on #4E47BF background

This text has white color on #4E47BF background.


Related colors

Complementary color

Complementary color for #hex is #B1B840.


I love getcolorcode.com

Triadic colors

1 #BF4E47 and #47BF4E with #4E47BF are triadic colors.

2 #BF474E and #474EBF with #4E47BF are triadic colors.