COLOR #4E4362

HEX: #4E4362
RGB: (78,67,98)

Color info

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

RGB color model

#4E4362 color RGB value is (78,67,98).

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

RGB channels and saturation

R 78 of 255 = 31%
G 67 of 255 = 26%
B 98 of 255 = 38%

78
67
98

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

Portions of RGB colors in percentages

R + G + B =
78 + 67 + 98 = 243 (100%)
R 78 of 243 ~ 32.1%
G 67 of 243 ~ 27.57%
B 98 of 243 ~ 40.33%

%32.1
%27.57
%40.33

CMYK color model

#4E4362 color CMYK value is (20,32,0,62).

  • cyan value is 20.41%
  • magenta value is 31.63%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(20,32,0,62)
C20M32Y0K62 
(20%,32%,0%,62%)
(0.20/0.32/0.00/0.62)	

CMYK percentages

%20.41
%31.63
%0
%61.57

Codes

Color #4E4362 in popluar color models

4E4362
RGB786798
HSL261°18.79%32.35%
HSB/HSV261°31.63%38.43%
CMYK20.41%31.63%0.00%
61.57%

Color #4E4362 in popluar number systems.

HEX4E4362
Decimal786798
Binary100111010000111100010
Octal116103142

Shades and tints

Shades of #4E4362

#4E4362
(78,67,98)
#473D5A
(71,61,90)
#403752
(64,55,82)
#39314A
(57,49,74)
#322B42
(50,43,66)
#2B253A
(43,37,58)
#241F32
(36,31,50)
#1D192A
(29,25,42)
#161322
(22,19,34)
#0F0D1A
(15,13,26)
#080712
(8,7,18)
#000000
(0,0,0)

Tints of #4E4362

#4E4362
(78,67,98)
#5E5470
(94,84,112)
#6E657E
(110,101,126)
#7E768C
(126,118,140)
#8E879A
(142,135,154)
#9E98A8
(158,152,168)
#AEA9B6
(174,169,182)
#BEBAC4
(190,186,196)
#CECBD2
(206,203,210)
#DEDCE0
(222,220,224)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4362; }

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

This text font color is #4E4362.


Background Color

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

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

This div background color is #4E4362.


Border color

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

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

This div border color is #4E4362.


Opacity

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

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

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

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

This text has shadow with #4E4362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4362 on black background.


Color preview on white background

This text has color #4E4362 on white background.



Black color preview on #4E4362 background

This text has black color on #4E4362 background.


White color preview on #4E4362 background

This text has white color on #4E4362 background.