COLOR #48459F

HEX: #48459F
RGB: (72,69,159)

Color info

#48459F contains mainly blue color. Web safe color of #48459F is #333399 (or #339).

RGB color model

#48459F color RGB value is (72,69,159).

  • red value is 72;
  • green value is 69;
  • blue value is 159.
RGB:
(72,69,159)
(28%,27%,62%)

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 159 of 255 = 62%

72
69
159

R + G + B ~ 39%. #48459F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 159 = 300 (100%)
R 72 of 300 ~ 24%
G 69 of 300 ~ 23%
B 159 of 300 ~ 53%

%24
%23
%53

CMYK color model

#48459F color CMYK value is (55,57,0,38).

  • cyan value is 54.72%
  • magenta value is 56.60%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(55,57,0,38)
C55M57Y0K38 
(55%,57%,0%,38%)
(0.55/0.57/0.00/0.38)	

CMYK percentages

%54.72
%56.6
%0
%37.65

Codes

Color #48459F in popluar color models

48459F
RGB7269159
HSL242°39.47%44.71%
HSB/HSV242°56.60%62.35%
CMYK54.72%56.60%0.00%
37.65%

Color #48459F in popluar number systems.

HEX48459F
Decimal7269159
Binary1001000100010110011111
Octal110105237

Shades and tints

Shades of #48459F

#48459F
(72,69,159)
#423F91
(66,63,145)
#3C3983
(60,57,131)
#363375
(54,51,117)
#302D67
(48,45,103)
#2A2759
(42,39,89)
#24214B
(36,33,75)
#1E1B3D
(30,27,61)
#18152F
(24,21,47)
#120F21
(18,15,33)
#0C0913
(12,9,19)
#000000
(0,0,0)

Tints of #48459F

#48459F
(72,69,159)
#5855A7
(88,85,167)
#6865AF
(104,101,175)
#7875B7
(120,117,183)
#8885BF
(136,133,191)
#9895C7
(152,149,199)
#A8A5CF
(168,165,207)
#B8B5D7
(184,181,215)
#C8C5DF
(200,197,223)
#D8D5E7
(216,213,231)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48459F color. Also use rgb(72,69,159) instead hex code.

Text Font Color

.myTextColor { color: #48459F; }

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

This text font color is #48459F.


Background Color

.myBgColor { background-color: #48459F; }

<div style="background-color:#48459F">Inner text</div>

This div background color is #48459F.


Border color

.myBorderColor { border: 1px solid #48459F; }

<div style="border:3px solid #48459F">Div</div>

This div border color is #48459F.


Opacity

.myOpacity80 { color: #48459F; opacity: 0.8; }

<p style="color:#48459F;opacity:0.8;">80%</p>

Text with #48459F 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 #48459F;}

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

This text has shadow with #48459F color.

.textShadow {text-shadow: 3px 3px 1px #48459F, 3px 3px 1px red;}

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

This text has shadow with #48459F primary color and red secondary color.


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

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

This text has shadow with #48459F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48459F on black background.


Color preview on white background

This text has color #48459F on white background.



Black color preview on #48459F background

This text has black color on #48459F background.


White color preview on #48459F background

This text has white color on #48459F background.