COLOR #4C4CA2

HEX: #4C4CA2
RGB: (76,76,162)

Renk bilgisi

#4C4CA2 contains mainly blue color. #4C4CA2 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#4C4CA2 color RGB value is (76,76,162).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 76 of 255 = 30%
B 162 of 255 = 64%

76
76
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 76 + 162 = 314 (100%)
R 76 of 314 ~ 24.2%
G 76 of 314 ~ 24.2%
B 162 of 314 ~ 51.59%

%24.2
%24.2
%51.59

CMYK RENK MODELİ

#4C4CA2 rengi CMYK tonu (53,53,0,36).

  • camgöbeği tonu 53.09%
  • eflatun tonu 53.09%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(53,53,0,36)
C53M53Y0K36 
(53%,53%,0%,36%)
(0.53/0.53/0.00/0.36)	

CMYK yüzdeleri

%53.09
%53.09
%0
%36.47

Codes

Color #4C4CA2 in popluar color models

4C4CA2
RGB7676162
HSL240°36.13%46.67%
HSB/HSV240°53.09%63.53%
CMYK53.09%53.09%0.00%
36.47%

Color #4C4CA2 in popluar number systems.

HEX4C4CA2
Decimal7676162
Binary1001100100110010100010
Octal114114242

Shades and tints

Shades of #4C4CA2

#4C4CA2
(76,76,162)
#464694
(70,70,148)
#404086
(64,64,134)
#3A3A78
(58,58,120)
#34346A
(52,52,106)
#2E2E5C
(46,46,92)
#28284E
(40,40,78)
#222240
(34,34,64)
#1C1C32
(28,28,50)
#161624
(22,22,36)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #4C4CA2

#4C4CA2
(76,76,162)
#5C5CAA
(92,92,170)
#6C6CB2
(108,108,178)
#7C7CBA
(124,124,186)
#8C8CC2
(140,140,194)
#9C9CCA
(156,156,202)
#ACACD2
(172,172,210)
#BCBCDA
(188,188,218)
#CCCCE2
(204,204,226)
#DCDCEA
(220,220,234)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4CA2; }

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

This text font color is #4C4CA2.


Background Color

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

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

This div background color is #4C4CA2.


Border color

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

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

This div border color is #4C4CA2.


Opacity

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

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

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

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

This text has shadow with #4C4CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4CA2 on black background.


Color preview on white background

This text has color #4C4CA2 on white background.



Black color preview on #4C4CA2 background

This text has black color on #4C4CA2 background.


White color preview on #4C4CA2 background

This text has white color on #4C4CA2 background.