COLOR #4E4D79

HEX: #4E4D79
RGB: (78,77,121)

Renk bilgisi

#4E4D79 contains red, green and blue colors in about the same proportion. #4E4D79 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#4E4D79 color RGB value is (78,77,121).

  • kırmız ton 78;
  • yeşil ton 77;
  • mavi ton 121.
RGB:
(78,77,121)
(31%,30%,47%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 77 of 255 = 30%
B 121 of 255 = 47%

78
77
121

R + G + B ~ 36%. #4E4D79 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 77 + 121 = 276 (100%)
R 78 of 276 ~ 28.26%
G 77 of 276 ~ 27.9%
B 121 of 276 ~ 43.84%

%28.26
%27.9
%43.84

CMYK RENK MODELİ

#4E4D79 rengi CMYK tonu (36,36,0,53).

  • camgöbeği tonu 35.54%
  • eflatun tonu 36.36%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(36,36,0,53)
C36M36Y0K53 
(36%,36%,0%,53%)
(0.36/0.36/0.00/0.53)	

CMYK yüzdeleri

%35.54
%36.36
%0
%52.55

Codes

Color #4E4D79 in popluar color models

4E4D79
RGB7877121
HSL241°22.22%38.82%
HSB/HSV241°36.36%47.45%
CMYK35.54%36.36%0.00%
52.55%

Color #4E4D79 in popluar number systems.

HEX4E4D79
Decimal7877121
Binary100111010011011111001
Octal116115171

Shades and tints

Shades of #4E4D79

#4E4D79
(78,77,121)
#47466E
(71,70,110)
#403F63
(64,63,99)
#393858
(57,56,88)
#32314D
(50,49,77)
#2B2A42
(43,42,66)
#242337
(36,35,55)
#1D1C2C
(29,28,44)
#161521
(22,21,33)
#0F0E16
(15,14,22)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #4E4D79

#4E4D79
(78,77,121)
#5E5D85
(94,93,133)
#6E6D91
(110,109,145)
#7E7D9D
(126,125,157)
#8E8DA9
(142,141,169)
#9E9DB5
(158,157,181)
#AEADC1
(174,173,193)
#BEBDCD
(190,189,205)
#CECDD9
(206,205,217)
#DEDDE5
(222,221,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4D79 color. Also use rgb(78,77,121) instead hex code.

Text Font Color

.myTextColor { color: #4E4D79; }

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

This text font color is #4E4D79.


Background Color

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

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

This div background color is #4E4D79.


Border color

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

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

This div border color is #4E4D79.


Opacity

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

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

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

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

This text has shadow with #4E4D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4D79 on black background.


Color preview on white background

This text has color #4E4D79 on white background.



Black color preview on #4E4D79 background

This text has black color on #4E4D79 background.


White color preview on #4E4D79 background

This text has white color on #4E4D79 background.