COLOR #48249A

HEX: #48249A
RGB: (72,36,154)

Color info

#48249A contains mainly blue color. Web safe color of #48249A is #333399 (or #339).

RGB color model

#48249A color RGB value is (72,36,154).

  • red value is 72;
  • green value is 36;
  • blue value is 154.
RGB:
(72,36,154)
(28%,14%,60%)

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 154 of 255 = 60%

72
36
154

R + G + B ~ 34%. #48249A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 154 = 262 (100%)
R 72 of 262 ~ 27.48%
G 36 of 262 ~ 13.74%
B 154 of 262 ~ 58.78%

%27.48
%13.74
%58.78

CMYK color model

#48249A color CMYK value is (53,77,0,40).

  • cyan value is 53.25%
  • magenta value is 76.62%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(53,77,0,40)
C53M77Y0K40 
(53%,77%,0%,40%)
(0.53/0.77/0.00/0.40)	

CMYK percentages

%53.25
%76.62
%0
%39.61

Codes

Color #48249A in popluar color models

48249A
RGB7236154
HSL258°62.11%37.25%
HSB/HSV258°76.62%60.39%
CMYK53.25%76.62%0.00%
39.61%

Color #48249A in popluar number systems.

HEX48249A
Decimal7236154
Binary100100010010010011010
Octal11044232

Shades and tints

Shades of #48249A

#48249A
(72,36,154)
#42218C
(66,33,140)
#3C1E7E
(60,30,126)
#361B70
(54,27,112)
#301862
(48,24,98)
#2A1554
(42,21,84)
#241246
(36,18,70)
#1E0F38
(30,15,56)
#180C2A
(24,12,42)
#12091C
(18,9,28)
#0C060E
(12,6,14)
#000000
(0,0,0)

Tints of #48249A

#48249A
(72,36,154)
#5837A3
(88,55,163)
#684AAC
(104,74,172)
#785DB5
(120,93,181)
#8870BE
(136,112,190)
#9883C7
(152,131,199)
#A896D0
(168,150,208)
#B8A9D9
(184,169,217)
#C8BCE2
(200,188,226)
#D8CFEB
(216,207,235)
#E8E2F4
(232,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48249A color. Also use rgb(72,36,154) instead hex code.

Text Font Color

.myTextColor { color: #48249A; }

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

This text font color is #48249A.


Background Color

.myBgColor { background-color: #48249A; }

<div style="background-color:#48249A">Inner text</div>

This div background color is #48249A.


Border color

.myBorderColor { border: 1px solid #48249A; }

<div style="border:3px solid #48249A">Div</div>

This div border color is #48249A.


Opacity

.myOpacity80 { color: #48249A; opacity: 0.8; }

<p style="color:#48249A;opacity:0.8;">80%</p>

Text with #48249A 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 #48249A;}

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

This text has shadow with #48249A color.

.textShadow {text-shadow: 3px 3px 1px #48249A, 3px 3px 1px red;}

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

This text has shadow with #48249A primary color and red secondary color.


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

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

This text has shadow with #48249A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48249A on black background.


Color preview on white background

This text has color #48249A on white background.



Black color preview on #48249A background

This text has black color on #48249A background.


White color preview on #48249A background

This text has white color on #48249A background.