COLOR #4E4B66

HEX: #4E4B66
RGB: (78,75,102)

Color info

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

RGB color model

#4E4B66 color RGB value is (78,75,102).

  • red value is 78;
  • green value is 75;
  • blue value is 102.
RGB:
(78,75,102)
(31%,29%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 75 of 255 = 29%
B 102 of 255 = 40%

78
75
102

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

Portions of RGB colors in percentages

R + G + B =
78 + 75 + 102 = 255 (100%)
R 78 of 255 ~ 30.59%
G 75 of 255 ~ 29.41%
B 102 of 255 ~ 40%

%30.59
%29.41
%40

CMYK color model

#4E4B66 color CMYK value is (24,26,0,60).

  • cyan value is 23.53%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(24,26,0,60)
C24M26Y0K60 
(24%,26%,0%,60%)
(0.24/0.26/0.00/0.60)	

CMYK percentages

%23.53
%26.47
%0
%60

Codes

Color #4E4B66 in popluar color models

4E4B66
RGB7875102
HSL247°15.25%34.71%
HSB/HSV247°26.47%40.00%
CMYK23.53%26.47%0.00%
60.00%

Color #4E4B66 in popluar number systems.

HEX4E4B66
Decimal7875102
Binary100111010010111100110
Octal116113146

Shades and tints

Shades of #4E4B66

#4E4B66
(78,75,102)
#47455D
(71,69,93)
#403F54
(64,63,84)
#39394B
(57,57,75)
#323342
(50,51,66)
#2B2D39
(43,45,57)
#242730
(36,39,48)
#1D2127
(29,33,39)
#161B1E
(22,27,30)
#0F1515
(15,21,21)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #4E4B66

#4E4B66
(78,75,102)
#5E5B73
(94,91,115)
#6E6B80
(110,107,128)
#7E7B8D
(126,123,141)
#8E8B9A
(142,139,154)
#9E9BA7
(158,155,167)
#AEABB4
(174,171,180)
#BEBBC1
(190,187,193)
#CECBCE
(206,203,206)
#DEDBDB
(222,219,219)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4B66; }

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

This text font color is #4E4B66.


Background Color

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

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

This div background color is #4E4B66.


Border color

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

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

This div border color is #4E4B66.


Opacity

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

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

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

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

This text has shadow with #4E4B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4B66 on black background.


Color preview on white background

This text has color #4E4B66 on white background.



Black color preview on #4E4B66 background

This text has black color on #4E4B66 background.


White color preview on #4E4B66 background

This text has white color on #4E4B66 background.