COLOR #4E6DC9

HEX: #4E6DC9
RGB: (78,109,201)

Renk bilgisi

#4E6DC9 contains mainly blue color. #4E6DC9 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#4E6DC9 color RGB value is (78,109,201).

  • kırmız ton 78;
  • yeşil ton 109;
  • mavi ton 201.
RGB:
(78,109,201)
(31%,43%,79%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 109 of 255 = 43%
B 201 of 255 = 79%

78
109
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 109 + 201 = 388 (100%)
R 78 of 388 ~ 20.1%
G 109 of 388 ~ 28.09%
B 201 of 388 ~ 51.8%

%20.1
%28.09
%51.8

CMYK RENK MODELİ

#4E6DC9 rengi CMYK tonu (61,46,0,21).

  • camgöbeği tonu 61.19%
  • eflatun tonu 45.77%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(61,46,0,21)
C61M46Y0K21 
(61%,46%,0%,21%)
(0.61/0.46/0.00/0.21)	

CMYK yüzdeleri

%61.19
%45.77
%0
%21.18

Codes

Color #4E6DC9 in popluar color models

4E6DC9
RGB78109201
HSL225°53.25%54.71%
HSB/HSV225°61.19%78.82%
CMYK61.19%45.77%0.00%
21.18%

Color #4E6DC9 in popluar number systems.

HEX4E6DC9
Decimal78109201
Binary1001110110110111001001
Octal116155311

Shades and tints

Shades of #4E6DC9

#4E6DC9
(78,109,201)
#4764B7
(71,100,183)
#405BA5
(64,91,165)
#395293
(57,82,147)
#324981
(50,73,129)
#2B406F
(43,64,111)
#24375D
(36,55,93)
#1D2E4B
(29,46,75)
#162539
(22,37,57)
#0F1C27
(15,28,39)
#081315
(8,19,21)
#000000
(0,0,0)

Tints of #4E6DC9

#4E6DC9
(78,109,201)
#5E7ACD
(94,122,205)
#6E87D1
(110,135,209)
#7E94D5
(126,148,213)
#8EA1D9
(142,161,217)
#9EAEDD
(158,174,221)
#AEBBE1
(174,187,225)
#BEC8E5
(190,200,229)
#CED5E9
(206,213,233)
#DEE2ED
(222,226,237)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E6DC9 color. Also use rgb(78,109,201) instead hex code.

Text Font Color

.myTextColor { color: #4E6DC9; }

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

This text font color is #4E6DC9.


Background Color

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

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

This div background color is #4E6DC9.


Border color

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

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

This div border color is #4E6DC9.


Opacity

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

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

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

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

This text has shadow with #4E6DC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6DC9 on black background.


Color preview on white background

This text has color #4E6DC9 on white background.



Black color preview on #4E6DC9 background

This text has black color on #4E6DC9 background.


White color preview on #4E6DC9 background

This text has white color on #4E6DC9 background.