COLOR #4A77D2

HEX: #4A77D2
RGB: (74,119,210)

Renk bilgisi

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

RGB renk modeli

#4A77D2 color RGB value is (74,119,210).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 119 of 255 = 47%
B 210 of 255 = 82%

74
119
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 119 + 210 = 403 (100%)
R 74 of 403 ~ 18.36%
G 119 of 403 ~ 29.53%
B 210 of 403 ~ 52.11%

%18.36
%29.53
%52.11

CMYK RENK MODELİ

#4A77D2 rengi CMYK tonu (65,43,0,18).

  • camgöbeği tonu 64.76%
  • eflatun tonu 43.33%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(65,43,0,18)
C65M43Y0K18 
(65%,43%,0%,18%)
(0.65/0.43/0.00/0.18)	

CMYK yüzdeleri

%64.76
%43.33
%0
%17.65

Codes

Color #4A77D2 in popluar color models

4A77D2
RGB74119210
HSL220°60.18%55.69%
HSB/HSV220°64.76%82.35%
CMYK64.76%43.33%0.00%
17.65%

Color #4A77D2 in popluar number systems.

HEX4A77D2
Decimal74119210
Binary1001010111011111010010
Octal112167322

Shades and tints

Shades of #4A77D2

#4A77D2
(74,119,210)
#446DBF
(68,109,191)
#3E63AC
(62,99,172)
#385999
(56,89,153)
#324F86
(50,79,134)
#2C4573
(44,69,115)
#263B60
(38,59,96)
#20314D
(32,49,77)
#1A273A
(26,39,58)
#141D27
(20,29,39)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #4A77D2

#4A77D2
(74,119,210)
#5A83D6
(90,131,214)
#6A8FDA
(106,143,218)
#7A9BDE
(122,155,222)
#8AA7E2
(138,167,226)
#9AB3E6
(154,179,230)
#AABFEA
(170,191,234)
#BACBEE
(186,203,238)
#CAD7F2
(202,215,242)
#DAE3F6
(218,227,246)
#EAEFFA
(234,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A77D2; }

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

This text font color is #4A77D2.


Background Color

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

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

This div background color is #4A77D2.


Border color

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

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

This div border color is #4A77D2.


Opacity

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

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

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

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

This text has shadow with #4A77D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A77D2 on black background.


Color preview on white background

This text has color #4A77D2 on white background.



Black color preview on #4A77D2 background

This text has black color on #4A77D2 background.


White color preview on #4A77D2 background

This text has white color on #4A77D2 background.