COLOR #48428B

HEX: #48428B
RGB: (72,66,139)

Color info

#48428B contains mainly blue color. Web safe color of #48428B is #333399 (or #339).

RGB color model

#48428B color RGB value is (72,66,139).

  • red value is 72;
  • green value is 66;
  • blue value is 139.
RGB:
(72,66,139)
(28%,26%,55%)

RGB channels and saturation

R 72 of 255 = 28%
G 66 of 255 = 26%
B 139 of 255 = 55%

72
66
139

R + G + B ~ 36%. #48428B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 66 + 139 = 277 (100%)
R 72 of 277 ~ 25.99%
G 66 of 277 ~ 23.83%
B 139 of 277 ~ 50.18%

%25.99
%23.83
%50.18

CMYK color model

#48428B color CMYK value is (48,53,0,45).

  • cyan value is 48.20%
  • magenta value is 52.52%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(48,53,0,45)
C48M53Y0K45 
(48%,53%,0%,45%)
(0.48/0.53/0.00/0.45)	

CMYK percentages

%48.2
%52.52
%0
%45.49

Codes

Color #48428B in popluar color models

48428B
RGB7266139
HSL245°35.61%40.20%
HSB/HSV245°52.52%54.51%
CMYK48.20%52.52%0.00%
45.49%

Color #48428B in popluar number systems.

HEX48428B
Decimal7266139
Binary1001000100001010001011
Octal110102213

Shades and tints

Shades of #48428B

#48428B
(72,66,139)
#423C7F
(66,60,127)
#3C3673
(60,54,115)
#363067
(54,48,103)
#302A5B
(48,42,91)
#2A244F
(42,36,79)
#241E43
(36,30,67)
#1E1837
(30,24,55)
#18122B
(24,18,43)
#120C1F
(18,12,31)
#0C0613
(12,6,19)
#000000
(0,0,0)

Tints of #48428B

#48428B
(72,66,139)
#585395
(88,83,149)
#68649F
(104,100,159)
#7875A9
(120,117,169)
#8886B3
(136,134,179)
#9897BD
(152,151,189)
#A8A8C7
(168,168,199)
#B8B9D1
(184,185,209)
#C8CADB
(200,202,219)
#D8DBE5
(216,219,229)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48428B color. Also use rgb(72,66,139) instead hex code.

Text Font Color

.myTextColor { color: #48428B; }

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

This text font color is #48428B.


Background Color

.myBgColor { background-color: #48428B; }

<div style="background-color:#48428B">Inner text</div>

This div background color is #48428B.


Border color

.myBorderColor { border: 1px solid #48428B; }

<div style="border:3px solid #48428B">Div</div>

This div border color is #48428B.


Opacity

.myOpacity80 { color: #48428B; opacity: 0.8; }

<p style="color:#48428B;opacity:0.8;">80%</p>

Text with #48428B 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 #48428B;}

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

This text has shadow with #48428B color.

.textShadow {text-shadow: 3px 3px 1px #48428B, 3px 3px 1px red;}

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

This text has shadow with #48428B primary color and red secondary color.


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

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

This text has shadow with #48428B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48428B on black background.


Color preview on white background

This text has color #48428B on white background.



Black color preview on #48428B background

This text has black color on #48428B background.


White color preview on #48428B background

This text has white color on #48428B background.