COLOR #4C48D1

HEX: #4C48D1
RGB: (76,72,209)

Color info

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

RGB color model

#4C48D1 color RGB value is (76,72,209).

  • red value is 76;
  • green value is 72;
  • blue value is 209.
RGB:
(76,72,209)
(30%,28%,82%)

RGB channels and saturation

R 76 of 255 = 30%
G 72 of 255 = 28%
B 209 of 255 = 82%

76
72
209

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

Portions of RGB colors in percentages

R + G + B =
76 + 72 + 209 = 357 (100%)
R 76 of 357 ~ 21.29%
G 72 of 357 ~ 20.17%
B 209 of 357 ~ 58.54%

%21.29
%20.17
%58.54

CMYK color model

#4C48D1 color CMYK value is (64,66,0,18).

  • cyan value is 63.64%
  • magenta value is 65.55%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(64,66,0,18)
C64M66Y0K18 
(64%,66%,0%,18%)
(0.64/0.66/0.00/0.18)	

CMYK percentages

%63.64
%65.55
%0
%18.04

Codes

Color #4C48D1 in popluar color models

4C48D1
RGB7672209
HSL242°59.83%55.10%
HSB/HSV242°65.55%81.96%
CMYK63.64%65.55%0.00%
18.04%

Color #4C48D1 in popluar number systems.

HEX4C48D1
Decimal7672209
Binary1001100100100011010001
Octal114110321

Shades and tints

Shades of #4C48D1

#4C48D1
(76,72,209)
#4642BE
(70,66,190)
#403CAB
(64,60,171)
#3A3698
(58,54,152)
#343085
(52,48,133)
#2E2A72
(46,42,114)
#28245F
(40,36,95)
#221E4C
(34,30,76)
#1C1839
(28,24,57)
#161226
(22,18,38)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #4C48D1

#4C48D1
(76,72,209)
#5C58D5
(92,88,213)
#6C68D9
(108,104,217)
#7C78DD
(124,120,221)
#8C88E1
(140,136,225)
#9C98E5
(156,152,229)
#ACA8E9
(172,168,233)
#BCB8ED
(188,184,237)
#CCC8F1
(204,200,241)
#DCD8F5
(220,216,245)
#ECE8F9
(236,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C48D1 color. Also use rgb(76,72,209) instead hex code.

Text Font Color

.myTextColor { color: #4C48D1; }

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

This text font color is #4C48D1.


Background Color

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

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

This div background color is #4C48D1.


Border color

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

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

This div border color is #4C48D1.


Opacity

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

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

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

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

This text has shadow with #4C48D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C48D1 on black background.


Color preview on white background

This text has color #4C48D1 on white background.



Black color preview on #4C48D1 background

This text has black color on #4C48D1 background.


White color preview on #4C48D1 background

This text has white color on #4C48D1 background.