COLOR #4D6D8E

HEX: #4D6D8E
RGB: (77,109,142)

Renk bilgisi

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

RGB renk modeli

#4D6D8E color RGB value is (77,109,142).

  • kırmız ton 77;
  • yeşil ton 109;
  • mavi ton 142.
RGB:
(77,109,142)
(30%,43%,56%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 109 of 255 = 43%
B 142 of 255 = 56%

77
109
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 109 + 142 = 328 (100%)
R 77 of 328 ~ 23.48%
G 109 of 328 ~ 33.23%
B 142 of 328 ~ 43.29%

%23.48
%33.23
%43.29

CMYK RENK MODELİ

#4D6D8E rengi CMYK tonu (46,23,0,44).

  • camgöbeği tonu 45.77%
  • eflatun tonu 23.24%
  • sarı tonu 0.00%
  • ana renk tonu 44.31%
CMYK:
(46,23,0,44)
C46M23Y0K44 
(46%,23%,0%,44%)
(0.46/0.23/0.00/0.44)	

CMYK yüzdeleri

%45.77
%23.24
%0
%44.31

Codes

Color #4D6D8E in popluar color models

4D6D8E
RGB77109142
HSL210°29.68%42.94%
HSB/HSV210°45.77%55.69%
CMYK45.77%23.24%0.00%
44.31%

Color #4D6D8E in popluar number systems.

HEX4D6D8E
Decimal77109142
Binary1001101110110110001110
Octal115155216

Shades and tints

Shades of #4D6D8E

#4D6D8E
(77,109,142)
#466482
(70,100,130)
#3F5B76
(63,91,118)
#38526A
(56,82,106)
#31495E
(49,73,94)
#2A4052
(42,64,82)
#233746
(35,55,70)
#1C2E3A
(28,46,58)
#15252E
(21,37,46)
#0E1C22
(14,28,34)
#071316
(7,19,22)
#000000
(0,0,0)

Tints of #4D6D8E

#4D6D8E
(77,109,142)
#5D7A98
(93,122,152)
#6D87A2
(109,135,162)
#7D94AC
(125,148,172)
#8DA1B6
(141,161,182)
#9DAEC0
(157,174,192)
#ADBBCA
(173,187,202)
#BDC8D4
(189,200,212)
#CDD5DE
(205,213,222)
#DDE2E8
(221,226,232)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6D8E color. Also use rgb(77,109,142) instead hex code.

Text Font Color

.myTextColor { color: #4D6D8E; }

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

This text font color is #4D6D8E.


Background Color

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

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

This div background color is #4D6D8E.


Border color

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

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

This div border color is #4D6D8E.


Opacity

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

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

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

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

This text has shadow with #4D6D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6D8E on black background.


Color preview on white background

This text has color #4D6D8E on white background.



Black color preview on #4D6D8E background

This text has black color on #4D6D8E background.


White color preview on #4D6D8E background

This text has white color on #4D6D8E background.