COLOR #4C7DE5

HEX: #4C7DE5
RGB: (76,125,229)

Renk bilgisi

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

RGB renk modeli

#4C7DE5 color RGB value is (76,125,229).

  • kırmız ton 76;
  • yeşil ton 125;
  • mavi ton 229.
RGB:
(76,125,229)
(30%,49%,90%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 125 of 255 = 49%
B 229 of 255 = 90%

76
125
229

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 125 + 229 = 430 (100%)
R 76 of 430 ~ 17.67%
G 125 of 430 ~ 29.07%
B 229 of 430 ~ 53.26%

%17.67
%29.07
%53.26

CMYK RENK MODELİ

#4C7DE5 rengi CMYK tonu (67,45,0,10).

  • camgöbeği tonu 66.81%
  • eflatun tonu 45.41%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(67,45,0,10)
C67M45Y0K10 
(67%,45%,0%,10%)
(0.67/0.45/0.00/0.10)	

CMYK yüzdeleri

%66.81
%45.41
%0
%10.2

Codes

Color #4C7DE5 in popluar color models

4C7DE5
RGB76125229
HSL221°74.63%59.80%
HSB/HSV221°66.81%89.80%
CMYK66.81%45.41%0.00%
10.20%

Color #4C7DE5 in popluar number systems.

HEX4C7DE5
Decimal76125229
Binary1001100111110111100101
Octal114175345

Shades and tints

Shades of #4C7DE5

#4C7DE5
(76,125,229)
#4672D1
(70,114,209)
#4067BD
(64,103,189)
#3A5CA9
(58,92,169)
#345195
(52,81,149)
#2E4681
(46,70,129)
#283B6D
(40,59,109)
#223059
(34,48,89)
#1C2545
(28,37,69)
#161A31
(22,26,49)
#100F1D
(16,15,29)
#000000
(0,0,0)

Tints of #4C7DE5

#4C7DE5
(76,125,229)
#5C88E7
(92,136,231)
#6C93E9
(108,147,233)
#7C9EEB
(124,158,235)
#8CA9ED
(140,169,237)
#9CB4EF
(156,180,239)
#ACBFF1
(172,191,241)
#BCCAF3
(188,202,243)
#CCD5F5
(204,213,245)
#DCE0F7
(220,224,247)
#ECEBF9
(236,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7DE5 color. Also use rgb(76,125,229) instead hex code.

Text Font Color

.myTextColor { color: #4C7DE5; }

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

This text font color is #4C7DE5.


Background Color

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

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

This div background color is #4C7DE5.


Border color

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

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

This div border color is #4C7DE5.


Opacity

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

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

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

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

This text has shadow with #4C7DE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7DE5 on black background.


Color preview on white background

This text has color #4C7DE5 on white background.



Black color preview on #4C7DE5 background

This text has black color on #4C7DE5 background.


White color preview on #4C7DE5 background

This text has white color on #4C7DE5 background.