COLOR #4C7CE7

HEX: #4C7CE7
RGB: (76,124,231)

Renk bilgisi

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

RGB renk modeli

#4C7CE7 color RGB value is (76,124,231).

  • kırmız ton 76;
  • yeşil ton 124;
  • mavi ton 231.
RGB:
(76,124,231)
(30%,49%,91%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 124 of 255 = 49%
B 231 of 255 = 91%

76
124
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 124 + 231 = 431 (100%)
R 76 of 431 ~ 17.63%
G 124 of 431 ~ 28.77%
B 231 of 431 ~ 53.6%

%17.63
%28.77
%53.6

CMYK RENK MODELİ

#4C7CE7 rengi CMYK tonu (67,46,0,9).

  • camgöbeği tonu 67.10%
  • eflatun tonu 46.32%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(67,46,0,9)
C67M46Y0K9 
(67%,46%,0%,9%)
(0.67/0.46/0.00/0.09)	

CMYK yüzdeleri

%67.1
%46.32
%0
%9.41

Codes

Color #4C7CE7 in popluar color models

4C7CE7
RGB76124231
HSL221°76.35%60.20%
HSB/HSV221°67.10%90.59%
CMYK67.10%46.32%0.00%
9.41%

Color #4C7CE7 in popluar number systems.

HEX4C7CE7
Decimal76124231
Binary1001100111110011100111
Octal114174347

Shades and tints

Shades of #4C7CE7

#4C7CE7
(76,124,231)
#4671D2
(70,113,210)
#4066BD
(64,102,189)
#3A5BA8
(58,91,168)
#345093
(52,80,147)
#2E457E
(46,69,126)
#283A69
(40,58,105)
#222F54
(34,47,84)
#1C243F
(28,36,63)
#16192A
(22,25,42)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #4C7CE7

#4C7CE7
(76,124,231)
#5C87E9
(92,135,233)
#6C92EB
(108,146,235)
#7C9DED
(124,157,237)
#8CA8EF
(140,168,239)
#9CB3F1
(156,179,241)
#ACBEF3
(172,190,243)
#BCC9F5
(188,201,245)
#CCD4F7
(204,212,247)
#DCDFF9
(220,223,249)
#ECEAFB
(236,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7CE7 color. Also use rgb(76,124,231) instead hex code.

Text Font Color

.myTextColor { color: #4C7CE7; }

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

This text font color is #4C7CE7.


Background Color

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

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

This div background color is #4C7CE7.


Border color

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

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

This div border color is #4C7CE7.


Opacity

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

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

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

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

This text has shadow with #4C7CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7CE7 on black background.


Color preview on white background

This text has color #4C7CE7 on white background.



Black color preview on #4C7CE7 background

This text has black color on #4C7CE7 background.


White color preview on #4C7CE7 background

This text has white color on #4C7CE7 background.