COLOR #48448D

HEX: #48448D
RGB: (72,68,141)

Color info

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

RGB color model

#48448D color RGB value is (72,68,141).

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

RGB channels and saturation

R 72 of 255 = 28%
G 68 of 255 = 27%
B 141 of 255 = 55%

72
68
141

R + G + B ~ 37%. #48448D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 68 + 141 = 281 (100%)
R 72 of 281 ~ 25.62%
G 68 of 281 ~ 24.2%
B 141 of 281 ~ 50.18%

%25.62
%24.2
%50.18

CMYK color model

#48448D color CMYK value is (49,52,0,45).

  • cyan value is 48.94%
  • magenta value is 51.77%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(49,52,0,45)
C49M52Y0K45 
(49%,52%,0%,45%)
(0.49/0.52/0.00/0.45)	

CMYK percentages

%48.94
%51.77
%0
%44.71

Codes

Color #48448D in popluar color models

48448D
RGB7268141
HSL243°34.93%40.98%
HSB/HSV243°51.77%55.29%
CMYK48.94%51.77%0.00%
44.71%

Color #48448D in popluar number systems.

HEX48448D
Decimal7268141
Binary1001000100010010001101
Octal110104215

Shades and tints

Shades of #48448D

#48448D
(72,68,141)
#423E81
(66,62,129)
#3C3875
(60,56,117)
#363269
(54,50,105)
#302C5D
(48,44,93)
#2A2651
(42,38,81)
#242045
(36,32,69)
#1E1A39
(30,26,57)
#18142D
(24,20,45)
#120E21
(18,14,33)
#0C0815
(12,8,21)
#000000
(0,0,0)

Tints of #48448D

#48448D
(72,68,141)
#585597
(88,85,151)
#6866A1
(104,102,161)
#7877AB
(120,119,171)
#8888B5
(136,136,181)
#9899BF
(152,153,191)
#A8AAC9
(168,170,201)
#B8BBD3
(184,187,211)
#C8CCDD
(200,204,221)
#D8DDE7
(216,221,231)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48448D; }

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

This text font color is #48448D.


Background Color

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

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

This div background color is #48448D.


Border color

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

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

This div border color is #48448D.


Opacity

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

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

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

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

This text has shadow with #48448D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48448D on black background.


Color preview on white background

This text has color #48448D on white background.



Black color preview on #48448D background

This text has black color on #48448D background.


White color preview on #48448D background

This text has white color on #48448D background.