COLOR #4E76B3

HEX: #4E76B3
RGB: (78,118,179)

Renk bilgisi

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

RGB renk modeli

#4E76B3 color RGB value is (78,118,179).

  • kırmız ton 78;
  • yeşil ton 118;
  • mavi ton 179.
RGB:
(78,118,179)
(31%,46%,70%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 118 of 255 = 46%
B 179 of 255 = 70%

78
118
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 118 + 179 = 375 (100%)
R 78 of 375 ~ 20.8%
G 118 of 375 ~ 31.47%
B 179 of 375 ~ 47.73%

%20.8
%31.47
%47.73

CMYK RENK MODELİ

#4E76B3 rengi CMYK tonu (56,34,0,30).

  • camgöbeği tonu 56.42%
  • eflatun tonu 34.08%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(56,34,0,30)
C56M34Y0K30 
(56%,34%,0%,30%)
(0.56/0.34/0.00/0.30)	

CMYK yüzdeleri

%56.42
%34.08
%0
%29.8

Codes

Color #4E76B3 in popluar color models

4E76B3
RGB78118179
HSL216°39.92%50.39%
HSB/HSV216°56.42%70.20%
CMYK56.42%34.08%0.00%
29.80%

Color #4E76B3 in popluar number systems.

HEX4E76B3
Decimal78118179
Binary1001110111011010110011
Octal116166263

Shades and tints

Shades of #4E76B3

#4E76B3
(78,118,179)
#476CA3
(71,108,163)
#406293
(64,98,147)
#395883
(57,88,131)
#324E73
(50,78,115)
#2B4463
(43,68,99)
#243A53
(36,58,83)
#1D3043
(29,48,67)
#162633
(22,38,51)
#0F1C23
(15,28,35)
#081213
(8,18,19)
#000000
(0,0,0)

Tints of #4E76B3

#4E76B3
(78,118,179)
#5E82B9
(94,130,185)
#6E8EBF
(110,142,191)
#7E9AC5
(126,154,197)
#8EA6CB
(142,166,203)
#9EB2D1
(158,178,209)
#AEBED7
(174,190,215)
#BECADD
(190,202,221)
#CED6E3
(206,214,227)
#DEE2E9
(222,226,233)
#EEEEEF
(238,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E76B3 color. Also use rgb(78,118,179) instead hex code.

Text Font Color

.myTextColor { color: #4E76B3; }

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

This text font color is #4E76B3.


Background Color

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

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

This div background color is #4E76B3.


Border color

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

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

This div border color is #4E76B3.


Opacity

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

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

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

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

This text has shadow with #4E76B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E76B3 on black background.


Color preview on white background

This text has color #4E76B3 on white background.



Black color preview on #4E76B3 background

This text has black color on #4E76B3 background.


White color preview on #4E76B3 background

This text has white color on #4E76B3 background.