COLOR #4C36D0

HEX: #4C36D0
RGB: (76,54,208)

Color info

#4C36D0 contains mainly blue color. Web safe color of #4C36D0 is #3333CC (or #33C).

RGB color model

#4C36D0 color RGB value is (76,54,208).

  • red value is 76;
  • green value is 54;
  • blue value is 208.
RGB:
(76,54,208)
(30%,21%,82%)

RGB channels and saturation

R 76 of 255 = 30%
G 54 of 255 = 21%
B 208 of 255 = 82%

76
54
208

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

Portions of RGB colors in percentages

R + G + B =
76 + 54 + 208 = 338 (100%)
R 76 of 338 ~ 22.49%
G 54 of 338 ~ 15.98%
B 208 of 338 ~ 61.54%

%22.49
%15.98
%61.54

CMYK color model

#4C36D0 color CMYK value is (63,74,0,18).

  • cyan value is 63.46%
  • magenta value is 74.04%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(63,74,0,18)
C63M74Y0K18 
(63%,74%,0%,18%)
(0.63/0.74/0.00/0.18)	

CMYK percentages

%63.46
%74.04
%0
%18.43

Codes

Color #4C36D0 in popluar color models

4C36D0
RGB7654208
HSL249°62.10%51.37%
HSB/HSV249°74.04%81.57%
CMYK63.46%74.04%0.00%
18.43%

Color #4C36D0 in popluar number systems.

HEX4C36D0
Decimal7654208
Binary100110011011011010000
Octal11466320

Shades and tints

Shades of #4C36D0

#4C36D0
(76,54,208)
#4632BE
(70,50,190)
#402EAC
(64,46,172)
#3A2A9A
(58,42,154)
#342688
(52,38,136)
#2E2276
(46,34,118)
#281E64
(40,30,100)
#221A52
(34,26,82)
#1C1640
(28,22,64)
#16122E
(22,18,46)
#100E1C
(16,14,28)
#000000
(0,0,0)

Tints of #4C36D0

#4C36D0
(76,54,208)
#5C48D4
(92,72,212)
#6C5AD8
(108,90,216)
#7C6CDC
(124,108,220)
#8C7EE0
(140,126,224)
#9C90E4
(156,144,228)
#ACA2E8
(172,162,232)
#BCB4EC
(188,180,236)
#CCC6F0
(204,198,240)
#DCD8F4
(220,216,244)
#ECEAF8
(236,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C36D0; }

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

This text font color is #4C36D0.


Background Color

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

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

This div background color is #4C36D0.


Border color

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

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

This div border color is #4C36D0.


Opacity

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

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

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

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

This text has shadow with #4C36D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C36D0 on black background.


Color preview on white background

This text has color #4C36D0 on white background.



Black color preview on #4C36D0 background

This text has black color on #4C36D0 background.


White color preview on #4C36D0 background

This text has white color on #4C36D0 background.