COLOR #4E7DA1

HEX: #4E7DA1
RGB: (78,125,161)

Renk bilgisi

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

RGB renk modeli

#4E7DA1 color RGB value is (78,125,161).

  • kırmız ton 78;
  • yeşil ton 125;
  • mavi ton 161.
RGB:
(78,125,161)
(31%,49%,63%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 125 of 255 = 49%
B 161 of 255 = 63%

78
125
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 125 + 161 = 364 (100%)
R 78 of 364 ~ 21.43%
G 125 of 364 ~ 34.34%
B 161 of 364 ~ 44.23%

%21.43
%34.34
%44.23

CMYK RENK MODELİ

#4E7DA1 rengi CMYK tonu (52,22,0,37).

  • camgöbeği tonu 51.55%
  • eflatun tonu 22.36%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(52,22,0,37)
C52M22Y0K37 
(52%,22%,0%,37%)
(0.52/0.22/0.00/0.37)	

CMYK yüzdeleri

%51.55
%22.36
%0
%36.86

Codes

Color #4E7DA1 in popluar color models

4E7DA1
RGB78125161
HSL206°34.73%46.86%
HSB/HSV206°51.55%63.14%
CMYK51.55%22.36%0.00%
36.86%

Color #4E7DA1 in popluar number systems.

HEX4E7DA1
Decimal78125161
Binary1001110111110110100001
Octal116175241

Shades and tints

Shades of #4E7DA1

#4E7DA1
(78,125,161)
#477293
(71,114,147)
#406785
(64,103,133)
#395C77
(57,92,119)
#325169
(50,81,105)
#2B465B
(43,70,91)
#243B4D
(36,59,77)
#1D303F
(29,48,63)
#162531
(22,37,49)
#0F1A23
(15,26,35)
#080F15
(8,15,21)
#000000
(0,0,0)

Tints of #4E7DA1

#4E7DA1
(78,125,161)
#5E88A9
(94,136,169)
#6E93B1
(110,147,177)
#7E9EB9
(126,158,185)
#8EA9C1
(142,169,193)
#9EB4C9
(158,180,201)
#AEBFD1
(174,191,209)
#BECAD9
(190,202,217)
#CED5E1
(206,213,225)
#DEE0E9
(222,224,233)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7DA1 color. Also use rgb(78,125,161) instead hex code.

Text Font Color

.myTextColor { color: #4E7DA1; }

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

This text font color is #4E7DA1.


Background Color

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

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

This div background color is #4E7DA1.


Border color

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

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

This div border color is #4E7DA1.


Opacity

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

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

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

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

This text has shadow with #4E7DA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7DA1 on black background.


Color preview on white background

This text has color #4E7DA1 on white background.



Black color preview on #4E7DA1 background

This text has black color on #4E7DA1 background.


White color preview on #4E7DA1 background

This text has white color on #4E7DA1 background.