COLOR #4C4BB6

HEX: #4C4BB6
RGB: (76,75,182)

Renk bilgisi

#4C4BB6 contains mainly blue color. #4C4BB6 ‘ nin web güvenlik rengi #3333CC (ya da #33C) dir.

RGB renk modeli

#4C4BB6 color RGB value is (76,75,182).

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

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 75 of 255 = 29%
B 182 of 255 = 71%

76
75
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 75 + 182 = 333 (100%)
R 76 of 333 ~ 22.82%
G 75 of 333 ~ 22.52%
B 182 of 333 ~ 54.65%

%22.82
%22.52
%54.65

CMYK RENK MODELİ

#4C4BB6 rengi CMYK tonu (58,59,0,29).

  • camgöbeği tonu 58.24%
  • eflatun tonu 58.79%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(58,59,0,29)
C58M59Y0K29 
(58%,59%,0%,29%)
(0.58/0.59/0.00/0.29)	

CMYK yüzdeleri

%58.24
%58.79
%0
%28.63

Codes

Color #4C4BB6 in popluar color models

4C4BB6
RGB7675182
HSL241°42.29%50.39%
HSB/HSV241°58.79%71.37%
CMYK58.24%58.79%0.00%
28.63%

Color #4C4BB6 in popluar number systems.

HEX4C4BB6
Decimal7675182
Binary1001100100101110110110
Octal114113266

Shades and tints

Shades of #4C4BB6

#4C4BB6
(76,75,182)
#4645A6
(70,69,166)
#403F96
(64,63,150)
#3A3986
(58,57,134)
#343376
(52,51,118)
#2E2D66
(46,45,102)
#282756
(40,39,86)
#222146
(34,33,70)
#1C1B36
(28,27,54)
#161526
(22,21,38)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #4C4BB6

#4C4BB6
(76,75,182)
#5C5BBC
(92,91,188)
#6C6BC2
(108,107,194)
#7C7BC8
(124,123,200)
#8C8BCE
(140,139,206)
#9C9BD4
(156,155,212)
#ACABDA
(172,171,218)
#BCBBE0
(188,187,224)
#CCCBE6
(204,203,230)
#DCDBEC
(220,219,236)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4BB6; }

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

This text font color is #4C4BB6.


Background Color

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

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

This div background color is #4C4BB6.


Border color

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

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

This div border color is #4C4BB6.


Opacity

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

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

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

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

This text has shadow with #4C4BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4BB6 on black background.


Color preview on white background

This text has color #4C4BB6 on white background.



Black color preview on #4C4BB6 background

This text has black color on #4C4BB6 background.


White color preview on #4C4BB6 background

This text has white color on #4C4BB6 background.