COLOR #4D64E3

HEX: #4D64E3
RGB: (77,100,227)

Renk bilgisi

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

RGB renk modeli

#4D64E3 color RGB value is (77,100,227).

  • kırmız ton 77;
  • yeşil ton 100;
  • mavi ton 227.
RGB:
(77,100,227)
(30%,39%,89%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 100 of 255 = 39%
B 227 of 255 = 89%

77
100
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 100 + 227 = 404 (100%)
R 77 of 404 ~ 19.06%
G 100 of 404 ~ 24.75%
B 227 of 404 ~ 56.19%

%19.06
%24.75
%56.19

CMYK RENK MODELİ

#4D64E3 rengi CMYK tonu (66,56,0,11).

  • camgöbeği tonu 66.08%
  • eflatun tonu 55.95%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(66,56,0,11)
C66M56Y0K11 
(66%,56%,0%,11%)
(0.66/0.56/0.00/0.11)	

CMYK yüzdeleri

%66.08
%55.95
%0
%10.98

Codes

Color #4D64E3 in popluar color models

4D64E3
RGB77100227
HSL231°72.82%59.61%
HSB/HSV231°66.08%89.02%
CMYK66.08%55.95%0.00%
10.98%

Color #4D64E3 in popluar number systems.

HEX4D64E3
Decimal77100227
Binary1001101110010011100011
Octal115144343

Shades and tints

Shades of #4D64E3

#4D64E3
(77,100,227)
#465BCF
(70,91,207)
#3F52BB
(63,82,187)
#3849A7
(56,73,167)
#314093
(49,64,147)
#2A377F
(42,55,127)
#232E6B
(35,46,107)
#1C2557
(28,37,87)
#151C43
(21,28,67)
#0E132F
(14,19,47)
#070A1B
(7,10,27)
#000000
(0,0,0)

Tints of #4D64E3

#4D64E3
(77,100,227)
#5D72E5
(93,114,229)
#6D80E7
(109,128,231)
#7D8EE9
(125,142,233)
#8D9CEB
(141,156,235)
#9DAAED
(157,170,237)
#ADB8EF
(173,184,239)
#BDC6F1
(189,198,241)
#CDD4F3
(205,212,243)
#DDE2F5
(221,226,245)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D64E3 color. Also use rgb(77,100,227) instead hex code.

Text Font Color

.myTextColor { color: #4D64E3; }

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

This text font color is #4D64E3.


Background Color

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

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

This div background color is #4D64E3.


Border color

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

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

This div border color is #4D64E3.


Opacity

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

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

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

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

This text has shadow with #4D64E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D64E3 on black background.


Color preview on white background

This text has color #4D64E3 on white background.



Black color preview on #4D64E3 background

This text has black color on #4D64E3 background.


White color preview on #4D64E3 background

This text has white color on #4D64E3 background.