COLOR #4E4771

HEX: #4E4771
RGB: (78,71,113)

Renk bilgisi

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

RGB renk modeli

#4E4771 color RGB value is (78,71,113).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 71 of 255 = 28%
B 113 of 255 = 44%

78
71
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 71 + 113 = 262 (100%)
R 78 of 262 ~ 29.77%
G 71 of 262 ~ 27.1%
B 113 of 262 ~ 43.13%

%29.77
%27.1
%43.13

CMYK RENK MODELİ

#4E4771 rengi CMYK tonu (31,37,0,56).

  • camgöbeği tonu 30.97%
  • eflatun tonu 37.17%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(31,37,0,56)
C31M37Y0K56 
(31%,37%,0%,56%)
(0.31/0.37/0.00/0.56)	

CMYK yüzdeleri

%30.97
%37.17
%0
%55.69

Codes

Color #4E4771 in popluar color models

4E4771
RGB7871113
HSL250°22.83%36.08%
HSB/HSV250°37.17%44.31%
CMYK30.97%37.17%0.00%
55.69%

Color #4E4771 in popluar number systems.

HEX4E4771
Decimal7871113
Binary100111010001111110001
Octal116107161

Shades and tints

Shades of #4E4771

#4E4771
(78,71,113)
#474167
(71,65,103)
#403B5D
(64,59,93)
#393553
(57,53,83)
#322F49
(50,47,73)
#2B293F
(43,41,63)
#242335
(36,35,53)
#1D1D2B
(29,29,43)
#161721
(22,23,33)
#0F1117
(15,17,23)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #4E4771

#4E4771
(78,71,113)
#5E577D
(94,87,125)
#6E6789
(110,103,137)
#7E7795
(126,119,149)
#8E87A1
(142,135,161)
#9E97AD
(158,151,173)
#AEA7B9
(174,167,185)
#BEB7C5
(190,183,197)
#CEC7D1
(206,199,209)
#DED7DD
(222,215,221)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4771; }

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

This text font color is #4E4771.


Background Color

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

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

This div background color is #4E4771.


Border color

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

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

This div border color is #4E4771.


Opacity

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

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

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

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

This text has shadow with #4E4771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4771 on black background.


Color preview on white background

This text has color #4E4771 on white background.



Black color preview on #4E4771 background

This text has black color on #4E4771 background.


White color preview on #4E4771 background

This text has white color on #4E4771 background.