COLOR #48268C

HEX: #48268C
RGB: (72,38,140)

Color info

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

RGB color model

#48268C color RGB value is (72,38,140).

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

RGB channels and saturation

R 72 of 255 = 28%
G 38 of 255 = 15%
B 140 of 255 = 55%

72
38
140

R + G + B ~ 33%. #48268C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 38 + 140 = 250 (100%)
R 72 of 250 ~ 28.8%
G 38 of 250 ~ 15.2%
B 140 of 250 ~ 56%

%28.8
%15.2
%56

CMYK color model

#48268C color CMYK value is (49,73,0,45).

  • cyan value is 48.57%
  • magenta value is 72.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(49,73,0,45)
C49M73Y0K45 
(49%,73%,0%,45%)
(0.49/0.73/0.00/0.45)	

CMYK percentages

%48.57
%72.86
%0
%45.1

Codes

Color #48268C in popluar color models

48268C
RGB7238140
HSL260°57.30%34.90%
HSB/HSV260°72.86%54.90%
CMYK48.57%72.86%0.00%
45.10%

Color #48268C in popluar number systems.

HEX48268C
Decimal7238140
Binary100100010011010001100
Octal11046214

Shades and tints

Shades of #48268C

#48268C
(72,38,140)
#422380
(66,35,128)
#3C2074
(60,32,116)
#361D68
(54,29,104)
#301A5C
(48,26,92)
#2A1750
(42,23,80)
#241444
(36,20,68)
#1E1138
(30,17,56)
#180E2C
(24,14,44)
#120B20
(18,11,32)
#0C0814
(12,8,20)
#000000
(0,0,0)

Tints of #48268C

#48268C
(72,38,140)
#583996
(88,57,150)
#684CA0
(104,76,160)
#785FAA
(120,95,170)
#8872B4
(136,114,180)
#9885BE
(152,133,190)
#A898C8
(168,152,200)
#B8ABD2
(184,171,210)
#C8BEDC
(200,190,220)
#D8D1E6
(216,209,230)
#E8E4F0
(232,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48268C; }

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

This text font color is #48268C.


Background Color

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

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

This div background color is #48268C.


Border color

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

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

This div border color is #48268C.


Opacity

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

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

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

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

This text has shadow with #48268C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48268C on black background.


Color preview on white background

This text has color #48268C on white background.



Black color preview on #48268C background

This text has black color on #48268C background.


White color preview on #48268C background

This text has white color on #48268C background.