COLOR #4E4763

HEX: #4E4763
RGB: (78,71,99)

Renk bilgisi

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

RGB renk modeli

#4E4763 color RGB value is (78,71,99).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 71 of 255 = 28%
B 99 of 255 = 39%

78
71
99

R + G + B ~ 33%. #4E4763 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 71 + 99 = 248 (100%)
R 78 of 248 ~ 31.45%
G 71 of 248 ~ 28.63%
B 99 of 248 ~ 39.92%

%31.45
%28.63
%39.92

CMYK RENK MODELİ

#4E4763 rengi CMYK tonu (21,28,0,61).

  • camgöbeği tonu 21.21%
  • eflatun tonu 28.28%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(21,28,0,61)
C21M28Y0K61 
(21%,28%,0%,61%)
(0.21/0.28/0.00/0.61)	

CMYK yüzdeleri

%21.21
%28.28
%0
%61.18

Codes

Color #4E4763 in popluar color models

4E4763
RGB787199
HSL255°16.47%33.33%
HSB/HSV255°28.28%38.82%
CMYK21.21%28.28%0.00%
61.18%

Color #4E4763 in popluar number systems.

HEX4E4763
Decimal787199
Binary100111010001111100011
Octal116107143

Shades and tints

Shades of #4E4763

#4E4763
(78,71,99)
#47415A
(71,65,90)
#403B51
(64,59,81)
#393548
(57,53,72)
#322F3F
(50,47,63)
#2B2936
(43,41,54)
#24232D
(36,35,45)
#1D1D24
(29,29,36)
#16171B
(22,23,27)
#0F1112
(15,17,18)
#080B09
(8,11,9)
#000000
(0,0,0)

Tints of #4E4763

#4E4763
(78,71,99)
#5E5771
(94,87,113)
#6E677F
(110,103,127)
#7E778D
(126,119,141)
#8E879B
(142,135,155)
#9E97A9
(158,151,169)
#AEA7B7
(174,167,183)
#BEB7C5
(190,183,197)
#CEC7D3
(206,199,211)
#DED7E1
(222,215,225)
#EEE7EF
(238,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4763; }

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

This text font color is #4E4763.


Background Color

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

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

This div background color is #4E4763.


Border color

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

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

This div border color is #4E4763.


Opacity

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

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

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

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

This text has shadow with #4E4763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4763 on black background.


Color preview on white background

This text has color #4E4763 on white background.



Black color preview on #4E4763 background

This text has black color on #4E4763 background.


White color preview on #4E4763 background

This text has white color on #4E4763 background.