COLOR #4E4766

HEX: #4E4766 RGB: (78,71,102)

Color info

#4E4766 contains red, green and blue colors in about the same proportion. Web safe color of #4E4766 is #663366 (or #636).

RGB color model

#4E4766 color RGB value is (78,71,102).

RGB: (78,71,102) (31%, 28%, 40%)

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 102 of 255 = 40%

78
71
102

R + G + B ~ 33%. #4E4766 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 71 + 102 = 251 (100%)
R 78 of 251 ~ 31.08%
G 71 of 251 ~ 28.29%
B 102 of 251 ~ 40.64'%

%31.08
%28.29
%40.64

CMYK color model

#4E4766 color CMYK value is (24,30,0,60).

  • cyan value is 23.53%
  • magenta value is 30.39%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (24,30,0,60)
C24M30Y0K60 (24%, 30%, 0%, 60%)
(0.24 / 0.30 / 0.00 / 0.60)

CMYK percentages

%23.53
%30.39
%0
%60

Codes

Color #4E4766 in popluar color models

4E 47 66
RGB 78 71 102
HSL 254° 17.92% 33.92%
HSB/HSV 254° 30.39% 40.00%
CMYK 23.53% 30.39% 0.00%
60.00%

Color #4E4766 in popluar number systems.

HEX 4E 47 66
Decimal 78 71 102
Binary 1001110 1000111 1100110
Octal 116 107 146

Shades and tints

Shades of #4E4766

#4E4766
(78,71,102)
#47415D
(71,65,93)
#403B54
(64,59,84)
#39354B
(57,53,75)
#322F42
(50,47,66)
#2B2939
(43,41,57)
#242330
(36,35,48)
#1D1D27
(29,29,39)
#16171E
(22,23,30)
#0F1115
(15,17,21)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #4E4766

#4E4766
(78,71,102)
#5E5773
(94,87,115)
#6E6780
(110,103,128)
#7E778D
(126,119,141)
#8E879A
(142,135,154)
#9E97A7
(158,151,167)
#AEA7B4
(174,167,180)
#BEB7C1
(190,183,193)
#CEC7CE
(206,199,206)
#DED7DB
(222,215,219)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4766; }

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

This text font color is #4E4766.

Background Color

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

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

This div background color is #4E4766.

Border color

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

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

This div border color is #4E4766.

Opacity

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

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

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

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

This text has shadow with #4E4766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4766.

Preview

Color preview on black background

This text has color #4E4766 on black background.


Color preview on white background

This text has color #4E4766 on white background.


Black color preview on #4E4766 background

This text has black color on #4E4766 background.


White color preview on #4E4766 background

This text has white color on #4E4766 background.


Related colors

Complementary color

Complementary color for #hex is #B1B899.


I love getcolorcode.com

Triadic colors

1 #664E47 and #47664E with #4E4766 are triadic colors.

2 #66474E and #474E66 with #4E4766 are triadic colors.