COLOR #48238D

HEX: #48238D
RGB: (72,35,141)

Color info

#48238D contains mainly blue color. Web safe color of #48238D is #333399 (or #339).

RGB color model

#48238D color RGB value is (72,35,141).

  • red value is 72;
  • green value is 35;
  • blue value is 141.
RGB:
(72,35,141)
(28%,14%,55%)

RGB channels and saturation

R 72 of 255 = 28%
G 35 of 255 = 14%
B 141 of 255 = 55%

72
35
141

R + G + B ~ 32%. #48238D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 35 + 141 = 248 (100%)
R 72 of 248 ~ 29.03%
G 35 of 248 ~ 14.11%
B 141 of 248 ~ 56.85%

%29.03
%14.11
%56.85

CMYK color model

#48238D color CMYK value is (49,75,0,45).

  • cyan value is 48.94%
  • magenta value is 75.18%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(49,75,0,45)
C49M75Y0K45 
(49%,75%,0%,45%)
(0.49/0.75/0.00/0.45)	

CMYK percentages

%48.94
%75.18
%0
%44.71

Codes

Color #48238D in popluar color models

48238D
RGB7235141
HSL261°60.23%34.51%
HSB/HSV261°75.18%55.29%
CMYK48.94%75.18%0.00%
44.71%

Color #48238D in popluar number systems.

HEX48238D
Decimal7235141
Binary100100010001110001101
Octal11043215

Shades and tints

Shades of #48238D

#48238D
(72,35,141)
#422081
(66,32,129)
#3C1D75
(60,29,117)
#361A69
(54,26,105)
#30175D
(48,23,93)
#2A1451
(42,20,81)
#241145
(36,17,69)
#1E0E39
(30,14,57)
#180B2D
(24,11,45)
#120821
(18,8,33)
#0C0515
(12,5,21)
#000000
(0,0,0)

Tints of #48238D

#48238D
(72,35,141)
#583797
(88,55,151)
#684BA1
(104,75,161)
#785FAB
(120,95,171)
#8873B5
(136,115,181)
#9887BF
(152,135,191)
#A89BC9
(168,155,201)
#B8AFD3
(184,175,211)
#C8C3DD
(200,195,221)
#D8D7E7
(216,215,231)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48238D color. Also use rgb(72,35,141) instead hex code.

Text Font Color

.myTextColor { color: #48238D; }

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

This text font color is #48238D.


Background Color

.myBgColor { background-color: #48238D; }

<div style="background-color:#48238D">Inner text</div>

This div background color is #48238D.


Border color

.myBorderColor { border: 1px solid #48238D; }

<div style="border:3px solid #48238D">Div</div>

This div border color is #48238D.


Opacity

.myOpacity80 { color: #48238D; opacity: 0.8; }

<p style="color:#48238D;opacity:0.8;">80%</p>

Text with #48238D 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 #48238D;}

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

This text has shadow with #48238D color.

.textShadow {text-shadow: 3px 3px 1px #48238D, 3px 3px 1px red;}

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

This text has shadow with #48238D primary color and red secondary color.


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

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

This text has shadow with #48238D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48238D on black background.


Color preview on white background

This text has color #48238D on white background.



Black color preview on #48238D background

This text has black color on #48238D background.


White color preview on #48238D background

This text has white color on #48238D background.