COLOR #4D6CB1

HEX: #4D6CB1
RGB: (77,108,177)

Renk bilgisi

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

RGB renk modeli

#4D6CB1 color RGB value is (77,108,177).

  • kırmız ton 77;
  • yeşil ton 108;
  • mavi ton 177.
RGB:
(77,108,177)
(30%,42%,69%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 108 of 255 = 42%
B 177 of 255 = 69%

77
108
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 108 + 177 = 362 (100%)
R 77 of 362 ~ 21.27%
G 108 of 362 ~ 29.83%
B 177 of 362 ~ 48.9%

%21.27
%29.83
%48.9

CMYK RENK MODELİ

#4D6CB1 rengi CMYK tonu (56,39,0,31).

  • camgöbeği tonu 56.50%
  • eflatun tonu 38.98%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(56,39,0,31)
C56M39Y0K31 
(56%,39%,0%,31%)
(0.56/0.39/0.00/0.31)	

CMYK yüzdeleri

%56.5
%38.98
%0
%30.59

Codes

Color #4D6CB1 in popluar color models

4D6CB1
RGB77108177
HSL221°39.37%49.80%
HSB/HSV221°56.50%69.41%
CMYK56.50%38.98%0.00%
30.59%

Color #4D6CB1 in popluar number systems.

HEX4D6CB1
Decimal77108177
Binary1001101110110010110001
Octal115154261

Shades and tints

Shades of #4D6CB1

#4D6CB1
(77,108,177)
#4663A1
(70,99,161)
#3F5A91
(63,90,145)
#385181
(56,81,129)
#314871
(49,72,113)
#2A3F61
(42,63,97)
#233651
(35,54,81)
#1C2D41
(28,45,65)
#152431
(21,36,49)
#0E1B21
(14,27,33)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #4D6CB1

#4D6CB1
(77,108,177)
#5D79B8
(93,121,184)
#6D86BF
(109,134,191)
#7D93C6
(125,147,198)
#8DA0CD
(141,160,205)
#9DADD4
(157,173,212)
#ADBADB
(173,186,219)
#BDC7E2
(189,199,226)
#CDD4E9
(205,212,233)
#DDE1F0
(221,225,240)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6CB1 color. Also use rgb(77,108,177) instead hex code.

Text Font Color

.myTextColor { color: #4D6CB1; }

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

This text font color is #4D6CB1.


Background Color

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

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

This div background color is #4D6CB1.


Border color

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

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

This div border color is #4D6CB1.


Opacity

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

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

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

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

This text has shadow with #4D6CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6CB1 on black background.


Color preview on white background

This text has color #4D6CB1 on white background.



Black color preview on #4D6CB1 background

This text has black color on #4D6CB1 background.


White color preview on #4D6CB1 background

This text has white color on #4D6CB1 background.