COLOR #4D85E0

HEX: #4D85E0
RGB: (77,133,224)

Renk bilgisi

#4D85E0 contains mainly blue color. #4D85E0 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#4D85E0 color RGB value is (77,133,224).

  • kırmız ton 77;
  • yeşil ton 133;
  • mavi ton 224.
RGB:
(77,133,224)
(30%,52%,88%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 133 of 255 = 52%
B 224 of 255 = 88%

77
133
224

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 133 + 224 = 434 (100%)
R 77 of 434 ~ 17.74%
G 133 of 434 ~ 30.65%
B 224 of 434 ~ 51.61%

%17.74
%30.65
%51.61

CMYK RENK MODELİ

#4D85E0 rengi CMYK tonu (66,41,0,12).

  • camgöbeği tonu 65.63%
  • eflatun tonu 40.63%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(66,41,0,12)
C66M41Y0K12 
(66%,41%,0%,12%)
(0.66/0.41/0.00/0.12)	

CMYK yüzdeleri

%65.63
%40.63
%0
%12.16

Codes

Color #4D85E0 in popluar color models

4D85E0
RGB77133224
HSL217°70.33%59.02%
HSB/HSV217°65.63%87.84%
CMYK65.63%40.63%0.00%
12.16%

Color #4D85E0 in popluar number systems.

HEX4D85E0
Decimal77133224
Binary10011011000010111100000
Octal115205340

Shades and tints

Shades of #4D85E0

#4D85E0
(77,133,224)
#4679CC
(70,121,204)
#3F6DB8
(63,109,184)
#3861A4
(56,97,164)
#315590
(49,85,144)
#2A497C
(42,73,124)
#233D68
(35,61,104)
#1C3154
(28,49,84)
#152540
(21,37,64)
#0E192C
(14,25,44)
#070D18
(7,13,24)
#000000
(0,0,0)

Tints of #4D85E0

#4D85E0
(77,133,224)
#5D90E2
(93,144,226)
#6D9BE4
(109,155,228)
#7DA6E6
(125,166,230)
#8DB1E8
(141,177,232)
#9DBCEA
(157,188,234)
#ADC7EC
(173,199,236)
#BDD2EE
(189,210,238)
#CDDDF0
(205,221,240)
#DDE8F2
(221,232,242)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D85E0 color. Also use rgb(77,133,224) instead hex code.

Text Font Color

.myTextColor { color: #4D85E0; }

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

This text font color is #4D85E0.


Background Color

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

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

This div background color is #4D85E0.


Border color

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

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

This div border color is #4D85E0.


Opacity

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

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

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

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

This text has shadow with #4D85E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D85E0 on black background.


Color preview on white background

This text has color #4D85E0 on white background.



Black color preview on #4D85E0 background

This text has black color on #4D85E0 background.


White color preview on #4D85E0 background

This text has white color on #4D85E0 background.