COLOR #4E4996

HEX: #4E4996
RGB: (78,73,150)

Renk bilgisi

#4E4996 contains mainly blue color. #4E4996 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#4E4996 color RGB value is (78,73,150).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 73 of 255 = 29%
B 150 of 255 = 59%

78
73
150

R + G + B ~ 40%. #4E4996 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 73 + 150 = 301 (100%)
R 78 of 301 ~ 25.91%
G 73 of 301 ~ 24.25%
B 150 of 301 ~ 49.83%

%25.91
%24.25
%49.83

CMYK RENK MODELİ

#4E4996 rengi CMYK tonu (48,51,0,41).

  • camgöbeği tonu 48.00%
  • eflatun tonu 51.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(48,51,0,41)
C48M51Y0K41 
(48%,51%,0%,41%)
(0.48/0.51/0.00/0.41)	

CMYK yüzdeleri

%48
%51.33
%0
%41.18

Codes

Color #4E4996 in popluar color models

4E4996
RGB7873150
HSL244°34.53%43.73%
HSB/HSV244°51.33%58.82%
CMYK48.00%51.33%0.00%
41.18%

Color #4E4996 in popluar number systems.

HEX4E4996
Decimal7873150
Binary1001110100100110010110
Octal116111226

Shades and tints

Shades of #4E4996

#4E4996
(78,73,150)
#474389
(71,67,137)
#403D7C
(64,61,124)
#39376F
(57,55,111)
#323162
(50,49,98)
#2B2B55
(43,43,85)
#242548
(36,37,72)
#1D1F3B
(29,31,59)
#16192E
(22,25,46)
#0F1321
(15,19,33)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #4E4996

#4E4996
(78,73,150)
#5E599F
(94,89,159)
#6E69A8
(110,105,168)
#7E79B1
(126,121,177)
#8E89BA
(142,137,186)
#9E99C3
(158,153,195)
#AEA9CC
(174,169,204)
#BEB9D5
(190,185,213)
#CEC9DE
(206,201,222)
#DED9E7
(222,217,231)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4996; }

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

This text font color is #4E4996.


Background Color

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

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

This div background color is #4E4996.


Border color

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

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

This div border color is #4E4996.


Opacity

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

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

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

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

This text has shadow with #4E4996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4996 on black background.


Color preview on white background

This text has color #4E4996 on white background.



Black color preview on #4E4996 background

This text has black color on #4E4996 background.


White color preview on #4E4996 background

This text has white color on #4E4996 background.