COLOR #4D5D9B

HEX: #4D5D9B
RGB: (77,93,155)

Renk bilgisi

#4D5D9B contains mainly blue color. #4D5D9B ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4D5D9B color RGB value is (77,93,155).

  • kırmız ton 77;
  • yeşil ton 93;
  • mavi ton 155.
RGB:
(77,93,155)
(30%,36%,61%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 93 of 255 = 36%
B 155 of 255 = 61%

77
93
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 93 + 155 = 325 (100%)
R 77 of 325 ~ 23.69%
G 93 of 325 ~ 28.62%
B 155 of 325 ~ 47.69%

%23.69
%28.62
%47.69

CMYK RENK MODELİ

#4D5D9B rengi CMYK tonu (50,40,0,39).

  • camgöbeği tonu 50.32%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(50,40,0,39)
C50M40Y0K39 
(50%,40%,0%,39%)
(0.50/0.40/0.00/0.39)	

CMYK yüzdeleri

%50.32
%40
%0
%39.22

Codes

Color #4D5D9B in popluar color models

4D5D9B
RGB7793155
HSL228°33.62%45.49%
HSB/HSV228°50.32%60.78%
CMYK50.32%40.00%0.00%
39.22%

Color #4D5D9B in popluar number systems.

HEX4D5D9B
Decimal7793155
Binary1001101101110110011011
Octal115135233

Shades and tints

Shades of #4D5D9B

#4D5D9B
(77,93,155)
#46558D
(70,85,141)
#3F4D7F
(63,77,127)
#384571
(56,69,113)
#313D63
(49,61,99)
#2A3555
(42,53,85)
#232D47
(35,45,71)
#1C2539
(28,37,57)
#151D2B
(21,29,43)
#0E151D
(14,21,29)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D5D9B

#4D5D9B
(77,93,155)
#5D6BA4
(93,107,164)
#6D79AD
(109,121,173)
#7D87B6
(125,135,182)
#8D95BF
(141,149,191)
#9DA3C8
(157,163,200)
#ADB1D1
(173,177,209)
#BDBFDA
(189,191,218)
#CDCDE3
(205,205,227)
#DDDBEC
(221,219,236)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5D9B color. Also use rgb(77,93,155) instead hex code.

Text Font Color

.myTextColor { color: #4D5D9B; }

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

This text font color is #4D5D9B.


Background Color

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

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

This div background color is #4D5D9B.


Border color

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

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

This div border color is #4D5D9B.


Opacity

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

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

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

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

This text has shadow with #4D5D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5D9B on black background.


Color preview on white background

This text has color #4D5D9B on white background.



Black color preview on #4D5D9B background

This text has black color on #4D5D9B background.


White color preview on #4D5D9B background

This text has white color on #4D5D9B background.