COLOR #48218C

HEX: #48218C
RGB: (72,33,140)

Color info

#48218C contains mainly blue color. Web safe color of #48218C is #333399 (or #339).

RGB color model

#48218C color RGB value is (72,33,140).

  • red value is 72;
  • green value is 33;
  • blue value is 140.
RGB:
(72,33,140)
(28%,13%,55%)

RGB channels and saturation

R 72 of 255 = 28%
G 33 of 255 = 13%
B 140 of 255 = 55%

72
33
140

R + G + B ~ 32%. #48218C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 33 + 140 = 245 (100%)
R 72 of 245 ~ 29.39%
G 33 of 245 ~ 13.47%
B 140 of 245 ~ 57.14%

%29.39
%13.47
%57.14

CMYK color model

#48218C color CMYK value is (49,76,0,45).

  • cyan value is 48.57%
  • magenta value is 76.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(49,76,0,45)
C49M76Y0K45 
(49%,76%,0%,45%)
(0.49/0.76/0.00/0.45)	

CMYK percentages

%48.57
%76.43
%0
%45.1

Codes

Color #48218C in popluar color models

48218C
RGB7233140
HSL262°61.85%33.92%
HSB/HSV262°76.43%54.90%
CMYK48.57%76.43%0.00%
45.10%

Color #48218C in popluar number systems.

HEX48218C
Decimal7233140
Binary100100010000110001100
Octal11041214

Shades and tints

Shades of #48218C

#48218C
(72,33,140)
#421E80
(66,30,128)
#3C1B74
(60,27,116)
#361868
(54,24,104)
#30155C
(48,21,92)
#2A1250
(42,18,80)
#240F44
(36,15,68)
#1E0C38
(30,12,56)
#18092C
(24,9,44)
#120620
(18,6,32)
#0C0314
(12,3,20)
#000000
(0,0,0)

Tints of #48218C

#48218C
(72,33,140)
#583596
(88,53,150)
#6849A0
(104,73,160)
#785DAA
(120,93,170)
#8871B4
(136,113,180)
#9885BE
(152,133,190)
#A899C8
(168,153,200)
#B8ADD2
(184,173,210)
#C8C1DC
(200,193,220)
#D8D5E6
(216,213,230)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48218C color. Also use rgb(72,33,140) instead hex code.

Text Font Color

.myTextColor { color: #48218C; }

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

This text font color is #48218C.


Background Color

.myBgColor { background-color: #48218C; }

<div style="background-color:#48218C">Inner text</div>

This div background color is #48218C.


Border color

.myBorderColor { border: 1px solid #48218C; }

<div style="border:3px solid #48218C">Div</div>

This div border color is #48218C.


Opacity

.myOpacity80 { color: #48218C; opacity: 0.8; }

<p style="color:#48218C;opacity:0.8;">80%</p>

Text with #48218C 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 #48218C;}

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

This text has shadow with #48218C color.

.textShadow {text-shadow: 3px 3px 1px #48218C, 3px 3px 1px red;}

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

This text has shadow with #48218C primary color and red secondary color.


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

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

This text has shadow with #48218C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48218C on black background.


Color preview on white background

This text has color #48218C on white background.



Black color preview on #48218C background

This text has black color on #48218C background.


White color preview on #48218C background

This text has white color on #48218C background.