COLOR #4D7EAF

HEX: #4D7EAF
RGB: (77,126,175)

Renk bilgisi

#4D7EAF contains mainly green and blue colors. #4D7EAF ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D7EAF color RGB value is (77,126,175).

  • kırmız ton 77;
  • yeşil ton 126;
  • mavi ton 175.
RGB:
(77,126,175)
(30%,49%,69%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 126 of 255 = 49%
B 175 of 255 = 69%

77
126
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 126 + 175 = 378 (100%)
R 77 of 378 ~ 20.37%
G 126 of 378 ~ 33.33%
B 175 of 378 ~ 46.3%

%20.37
%33.33
%46.3

CMYK RENK MODELİ

#4D7EAF rengi CMYK tonu (56,28,0,31).

  • camgöbeği tonu 56.00%
  • eflatun tonu 28.00%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(56,28,0,31)
C56M28Y0K31 
(56%,28%,0%,31%)
(0.56/0.28/0.00/0.31)	

CMYK yüzdeleri

%56
%28
%0
%31.37

Codes

Color #4D7EAF in popluar color models

4D7EAF
RGB77126175
HSL210°38.89%49.41%
HSB/HSV210°56.00%68.63%
CMYK56.00%28.00%0.00%
31.37%

Color #4D7EAF in popluar number systems.

HEX4D7EAF
Decimal77126175
Binary1001101111111010101111
Octal115176257

Shades and tints

Shades of #4D7EAF

#4D7EAF
(77,126,175)
#4673A0
(70,115,160)
#3F6891
(63,104,145)
#385D82
(56,93,130)
#315273
(49,82,115)
#2A4764
(42,71,100)
#233C55
(35,60,85)
#1C3146
(28,49,70)
#152637
(21,38,55)
#0E1B28
(14,27,40)
#071019
(7,16,25)
#000000
(0,0,0)

Tints of #4D7EAF

#4D7EAF
(77,126,175)
#5D89B6
(93,137,182)
#6D94BD
(109,148,189)
#7D9FC4
(125,159,196)
#8DAACB
(141,170,203)
#9DB5D2
(157,181,210)
#ADC0D9
(173,192,217)
#BDCBE0
(189,203,224)
#CDD6E7
(205,214,231)
#DDE1EE
(221,225,238)
#EDECF5
(237,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7EAF color. Also use rgb(77,126,175) instead hex code.

Text Font Color

.myTextColor { color: #4D7EAF; }

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

This text font color is #4D7EAF.


Background Color

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

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

This div background color is #4D7EAF.


Border color

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

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

This div border color is #4D7EAF.


Opacity

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

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

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

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

This text has shadow with #4D7EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7EAF on black background.


Color preview on white background

This text has color #4D7EAF on white background.



Black color preview on #4D7EAF background

This text has black color on #4D7EAF background.


White color preview on #4D7EAF background

This text has white color on #4D7EAF background.