COLOR #4C77F1

HEX: #4C77F1
RGB: (76,119,241)

Renk bilgisi

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

RGB renk modeli

#4C77F1 color RGB value is (76,119,241).

  • kırmız ton 76;
  • yeşil ton 119;
  • mavi ton 241.
RGB:
(76,119,241)
(30%,47%,95%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 119 of 255 = 47%
B 241 of 255 = 95%

76
119
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 119 + 241 = 436 (100%)
R 76 of 436 ~ 17.43%
G 119 of 436 ~ 27.29%
B 241 of 436 ~ 55.28%

%17.43
%27.29
%55.28

CMYK RENK MODELİ

#4C77F1 rengi CMYK tonu (68,51,0,5).

  • camgöbeği tonu 68.46%
  • eflatun tonu 50.62%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(68,51,0,5)
C68M51Y0K5 
(68%,51%,0%,5%)
(0.68/0.51/0.00/0.05)	

CMYK yüzdeleri

%68.46
%50.62
%0
%5.49

Codes

Color #4C77F1 in popluar color models

4C77F1
RGB76119241
HSL224°85.49%62.16%
HSB/HSV224°68.46%94.51%
CMYK68.46%50.62%0.00%
5.49%

Color #4C77F1 in popluar number systems.

HEX4C77F1
Decimal76119241
Binary1001100111011111110001
Octal114167361

Shades and tints

Shades of #4C77F1

#4C77F1
(76,119,241)
#466DDC
(70,109,220)
#4063C7
(64,99,199)
#3A59B2
(58,89,178)
#344F9D
(52,79,157)
#2E4588
(46,69,136)
#283B73
(40,59,115)
#22315E
(34,49,94)
#1C2749
(28,39,73)
#161D34
(22,29,52)
#10131F
(16,19,31)
#000000
(0,0,0)

Tints of #4C77F1

#4C77F1
(76,119,241)
#5C83F2
(92,131,242)
#6C8FF3
(108,143,243)
#7C9BF4
(124,155,244)
#8CA7F5
(140,167,245)
#9CB3F6
(156,179,246)
#ACBFF7
(172,191,247)
#BCCBF8
(188,203,248)
#CCD7F9
(204,215,249)
#DCE3FA
(220,227,250)
#ECEFFB
(236,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C77F1 color. Also use rgb(76,119,241) instead hex code.

Text Font Color

.myTextColor { color: #4C77F1; }

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

This text font color is #4C77F1.


Background Color

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

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

This div background color is #4C77F1.


Border color

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

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

This div border color is #4C77F1.


Opacity

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

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

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

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

This text has shadow with #4C77F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C77F1 on black background.


Color preview on white background

This text has color #4C77F1 on white background.



Black color preview on #4C77F1 background

This text has black color on #4C77F1 background.


White color preview on #4C77F1 background

This text has white color on #4C77F1 background.