COLOR #4D5E7E

HEX: #4D5E7E
RGB: (77,94,126)

Renk bilgisi

#4D5E7E contains red, green and blue colors in about the same proportion. #4D5E7E ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4D5E7E color RGB value is (77,94,126).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 94 of 255 = 37%
B 126 of 255 = 49%

77
94
126

R + G + B ~ 39%. #4D5E7E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 94 + 126 = 297 (100%)
R 77 of 297 ~ 25.93%
G 94 of 297 ~ 31.65%
B 126 of 297 ~ 42.42%

%25.93
%31.65
%42.42

CMYK RENK MODELİ

#4D5E7E rengi CMYK tonu (39,25,0,51).

  • camgöbeği tonu 38.89%
  • eflatun tonu 25.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(39,25,0,51)
C39M25Y0K51 
(39%,25%,0%,51%)
(0.39/0.25/0.00/0.51)	

CMYK yüzdeleri

%38.89
%25.4
%0
%50.59

Codes

Color #4D5E7E in popluar color models

4D5E7E
RGB7794126
HSL219°24.14%39.80%
HSB/HSV219°38.89%49.41%
CMYK38.89%25.40%0.00%
50.59%

Color #4D5E7E in popluar number systems.

HEX4D5E7E
Decimal7794126
Binary100110110111101111110
Octal115136176

Shades and tints

Shades of #4D5E7E

#4D5E7E
(77,94,126)
#465673
(70,86,115)
#3F4E68
(63,78,104)
#38465D
(56,70,93)
#313E52
(49,62,82)
#2A3647
(42,54,71)
#232E3C
(35,46,60)
#1C2631
(28,38,49)
#151E26
(21,30,38)
#0E161B
(14,22,27)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #4D5E7E

#4D5E7E
(77,94,126)
#5D6C89
(93,108,137)
#6D7A94
(109,122,148)
#7D889F
(125,136,159)
#8D96AA
(141,150,170)
#9DA4B5
(157,164,181)
#ADB2C0
(173,178,192)
#BDC0CB
(189,192,203)
#CDCED6
(205,206,214)
#DDDCE1
(221,220,225)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5E7E; }

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

This text font color is #4D5E7E.


Background Color

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

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

This div background color is #4D5E7E.


Border color

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

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

This div border color is #4D5E7E.


Opacity

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

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

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

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

This text has shadow with #4D5E7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5E7E on black background.


Color preview on white background

This text has color #4D5E7E on white background.



Black color preview on #4D5E7E background

This text has black color on #4D5E7E background.


White color preview on #4D5E7E background

This text has white color on #4D5E7E background.