COLOR #4A77C7

HEX: #4A77C7
RGB: (74,119,199)

Renk bilgisi

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

RGB renk modeli

#4A77C7 color RGB value is (74,119,199).

  • kırmız ton 74;
  • yeşil ton 119;
  • mavi ton 199.
RGB:
(74,119,199)
(29%,47%,78%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 119 of 255 = 47%
B 199 of 255 = 78%

74
119
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 119 + 199 = 392 (100%)
R 74 of 392 ~ 18.88%
G 119 of 392 ~ 30.36%
B 199 of 392 ~ 50.77%

%18.88
%30.36
%50.77

CMYK RENK MODELİ

#4A77C7 rengi CMYK tonu (63,40,0,22).

  • camgöbeği tonu 62.81%
  • eflatun tonu 40.20%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(63,40,0,22)
C63M40Y0K22 
(63%,40%,0%,22%)
(0.63/0.40/0.00/0.22)	

CMYK yüzdeleri

%62.81
%40.2
%0
%21.96

Codes

Color #4A77C7 in popluar color models

4A77C7
RGB74119199
HSL218°52.74%53.53%
HSB/HSV218°62.81%78.04%
CMYK62.81%40.20%0.00%
21.96%

Color #4A77C7 in popluar number systems.

HEX4A77C7
Decimal74119199
Binary1001010111011111000111
Octal112167307

Shades and tints

Shades of #4A77C7

#4A77C7
(74,119,199)
#446DB5
(68,109,181)
#3E63A3
(62,99,163)
#385991
(56,89,145)
#324F7F
(50,79,127)
#2C456D
(44,69,109)
#263B5B
(38,59,91)
#203149
(32,49,73)
#1A2737
(26,39,55)
#141D25
(20,29,37)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #4A77C7

#4A77C7
(74,119,199)
#5A83CC
(90,131,204)
#6A8FD1
(106,143,209)
#7A9BD6
(122,155,214)
#8AA7DB
(138,167,219)
#9AB3E0
(154,179,224)
#AABFE5
(170,191,229)
#BACBEA
(186,203,234)
#CAD7EF
(202,215,239)
#DAE3F4
(218,227,244)
#EAEFF9
(234,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A77C7 color. Also use rgb(74,119,199) instead hex code.

Text Font Color

.myTextColor { color: #4A77C7; }

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

This text font color is #4A77C7.


Background Color

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

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

This div background color is #4A77C7.


Border color

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

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

This div border color is #4A77C7.


Opacity

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

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

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

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

This text has shadow with #4A77C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A77C7 on black background.


Color preview on white background

This text has color #4A77C7 on white background.



Black color preview on #4A77C7 background

This text has black color on #4A77C7 background.


White color preview on #4A77C7 background

This text has white color on #4A77C7 background.