COLOR #4D4E7B

HEX: #4D4E7B
RGB: (77,78,123)

Renk bilgisi

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

RGB renk modeli

#4D4E7B color RGB value is (77,78,123).

  • kırmız ton 77;
  • yeşil ton 78;
  • mavi ton 123.
RGB:
(77,78,123)
(30%,31%,48%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 78 of 255 = 31%
B 123 of 255 = 48%

77
78
123

R + G + B ~ 36%. #4D4E7B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 78 + 123 = 278 (100%)
R 77 of 278 ~ 27.7%
G 78 of 278 ~ 28.06%
B 123 of 278 ~ 44.24%

%27.7
%28.06
%44.24

CMYK RENK MODELİ

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

  • camgöbeği tonu 37.40%
  • eflatun tonu 36.59%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(37,37,0,52)
C37M37Y0K52 
(37%,37%,0%,52%)
(0.37/0.37/0.00/0.52)	

CMYK yüzdeleri

%37.4
%36.59
%0
%51.76

Codes

Color #4D4E7B in popluar color models

4D4E7B
RGB7778123
HSL239°23.00%39.22%
HSB/HSV239°37.40%48.24%
CMYK37.40%36.59%0.00%
51.76%

Color #4D4E7B in popluar number systems.

HEX4D4E7B
Decimal7778123
Binary100110110011101111011
Octal115116173

Shades and tints

Shades of #4D4E7B

#4D4E7B
(77,78,123)
#464770
(70,71,112)
#3F4065
(63,64,101)
#38395A
(56,57,90)
#31324F
(49,50,79)
#2A2B44
(42,43,68)
#232439
(35,36,57)
#1C1D2E
(28,29,46)
#151623
(21,22,35)
#0E0F18
(14,15,24)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #4D4E7B

#4D4E7B
(77,78,123)
#5D5E87
(93,94,135)
#6D6E93
(109,110,147)
#7D7E9F
(125,126,159)
#8D8EAB
(141,142,171)
#9D9EB7
(157,158,183)
#ADAEC3
(173,174,195)
#BDBECF
(189,190,207)
#CDCEDB
(205,206,219)
#DDDEE7
(221,222,231)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4E7B color. Also use rgb(77,78,123) instead hex code.

Text Font Color

.myTextColor { color: #4D4E7B; }

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

This text font color is #4D4E7B.


Background Color

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

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

This div background color is #4D4E7B.


Border color

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

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

This div border color is #4D4E7B.


Opacity

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

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

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

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

This text has shadow with #4D4E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4E7B on black background.


Color preview on white background

This text has color #4D4E7B on white background.



Black color preview on #4D4E7B background

This text has black color on #4D4E7B background.


White color preview on #4D4E7B background

This text has white color on #4D4E7B background.