COLOR #4C64EF

HEX: #4C64EF
RGB: (76,100,239)

Renk bilgisi

#4C64EF contains mainly blue color. #4C64EF ‘ nin web güvenlik rengi #3366FF (ya da #36F) dir.

RGB renk modeli

#4C64EF color RGB value is (76,100,239).

  • kırmız ton 76;
  • yeşil ton 100;
  • mavi ton 239.
RGB:
(76,100,239)
(30%,39%,94%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 100 of 255 = 39%
B 239 of 255 = 94%

76
100
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 100 + 239 = 415 (100%)
R 76 of 415 ~ 18.31%
G 100 of 415 ~ 24.1%
B 239 of 415 ~ 57.59%

%18.31
%24.1
%57.59

CMYK RENK MODELİ

#4C64EF rengi CMYK tonu (68,58,0,6).

  • camgöbeği tonu 68.20%
  • eflatun tonu 58.16%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(68,58,0,6)
C68M58Y0K6 
(68%,58%,0%,6%)
(0.68/0.58/0.00/0.06)	

CMYK yüzdeleri

%68.2
%58.16
%0
%6.27

Codes

Color #4C64EF in popluar color models

4C64EF
RGB76100239
HSL231°83.59%61.76%
HSB/HSV231°68.20%93.73%
CMYK68.20%58.16%0.00%
6.27%

Color #4C64EF in popluar number systems.

HEX4C64EF
Decimal76100239
Binary1001100110010011101111
Octal114144357

Shades and tints

Shades of #4C64EF

#4C64EF
(76,100,239)
#465BDA
(70,91,218)
#4052C5
(64,82,197)
#3A49B0
(58,73,176)
#34409B
(52,64,155)
#2E3786
(46,55,134)
#282E71
(40,46,113)
#22255C
(34,37,92)
#1C1C47
(28,28,71)
#161332
(22,19,50)
#100A1D
(16,10,29)
#000000
(0,0,0)

Tints of #4C64EF

#4C64EF
(76,100,239)
#5C72F0
(92,114,240)
#6C80F1
(108,128,241)
#7C8EF2
(124,142,242)
#8C9CF3
(140,156,243)
#9CAAF4
(156,170,244)
#ACB8F5
(172,184,245)
#BCC6F6
(188,198,246)
#CCD4F7
(204,212,247)
#DCE2F8
(220,226,248)
#ECF0F9
(236,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C64EF color. Also use rgb(76,100,239) instead hex code.

Text Font Color

.myTextColor { color: #4C64EF; }

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

This text font color is #4C64EF.


Background Color

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

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

This div background color is #4C64EF.


Border color

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

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

This div border color is #4C64EF.


Opacity

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

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

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

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

This text has shadow with #4C64EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C64EF on black background.


Color preview on white background

This text has color #4C64EF on white background.



Black color preview on #4C64EF background

This text has black color on #4C64EF background.


White color preview on #4C64EF background

This text has white color on #4C64EF background.