COLOR #4E4BAD

HEX: #4E4BAD RGB: (78,75,173)

Color info

#4E4BAD contains mainly blue color. Web safe color of #4E4BAD is #663399 (or #639).

RGB color model

#4E4BAD color RGB value is (78,75,173).

RGB: (78,75,173) (31%, 29%, 68%)

RGB channels and saturation

R 78 of 255 = 31%
G 75 of 255 = 29%
B 173 of 255 = 68%

78
75
173

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

Portions of RGB colors in percentages

R + G + B = 78 + 75 + 173 = 326 (100%)
R 78 of 326 ~ 23.93%
G 75 of 326 ~ 23.01%
B 173 of 326 ~ 53.07'%

%23.93
%23.01
%53.07

CMYK color model

#4E4BAD color CMYK value is (55,57,0,32).

  • cyan value is 54.91%
  • magenta value is 56.65%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (55,57,0,32)
C55M57Y0K32 (55%, 57%, 0%, 32%)
(0.55 / 0.57 / 0.00 / 0.32)

CMYK percentages

%54.91
%56.65
%0
%32.16

Codes

Color #4E4BAD in popluar color models

4E 4B AD
RGB 78 75 173
HSL 242° 39.52% 48.63%
HSB/HSV 242° 56.65% 67.84%
CMYK 54.91% 56.65% 0.00%
32.16%

Color #4E4BAD in popluar number systems.

HEX 4E 4B AD
Decimal 78 75 173
Binary 1001110 1001011 10101101
Octal 116 113 255

Shades and tints

Shades of #4E4BAD

#4E4BAD
(78,75,173)
#47459E
(71,69,158)
#403F8F
(64,63,143)
#393980
(57,57,128)
#323371
(50,51,113)
#2B2D62
(43,45,98)
#242753
(36,39,83)
#1D2144
(29,33,68)
#161B35
(22,27,53)
#0F1526
(15,21,38)
#080F17
(8,15,23)
#000000
(0,0,0)

Tints of #4E4BAD

#4E4BAD
(78,75,173)
#5E5BB4
(94,91,180)
#6E6BBB
(110,107,187)
#7E7BC2
(126,123,194)
#8E8BC9
(142,139,201)
#9E9BD0
(158,155,208)
#AEABD7
(174,171,215)
#BEBBDE
(190,187,222)
#CECBE5
(206,203,229)
#DEDBEC
(222,219,236)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4BAD color. Also use rgb(78,75,173) instead hex code.

Text Font Color

.myTextColor { color: #4E4BAD; }

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

This text font color is #4E4BAD.

Background Color

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

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

This div background color is #4E4BAD.

Border color

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

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

This div border color is #4E4BAD.

Opacity

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

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

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

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

This text has shadow with #4E4BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4BAD.

Preview

Color preview on black background

This text has color #4E4BAD on black background.


Color preview on white background

This text has color #4E4BAD on white background.


Black color preview on #4E4BAD background

This text has black color on #4E4BAD background.


White color preview on #4E4BAD background

This text has white color on #4E4BAD background.


Related colors

Complementary color

Complementary color for #hex is #B1B452.


I love getcolorcode.com

Triadic colors

1 #AD4E4B and #4BAD4E with #4E4BAD are triadic colors.

2 #AD4B4E and #4B4EAD with #4E4BAD are triadic colors.