COLOR #4C77A4

HEX: #4C77A4
RGB: (76,119,164)

Renk bilgisi

#4C77A4 contains mainly green and blue colors. #4C77A4 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4C77A4 color RGB value is (76,119,164).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 119 of 255 = 47%
B 164 of 255 = 64%

76
119
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 119 + 164 = 359 (100%)
R 76 of 359 ~ 21.17%
G 119 of 359 ~ 33.15%
B 164 of 359 ~ 45.68%

%21.17
%33.15
%45.68

CMYK RENK MODELİ

#4C77A4 rengi CMYK tonu (54,27,0,36).

  • camgöbeği tonu 53.66%
  • eflatun tonu 27.44%
  • sarı tonu 0.00%
  • ana renk tonu 35.69%
CMYK:
(54,27,0,36)
C54M27Y0K36 
(54%,27%,0%,36%)
(0.54/0.27/0.00/0.36)	

CMYK yüzdeleri

%53.66
%27.44
%0
%35.69

Codes

Color #4C77A4 in popluar color models

4C77A4
RGB76119164
HSL211°36.67%47.06%
HSB/HSV211°53.66%64.31%
CMYK53.66%27.44%0.00%
35.69%

Color #4C77A4 in popluar number systems.

HEX4C77A4
Decimal76119164
Binary1001100111011110100100
Octal114167244

Shades and tints

Shades of #4C77A4

#4C77A4
(76,119,164)
#466D96
(70,109,150)
#406388
(64,99,136)
#3A597A
(58,89,122)
#344F6C
(52,79,108)
#2E455E
(46,69,94)
#283B50
(40,59,80)
#223142
(34,49,66)
#1C2734
(28,39,52)
#161D26
(22,29,38)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #4C77A4

#4C77A4
(76,119,164)
#5C83AC
(92,131,172)
#6C8FB4
(108,143,180)
#7C9BBC
(124,155,188)
#8CA7C4
(140,167,196)
#9CB3CC
(156,179,204)
#ACBFD4
(172,191,212)
#BCCBDC
(188,203,220)
#CCD7E4
(204,215,228)
#DCE3EC
(220,227,236)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C77A4; }

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

This text font color is #4C77A4.


Background Color

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

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

This div background color is #4C77A4.


Border color

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

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

This div border color is #4C77A4.


Opacity

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

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

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

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

This text has shadow with #4C77A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C77A4 on black background.


Color preview on white background

This text has color #4C77A4 on white background.



Black color preview on #4C77A4 background

This text has black color on #4C77A4 background.


White color preview on #4C77A4 background

This text has white color on #4C77A4 background.