COLOR #4C52A5

HEX: #4C52A5
RGB: (76,82,165)

Renk bilgisi

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

RGB renk modeli

#4C52A5 color RGB value is (76,82,165).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 82 of 255 = 32%
B 165 of 255 = 65%

76
82
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 165 = 323 (100%)
R 76 of 323 ~ 23.53%
G 82 of 323 ~ 25.39%
B 165 of 323 ~ 51.08%

%23.53
%25.39
%51.08

CMYK RENK MODELİ

#4C52A5 rengi CMYK tonu (54,50,0,35).

  • camgöbeği tonu 53.94%
  • eflatun tonu 50.30%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(54,50,0,35)
C54M50Y0K35 
(54%,50%,0%,35%)
(0.54/0.50/0.00/0.35)	

CMYK yüzdeleri

%53.94
%50.3
%0
%35.29

Codes

Color #4C52A5 in popluar color models

4C52A5
RGB7682165
HSL236°36.93%47.25%
HSB/HSV236°53.94%64.71%
CMYK53.94%50.30%0.00%
35.29%

Color #4C52A5 in popluar number systems.

HEX4C52A5
Decimal7682165
Binary1001100101001010100101
Octal114122245

Shades and tints

Shades of #4C52A5

#4C52A5
(76,82,165)
#464B96
(70,75,150)
#404487
(64,68,135)
#3A3D78
(58,61,120)
#343669
(52,54,105)
#2E2F5A
(46,47,90)
#28284B
(40,40,75)
#22213C
(34,33,60)
#1C1A2D
(28,26,45)
#16131E
(22,19,30)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #4C52A5

#4C52A5
(76,82,165)
#5C61AD
(92,97,173)
#6C70B5
(108,112,181)
#7C7FBD
(124,127,189)
#8C8EC5
(140,142,197)
#9C9DCD
(156,157,205)
#ACACD5
(172,172,213)
#BCBBDD
(188,187,221)
#CCCAE5
(204,202,229)
#DCD9ED
(220,217,237)
#ECE8F5
(236,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C52A5; }

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

This text font color is #4C52A5.


Background Color

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

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

This div background color is #4C52A5.


Border color

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

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

This div border color is #4C52A5.


Opacity

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

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

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

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

This text has shadow with #4C52A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C52A5 on black background.


Color preview on white background

This text has color #4C52A5 on white background.



Black color preview on #4C52A5 background

This text has black color on #4C52A5 background.


White color preview on #4C52A5 background

This text has white color on #4C52A5 background.