COLOR #4C52B6

HEX: #4C52B6
RGB: (76,82,182)

Renk bilgisi

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

RGB renk modeli

#4C52B6 color RGB value is (76,82,182).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 82 of 255 = 32%
B 182 of 255 = 71%

76
82
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 82 + 182 = 340 (100%)
R 76 of 340 ~ 22.35%
G 82 of 340 ~ 24.12%
B 182 of 340 ~ 53.53%

%22.35
%24.12
%53.53

CMYK RENK MODELİ

#4C52B6 rengi CMYK tonu (58,55,0,29).

  • camgöbeği tonu 58.24%
  • eflatun tonu 54.95%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(58,55,0,29)
C58M55Y0K29 
(58%,55%,0%,29%)
(0.58/0.55/0.00/0.29)	

CMYK yüzdeleri

%58.24
%54.95
%0
%28.63

Codes

Color #4C52B6 in popluar color models

4C52B6
RGB7682182
HSL237°42.06%50.59%
HSB/HSV237°58.24%71.37%
CMYK58.24%54.95%0.00%
28.63%

Color #4C52B6 in popluar number systems.

HEX4C52B6
Decimal7682182
Binary1001100101001010110110
Octal114122266

Shades and tints

Shades of #4C52B6

#4C52B6
(76,82,182)
#464BA6
(70,75,166)
#404496
(64,68,150)
#3A3D86
(58,61,134)
#343676
(52,54,118)
#2E2F66
(46,47,102)
#282856
(40,40,86)
#222146
(34,33,70)
#1C1A36
(28,26,54)
#161326
(22,19,38)
#100C16
(16,12,22)
#000000
(0,0,0)

Tints of #4C52B6

#4C52B6
(76,82,182)
#5C61BC
(92,97,188)
#6C70C2
(108,112,194)
#7C7FC8
(124,127,200)
#8C8ECE
(140,142,206)
#9C9DD4
(156,157,212)
#ACACDA
(172,172,218)
#BCBBE0
(188,187,224)
#CCCAE6
(204,202,230)
#DCD9EC
(220,217,236)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C52B6; }

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

This text font color is #4C52B6.


Background Color

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

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

This div background color is #4C52B6.


Border color

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

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

This div border color is #4C52B6.


Opacity

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

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

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

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

This text has shadow with #4C52B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C52B6 on black background.


Color preview on white background

This text has color #4C52B6 on white background.



Black color preview on #4C52B6 background

This text has black color on #4C52B6 background.


White color preview on #4C52B6 background

This text has white color on #4C52B6 background.