COLOR #4E496C

HEX: #4E496C
RGB: (78,73,108)

Renk bilgisi

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

RGB renk modeli

#4E496C color RGB value is (78,73,108).

  • kırmız ton 78;
  • yeşil ton 73;
  • mavi ton 108.
RGB:
(78,73,108)
(31%,29%,42%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 73 of 255 = 29%
B 108 of 255 = 42%

78
73
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 73 + 108 = 259 (100%)
R 78 of 259 ~ 30.12%
G 73 of 259 ~ 28.19%
B 108 of 259 ~ 41.7%

%30.12
%28.19
%41.7

CMYK RENK MODELİ

#4E496C rengi CMYK tonu (28,32,0,58).

  • camgöbeği tonu 27.78%
  • eflatun tonu 32.41%
  • sarı tonu 0.00%
  • ana renk tonu 57.65%
CMYK:
(28,32,0,58)
C28M32Y0K58 
(28%,32%,0%,58%)
(0.28/0.32/0.00/0.58)	

CMYK yüzdeleri

%27.78
%32.41
%0
%57.65

Codes

Color #4E496C in popluar color models

4E496C
RGB7873108
HSL249°19.34%35.49%
HSB/HSV249°32.41%42.35%
CMYK27.78%32.41%0.00%
57.65%

Color #4E496C in popluar number systems.

HEX4E496C
Decimal7873108
Binary100111010010011101100
Octal116111154

Shades and tints

Shades of #4E496C

#4E496C
(78,73,108)
#474363
(71,67,99)
#403D5A
(64,61,90)
#393751
(57,55,81)
#323148
(50,49,72)
#2B2B3F
(43,43,63)
#242536
(36,37,54)
#1D1F2D
(29,31,45)
#161924
(22,25,36)
#0F131B
(15,19,27)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #4E496C

#4E496C
(78,73,108)
#5E5979
(94,89,121)
#6E6986
(110,105,134)
#7E7993
(126,121,147)
#8E89A0
(142,137,160)
#9E99AD
(158,153,173)
#AEA9BA
(174,169,186)
#BEB9C7
(190,185,199)
#CEC9D4
(206,201,212)
#DED9E1
(222,217,225)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E496C color. Also use rgb(78,73,108) instead hex code.

Text Font Color

.myTextColor { color: #4E496C; }

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

This text font color is #4E496C.


Background Color

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

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

This div background color is #4E496C.


Border color

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

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

This div border color is #4E496C.


Opacity

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

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

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

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

This text has shadow with #4E496C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E496C on black background.


Color preview on white background

This text has color #4E496C on white background.



Black color preview on #4E496C background

This text has black color on #4E496C background.


White color preview on #4E496C background

This text has white color on #4E496C background.