COLOR #4E4461

HEX: #4E4461
RGB: (78,68,97)

Renk bilgisi

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

RGB renk modeli

#4E4461 color RGB value is (78,68,97).

  • kırmız ton 78;
  • yeşil ton 68;
  • mavi ton 97.
RGB:
(78,68,97)
(31%,27%,38%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 68 of 255 = 27%
B 97 of 255 = 38%

78
68
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 68 + 97 = 243 (100%)
R 78 of 243 ~ 32.1%
G 68 of 243 ~ 27.98%
B 97 of 243 ~ 39.92%

%32.1
%27.98
%39.92

CMYK RENK MODELİ

#4E4461 rengi CMYK tonu (20,30,0,62).

  • camgöbeği tonu 19.59%
  • eflatun tonu 29.90%
  • sarı tonu 0.00%
  • ana renk tonu 61.96%
CMYK:
(20,30,0,62)
C20M30Y0K62 
(20%,30%,0%,62%)
(0.20/0.30/0.00/0.62)	

CMYK yüzdeleri

%19.59
%29.9
%0
%61.96

Codes

Color #4E4461 in popluar color models

4E4461
RGB786897
HSL261°17.58%32.35%
HSB/HSV261°29.90%38.04%
CMYK19.59%29.90%0.00%
61.96%

Color #4E4461 in popluar number systems.

HEX4E4461
Decimal786897
Binary100111010001001100001
Octal116104141

Shades and tints

Shades of #4E4461

#4E4461
(78,68,97)
#473E59
(71,62,89)
#403851
(64,56,81)
#393249
(57,50,73)
#322C41
(50,44,65)
#2B2639
(43,38,57)
#242031
(36,32,49)
#1D1A29
(29,26,41)
#161421
(22,20,33)
#0F0E19
(15,14,25)
#080811
(8,8,17)
#000000
(0,0,0)

Tints of #4E4461

#4E4461
(78,68,97)
#5E556F
(94,85,111)
#6E667D
(110,102,125)
#7E778B
(126,119,139)
#8E8899
(142,136,153)
#9E99A7
(158,153,167)
#AEAAB5
(174,170,181)
#BEBBC3
(190,187,195)
#CECCD1
(206,204,209)
#DEDDDF
(222,221,223)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4461 color. Also use rgb(78,68,97) instead hex code.

Text Font Color

.myTextColor { color: #4E4461; }

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

This text font color is #4E4461.


Background Color

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

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

This div background color is #4E4461.


Border color

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

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

This div border color is #4E4461.


Opacity

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

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

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

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

This text has shadow with #4E4461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4461 on black background.


Color preview on white background

This text has color #4E4461 on white background.



Black color preview on #4E4461 background

This text has black color on #4E4461 background.


White color preview on #4E4461 background

This text has white color on #4E4461 background.