COLOR #4E44AF

HEX: #4E44AF RGB: (78,68,175)

Color info

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

RGB color model

#4E44AF color RGB value is (78,68,175).

RGB: (78,68,175) (31%, 27%, 69%)

RGB channels and saturation

R 78 of 255 = 31%
G 68 of 255 = 27%
B 175 of 255 = 69%

78
68
175

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

Portions of RGB colors in percentages

R + G + B = 78 + 68 + 175 = 321 (100%)
R 78 of 321 ~ 24.3%
G 68 of 321 ~ 21.18%
B 175 of 321 ~ 54.52'%

%24.3
%21.18
%54.52

CMYK color model

#4E44AF color CMYK value is (55,61,0,31).

  • cyan value is 55.43%
  • magenta value is 61.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (55,61,0,31)
C55M61Y0K31 (55%, 61%, 0%, 31%)
(0.55 / 0.61 / 0.00 / 0.31)

CMYK percentages

%55.43
%61.14
%0
%31.37

Codes

Color #4E44AF in popluar color models

4E 44 AF
RGB 78 68 175
HSL 246° 44.03% 47.65%
HSB/HSV 246° 61.14% 68.63%
CMYK 55.43% 61.14% 0.00%
31.37%

Color #4E44AF in popluar number systems.

HEX 4E 44 AF
Decimal 78 68 175
Binary 1001110 1000100 10101111
Octal 116 104 257

Shades and tints

Shades of #4E44AF

#4E44AF
(78,68,175)
#473EA0
(71,62,160)
#403891
(64,56,145)
#393282
(57,50,130)
#322C73
(50,44,115)
#2B2664
(43,38,100)
#242055
(36,32,85)
#1D1A46
(29,26,70)
#161437
(22,20,55)
#0F0E28
(15,14,40)
#080819
(8,8,25)
#000000
(0,0,0)

Tints of #4E44AF

#4E44AF
(78,68,175)
#5E55B6
(94,85,182)
#6E66BD
(110,102,189)
#7E77C4
(126,119,196)
#8E88CB
(142,136,203)
#9E99D2
(158,153,210)
#AEAAD9
(174,170,217)
#BEBBE0
(190,187,224)
#CECCE7
(206,204,231)
#DEDDEE
(222,221,238)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E44AF color. Also use rgb(78,68,175) instead hex code.

Text Font Color

.myTextColor { color: #4E44AF; }

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

This text font color is #4E44AF.

Background Color

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

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

This div background color is #4E44AF.

Border color

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

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

This div border color is #4E44AF.

Opacity

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

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

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

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

This text has shadow with #4E44AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E44AF.

Preview

Color preview on black background

This text has color #4E44AF on black background.


Color preview on white background

This text has color #4E44AF on white background.


Black color preview on #4E44AF background

This text has black color on #4E44AF background.


White color preview on #4E44AF background

This text has white color on #4E44AF background.


Related colors

Complementary color

Complementary color for #hex is #B1BB50.


I love getcolorcode.com

Triadic colors

1 #AF4E44 and #44AF4E with #4E44AF are triadic colors.

2 #AF444E and #444EAF with #4E44AF are triadic colors.