COLOR #4E476D

HEX: #4E476D
RGB: (78,71,109)

Renk bilgisi

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

RGB renk modeli

#4E476D color RGB value is (78,71,109).

  • kırmız ton 78;
  • yeşil ton 71;
  • mavi ton 109.
RGB:
(78,71,109)
(31%,28%,43%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 71 of 255 = 28%
B 109 of 255 = 43%

78
71
109

R + G + B ~ 34%. #4E476D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 71 + 109 = 258 (100%)
R 78 of 258 ~ 30.23%
G 71 of 258 ~ 27.52%
B 109 of 258 ~ 42.25%

%30.23
%27.52
%42.25

CMYK RENK MODELİ

#4E476D rengi CMYK tonu (28,35,0,57).

  • camgöbeği tonu 28.44%
  • eflatun tonu 34.86%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(28,35,0,57)
C28M35Y0K57 
(28%,35%,0%,57%)
(0.28/0.35/0.00/0.57)	

CMYK yüzdeleri

%28.44
%34.86
%0
%57.25

Codes

Color #4E476D in popluar color models

4E476D
RGB7871109
HSL251°21.11%35.29%
HSB/HSV251°34.86%42.75%
CMYK28.44%34.86%0.00%
57.25%

Color #4E476D in popluar number systems.

HEX4E476D
Decimal7871109
Binary100111010001111101101
Octal116107155

Shades and tints

Shades of #4E476D

#4E476D
(78,71,109)
#474164
(71,65,100)
#403B5B
(64,59,91)
#393552
(57,53,82)
#322F49
(50,47,73)
#2B2940
(43,41,64)
#242337
(36,35,55)
#1D1D2E
(29,29,46)
#161725
(22,23,37)
#0F111C
(15,17,28)
#080B13
(8,11,19)
#000000
(0,0,0)

Tints of #4E476D

#4E476D
(78,71,109)
#5E577A
(94,87,122)
#6E6787
(110,103,135)
#7E7794
(126,119,148)
#8E87A1
(142,135,161)
#9E97AE
(158,151,174)
#AEA7BB
(174,167,187)
#BEB7C8
(190,183,200)
#CEC7D5
(206,199,213)
#DED7E2
(222,215,226)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E476D; }

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

This text font color is #4E476D.


Background Color

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

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

This div background color is #4E476D.


Border color

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

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

This div border color is #4E476D.


Opacity

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

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

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

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

This text has shadow with #4E476D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E476D on black background.


Color preview on white background

This text has color #4E476D on white background.



Black color preview on #4E476D background

This text has black color on #4E476D background.


White color preview on #4E476D background

This text has white color on #4E476D background.