COLOR #4E5381

HEX: #4E5381
RGB: (78,83,129)

Renk bilgisi

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

RGB renk modeli

#4E5381 color RGB value is (78,83,129).

  • kırmız ton 78;
  • yeşil ton 83;
  • mavi ton 129.
RGB:
(78,83,129)
(31%,33%,51%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 83 of 255 = 33%
B 129 of 255 = 51%

78
83
129

R + G + B ~ 38%. #4E5381 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 83 + 129 = 290 (100%)
R 78 of 290 ~ 26.9%
G 83 of 290 ~ 28.62%
B 129 of 290 ~ 44.48%

%26.9
%28.62
%44.48

CMYK RENK MODELİ

#4E5381 rengi CMYK tonu (40,36,0,49).

  • camgöbeği tonu 39.53%
  • eflatun tonu 35.66%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(40,36,0,49)
C40M36Y0K49 
(40%,36%,0%,49%)
(0.40/0.36/0.00/0.49)	

CMYK yüzdeleri

%39.53
%35.66
%0
%49.41

Codes

Color #4E5381 in popluar color models

4E5381
RGB7883129
HSL234°24.64%40.59%
HSB/HSV234°39.53%50.59%
CMYK39.53%35.66%0.00%
49.41%

Color #4E5381 in popluar number systems.

HEX4E5381
Decimal7883129
Binary1001110101001110000001
Octal116123201

Shades and tints

Shades of #4E5381

#4E5381
(78,83,129)
#474C76
(71,76,118)
#40456B
(64,69,107)
#393E60
(57,62,96)
#323755
(50,55,85)
#2B304A
(43,48,74)
#24293F
(36,41,63)
#1D2234
(29,34,52)
#161B29
(22,27,41)
#0F141E
(15,20,30)
#080D13
(8,13,19)
#000000
(0,0,0)

Tints of #4E5381

#4E5381
(78,83,129)
#5E628C
(94,98,140)
#6E7197
(110,113,151)
#7E80A2
(126,128,162)
#8E8FAD
(142,143,173)
#9E9EB8
(158,158,184)
#AEADC3
(174,173,195)
#BEBCCE
(190,188,206)
#CECBD9
(206,203,217)
#DEDAE4
(222,218,228)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5381 color. Also use rgb(78,83,129) instead hex code.

Text Font Color

.myTextColor { color: #4E5381; }

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

This text font color is #4E5381.


Background Color

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

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

This div background color is #4E5381.


Border color

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

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

This div border color is #4E5381.


Opacity

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

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

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

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

This text has shadow with #4E5381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5381 on black background.


Color preview on white background

This text has color #4E5381 on white background.



Black color preview on #4E5381 background

This text has black color on #4E5381 background.


White color preview on #4E5381 background

This text has white color on #4E5381 background.