COLOR #4D6FBB

HEX: #4D6FBB
RGB: (77,111,187)

Renk bilgisi

#4D6FBB contains mainly blue color. #4D6FBB ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4D6FBB color RGB value is (77,111,187).

  • kırmız ton 77;
  • yeşil ton 111;
  • mavi ton 187.
RGB:
(77,111,187)
(30%,44%,73%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 111 of 255 = 44%
B 187 of 255 = 73%

77
111
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 111 + 187 = 375 (100%)
R 77 of 375 ~ 20.53%
G 111 of 375 ~ 29.6%
B 187 of 375 ~ 49.87%

%20.53
%29.6
%49.87

CMYK RENK MODELİ

#4D6FBB rengi CMYK tonu (59,41,0,27).

  • camgöbeği tonu 58.82%
  • eflatun tonu 40.64%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(59,41,0,27)
C59M41Y0K27 
(59%,41%,0%,27%)
(0.59/0.41/0.00/0.27)	

CMYK yüzdeleri

%58.82
%40.64
%0
%26.67

Codes

Color #4D6FBB in popluar color models

4D6FBB
RGB77111187
HSL221°44.72%51.76%
HSB/HSV221°58.82%73.33%
CMYK58.82%40.64%0.00%
26.67%

Color #4D6FBB in popluar number systems.

HEX4D6FBB
Decimal77111187
Binary1001101110111110111011
Octal115157273

Shades and tints

Shades of #4D6FBB

#4D6FBB
(77,111,187)
#4665AA
(70,101,170)
#3F5B99
(63,91,153)
#385188
(56,81,136)
#314777
(49,71,119)
#2A3D66
(42,61,102)
#233355
(35,51,85)
#1C2944
(28,41,68)
#151F33
(21,31,51)
#0E1522
(14,21,34)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4D6FBB

#4D6FBB
(77,111,187)
#5D7CC1
(93,124,193)
#6D89C7
(109,137,199)
#7D96CD
(125,150,205)
#8DA3D3
(141,163,211)
#9DB0D9
(157,176,217)
#ADBDDF
(173,189,223)
#BDCAE5
(189,202,229)
#CDD7EB
(205,215,235)
#DDE4F1
(221,228,241)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6FBB color. Also use rgb(77,111,187) instead hex code.

Text Font Color

.myTextColor { color: #4D6FBB; }

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

This text font color is #4D6FBB.


Background Color

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

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

This div background color is #4D6FBB.


Border color

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

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

This div border color is #4D6FBB.


Opacity

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

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

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

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

This text has shadow with #4D6FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6FBB on black background.


Color preview on white background

This text has color #4D6FBB on white background.



Black color preview on #4D6FBB background

This text has black color on #4D6FBB background.


White color preview on #4D6FBB background

This text has white color on #4D6FBB background.