COLOR #4C52AC

HEX: #4C52AC
RGB: (76,82,172)

Renk bilgisi

#4C52AC contains mainly blue color. #4C52AC ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4C52AC color RGB value is (76,82,172).

  • kırmız ton 76;
  • yeşil ton 82;
  • mavi ton 172.
RGB:
(76,82,172)
(30%,32%,67%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 82 of 255 = 32%
B 172 of 255 = 67%

76
82
172

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 172 = 330 (100%)
R 76 of 330 ~ 23.03%
G 82 of 330 ~ 24.85%
B 172 of 330 ~ 52.12%

%23.03
%24.85
%52.12

CMYK RENK MODELİ

#4C52AC rengi CMYK tonu (56,52,0,33).

  • camgöbeği tonu 55.81%
  • eflatun tonu 52.33%
  • sarı tonu 0.00%
  • ana renk tonu 32.55%
CMYK:
(56,52,0,33)
C56M52Y0K33 
(56%,52%,0%,33%)
(0.56/0.52/0.00/0.33)	

CMYK yüzdeleri

%55.81
%52.33
%0
%32.55

Codes

Color #4C52AC in popluar color models

4C52AC
RGB7682172
HSL236°38.71%48.63%
HSB/HSV236°55.81%67.45%
CMYK55.81%52.33%0.00%
32.55%

Color #4C52AC in popluar number systems.

HEX4C52AC
Decimal7682172
Binary1001100101001010101100
Octal114122254

Shades and tints

Shades of #4C52AC

#4C52AC
(76,82,172)
#464B9D
(70,75,157)
#40448E
(64,68,142)
#3A3D7F
(58,61,127)
#343670
(52,54,112)
#2E2F61
(46,47,97)
#282852
(40,40,82)
#222143
(34,33,67)
#1C1A34
(28,26,52)
#161325
(22,19,37)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #4C52AC

#4C52AC
(76,82,172)
#5C61B3
(92,97,179)
#6C70BA
(108,112,186)
#7C7FC1
(124,127,193)
#8C8EC8
(140,142,200)
#9C9DCF
(156,157,207)
#ACACD6
(172,172,214)
#BCBBDD
(188,187,221)
#CCCAE4
(204,202,228)
#DCD9EB
(220,217,235)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C52AC; }

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

This text font color is #4C52AC.


Background Color

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

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

This div background color is #4C52AC.


Border color

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

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

This div border color is #4C52AC.


Opacity

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

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

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

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

This text has shadow with #4C52AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C52AC on black background.


Color preview on white background

This text has color #4C52AC on white background.



Black color preview on #4C52AC background

This text has black color on #4C52AC background.


White color preview on #4C52AC background

This text has white color on #4C52AC background.