COLOR #4E6EA4

HEX: #4E6EA4
RGB: (78,110,164)

Renk bilgisi

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

RGB renk modeli

#4E6EA4 color RGB value is (78,110,164).

  • kırmız ton 78;
  • yeşil ton 110;
  • mavi ton 164.
RGB:
(78,110,164)
(31%,43%,64%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 110 of 255 = 43%
B 164 of 255 = 64%

78
110
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 110 + 164 = 352 (100%)
R 78 of 352 ~ 22.16%
G 110 of 352 ~ 31.25%
B 164 of 352 ~ 46.59%

%22.16
%31.25
%46.59

CMYK RENK MODELİ

#4E6EA4 rengi CMYK tonu (52,33,0,36).

  • camgöbeği tonu 52.44%
  • eflatun tonu 32.93%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(52,33,0,36)
C52M33Y0K36 
(52%,33%,0%,36%)
(0.52/0.33/0.00/0.36)	

CMYK yüzdeleri

%52.44
%32.93
%0
%35.69

Codes

Color #4E6EA4 in popluar color models

4E6EA4
RGB78110164
HSL218°35.54%47.45%
HSB/HSV218°52.44%64.31%
CMYK52.44%32.93%0.00%
35.69%

Color #4E6EA4 in popluar number systems.

HEX4E6EA4
Decimal78110164
Binary1001110110111010100100
Octal116156244

Shades and tints

Shades of #4E6EA4

#4E6EA4
(78,110,164)
#476496
(71,100,150)
#405A88
(64,90,136)
#39507A
(57,80,122)
#32466C
(50,70,108)
#2B3C5E
(43,60,94)
#243250
(36,50,80)
#1D2842
(29,40,66)
#161E34
(22,30,52)
#0F1426
(15,20,38)
#080A18
(8,10,24)
#000000
(0,0,0)

Tints of #4E6EA4

#4E6EA4
(78,110,164)
#5E7BAC
(94,123,172)
#6E88B4
(110,136,180)
#7E95BC
(126,149,188)
#8EA2C4
(142,162,196)
#9EAFCC
(158,175,204)
#AEBCD4
(174,188,212)
#BEC9DC
(190,201,220)
#CED6E4
(206,214,228)
#DEE3EC
(222,227,236)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6EA4 color. Also use rgb(78,110,164) instead hex code.

Text Font Color

.myTextColor { color: #4E6EA4; }

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

This text font color is #4E6EA4.


Background Color

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

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

This div background color is #4E6EA4.


Border color

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

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

This div border color is #4E6EA4.


Opacity

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

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

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

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

This text has shadow with #4E6EA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6EA4 on black background.


Color preview on white background

This text has color #4E6EA4 on white background.



Black color preview on #4E6EA4 background

This text has black color on #4E6EA4 background.


White color preview on #4E6EA4 background

This text has white color on #4E6EA4 background.