COLOR #4E51AF

HEX: #4E51AF
RGB: (78,81,175)

Renk bilgisi

#4E51AF contains mainly blue color. #4E51AF ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#4E51AF color RGB value is (78,81,175).

  • kırmız ton 78;
  • yeşil ton 81;
  • mavi ton 175.
RGB:
(78,81,175)
(31%,32%,69%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 81 of 255 = 32%
B 175 of 255 = 69%

78
81
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 81 + 175 = 334 (100%)
R 78 of 334 ~ 23.35%
G 81 of 334 ~ 24.25%
B 175 of 334 ~ 52.4%

%23.35
%24.25
%52.4

CMYK RENK MODELİ

#4E51AF rengi CMYK tonu (55,54,0,31).

  • camgöbeği tonu 55.43%
  • eflatun tonu 53.71%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(55,54,0,31)
C55M54Y0K31 
(55%,54%,0%,31%)
(0.55/0.54/0.00/0.31)	

CMYK yüzdeleri

%55.43
%53.71
%0
%31.37

Codes

Color #4E51AF in popluar color models

4E51AF
RGB7881175
HSL238°38.34%49.61%
HSB/HSV238°55.43%68.63%
CMYK55.43%53.71%0.00%
31.37%

Color #4E51AF in popluar number systems.

HEX4E51AF
Decimal7881175
Binary1001110101000110101111
Octal116121257

Shades and tints

Shades of #4E51AF

#4E51AF
(78,81,175)
#474AA0
(71,74,160)
#404391
(64,67,145)
#393C82
(57,60,130)
#323573
(50,53,115)
#2B2E64
(43,46,100)
#242755
(36,39,85)
#1D2046
(29,32,70)
#161937
(22,25,55)
#0F1228
(15,18,40)
#080B19
(8,11,25)
#000000
(0,0,0)

Tints of #4E51AF

#4E51AF
(78,81,175)
#5E60B6
(94,96,182)
#6E6FBD
(110,111,189)
#7E7EC4
(126,126,196)
#8E8DCB
(142,141,203)
#9E9CD2
(158,156,210)
#AEABD9
(174,171,217)
#BEBAE0
(190,186,224)
#CEC9E7
(206,201,231)
#DED8EE
(222,216,238)
#EEE7F5
(238,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E51AF color. Also use rgb(78,81,175) instead hex code.

Text Font Color

.myTextColor { color: #4E51AF; }

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

This text font color is #4E51AF.


Background Color

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

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

This div background color is #4E51AF.


Border color

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

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

This div border color is #4E51AF.


Opacity

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

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

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

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

This text has shadow with #4E51AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E51AF on black background.


Color preview on white background

This text has color #4E51AF on white background.



Black color preview on #4E51AF background

This text has black color on #4E51AF background.


White color preview on #4E51AF background

This text has white color on #4E51AF background.