COLOR #4E4562

HEX: #4E4562
RGB: (78,69,98)

Color info

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

RGB color model

#4E4562 color RGB value is (78,69,98).

  • red value is 78;
  • green value is 69;
  • blue value is 98.
RGB:
(78,69,98)
(31%,27%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 69 of 255 = 27%
B 98 of 255 = 38%

78
69
98

R + G + B ~ 32%. #4E4562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 69 + 98 = 245 (100%)
R 78 of 245 ~ 31.84%
G 69 of 245 ~ 28.16%
B 98 of 245 ~ 40%

%31.84
%28.16
%40

CMYK color model

#4E4562 color CMYK value is (20,30,0,62).

  • cyan value is 20.41%
  • magenta value is 29.59%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(20,30,0,62)
C20M30Y0K62 
(20%,30%,0%,62%)
(0.20/0.30/0.00/0.62)	

CMYK percentages

%20.41
%29.59
%0
%61.57

Codes

Color #4E4562 in popluar color models

4E4562
RGB786998
HSL259°17.37%32.75%
HSB/HSV259°29.59%38.43%
CMYK20.41%29.59%0.00%
61.57%

Color #4E4562 in popluar number systems.

HEX4E4562
Decimal786998
Binary100111010001011100010
Octal116105142

Shades and tints

Shades of #4E4562

#4E4562
(78,69,98)
#473F5A
(71,63,90)
#403952
(64,57,82)
#39334A
(57,51,74)
#322D42
(50,45,66)
#2B273A
(43,39,58)
#242132
(36,33,50)
#1D1B2A
(29,27,42)
#161522
(22,21,34)
#0F0F1A
(15,15,26)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #4E4562

#4E4562
(78,69,98)
#5E5570
(94,85,112)
#6E657E
(110,101,126)
#7E758C
(126,117,140)
#8E859A
(142,133,154)
#9E95A8
(158,149,168)
#AEA5B6
(174,165,182)
#BEB5C4
(190,181,196)
#CEC5D2
(206,197,210)
#DED5E0
(222,213,224)
#EEE5EE
(238,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4562 color. Also use rgb(78,69,98) instead hex code.

Text Font Color

.myTextColor { color: #4E4562; }

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

This text font color is #4E4562.


Background Color

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

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

This div background color is #4E4562.


Border color

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

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

This div border color is #4E4562.


Opacity

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

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

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

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

This text has shadow with #4E4562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4562 on black background.


Color preview on white background

This text has color #4E4562 on white background.



Black color preview on #4E4562 background

This text has black color on #4E4562 background.


White color preview on #4E4562 background

This text has white color on #4E4562 background.