COLOR #4E6496

HEX: #4E6496
RGB: (78,100,150)

Renk bilgisi

#4E6496 contains mainly green and blue colors. #4E6496 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#4E6496 color RGB value is (78,100,150).

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

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 100 of 255 = 39%
B 150 of 255 = 59%

78
100
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 100 + 150 = 328 (100%)
R 78 of 328 ~ 23.78%
G 100 of 328 ~ 30.49%
B 150 of 328 ~ 45.73%

%23.78
%30.49
%45.73

CMYK RENK MODELİ

#4E6496 rengi CMYK tonu (48,33,0,41).

  • camgöbeği tonu 48.00%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(48,33,0,41)
C48M33Y0K41 
(48%,33%,0%,41%)
(0.48/0.33/0.00/0.41)	

CMYK yüzdeleri

%48
%33.33
%0
%41.18

Codes

Color #4E6496 in popluar color models

4E6496
RGB78100150
HSL222°31.58%44.71%
HSB/HSV222°48.00%58.82%
CMYK48.00%33.33%0.00%
41.18%

Color #4E6496 in popluar number systems.

HEX4E6496
Decimal78100150
Binary1001110110010010010110
Octal116144226

Shades and tints

Shades of #4E6496

#4E6496
(78,100,150)
#475B89
(71,91,137)
#40527C
(64,82,124)
#39496F
(57,73,111)
#324062
(50,64,98)
#2B3755
(43,55,85)
#242E48
(36,46,72)
#1D253B
(29,37,59)
#161C2E
(22,28,46)
#0F1321
(15,19,33)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #4E6496

#4E6496
(78,100,150)
#5E729F
(94,114,159)
#6E80A8
(110,128,168)
#7E8EB1
(126,142,177)
#8E9CBA
(142,156,186)
#9EAAC3
(158,170,195)
#AEB8CC
(174,184,204)
#BEC6D5
(190,198,213)
#CED4DE
(206,212,222)
#DEE2E7
(222,226,231)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6496; }

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

This text font color is #4E6496.


Background Color

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

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

This div background color is #4E6496.


Border color

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

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

This div border color is #4E6496.


Opacity

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

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

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

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

This text has shadow with #4E6496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6496 on black background.


Color preview on white background

This text has color #4E6496 on white background.



Black color preview on #4E6496 background

This text has black color on #4E6496 background.


White color preview on #4E6496 background

This text has white color on #4E6496 background.