COLOR #48206B

HEX: #48206B
RGB: (72,32,107)

Color info

#48206B contains mainly red and blue colors. Web safe color of #48206B is #333366 (or #336).

RGB color model

#48206B color RGB value is (72,32,107).

  • red value is 72;
  • green value is 32;
  • blue value is 107.
RGB:
(72,32,107)
(28%,13%,42%)

RGB channels and saturation

R 72 of 255 = 28%
G 32 of 255 = 13%
B 107 of 255 = 42%

72
32
107

R + G + B ~ 28%. #48206B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 32 + 107 = 211 (100%)
R 72 of 211 ~ 34.12%
G 32 of 211 ~ 15.17%
B 107 of 211 ~ 50.71%

%34.12
%15.17
%50.71

CMYK color model

#48206B color CMYK value is (33,70,0,58).

  • cyan value is 32.71%
  • magenta value is 70.09%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(33,70,0,58)
C33M70Y0K58 
(33%,70%,0%,58%)
(0.33/0.70/0.00/0.58)	

CMYK percentages

%32.71
%70.09
%0
%58.04

Codes

Color #48206B in popluar color models

48206B
RGB7232107
HSL272°53.96%27.25%
HSB/HSV272°70.09%41.96%
CMYK32.71%70.09%0.00%
58.04%

Color #48206B in popluar number systems.

HEX48206B
Decimal7232107
Binary10010001000001101011
Octal11040153

Shades and tints

Shades of #48206B

#48206B
(72,32,107)
#421E62
(66,30,98)
#3C1C59
(60,28,89)
#361A50
(54,26,80)
#301847
(48,24,71)
#2A163E
(42,22,62)
#241435
(36,20,53)
#1E122C
(30,18,44)
#181023
(24,16,35)
#120E1A
(18,14,26)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #48206B

#48206B
(72,32,107)
#583478
(88,52,120)
#684885
(104,72,133)
#785C92
(120,92,146)
#88709F
(136,112,159)
#9884AC
(152,132,172)
#A898B9
(168,152,185)
#B8ACC6
(184,172,198)
#C8C0D3
(200,192,211)
#D8D4E0
(216,212,224)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48206B color. Also use rgb(72,32,107) instead hex code.

Text Font Color

.myTextColor { color: #48206B; }

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

This text font color is #48206B.


Background Color

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

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

This div background color is #48206B.


Border color

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

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

This div border color is #48206B.


Opacity

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

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

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

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

This text has shadow with #48206B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48206B on black background.


Color preview on white background

This text has color #48206B on white background.



Black color preview on #48206B background

This text has black color on #48206B background.


White color preview on #48206B background

This text has white color on #48206B background.