COLOR #48467C

HEX: #48467C
RGB: (72,70,124)

Color info

#48467C contains red, green and blue colors in about the same proportion. Web safe color of #48467C is #333366 (or #336).

RGB color model

#48467C color RGB value is (72,70,124).

  • red value is 72;
  • green value is 70;
  • blue value is 124.
RGB:
(72,70,124)
(28%,27%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 70 of 255 = 27%
B 124 of 255 = 49%

72
70
124

R + G + B ~ 35%. #48467C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 70 + 124 = 266 (100%)
R 72 of 266 ~ 27.07%
G 70 of 266 ~ 26.32%
B 124 of 266 ~ 46.62%

%27.07
%26.32
%46.62

CMYK color model

#48467C color CMYK value is (42,44,0,51).

  • cyan value is 41.94%
  • magenta value is 43.55%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(42,44,0,51)
C42M44Y0K51 
(42%,44%,0%,51%)
(0.42/0.44/0.00/0.51)	

CMYK percentages

%41.94
%43.55
%0
%51.37

Codes

Color #48467C in popluar color models

48467C
RGB7270124
HSL242°27.84%38.04%
HSB/HSV242°43.55%48.63%
CMYK41.94%43.55%0.00%
51.37%

Color #48467C in popluar number systems.

HEX48467C
Decimal7270124
Binary100100010001101111100
Octal110106174

Shades and tints

Shades of #48467C

#48467C
(72,70,124)
#424071
(66,64,113)
#3C3A66
(60,58,102)
#36345B
(54,52,91)
#302E50
(48,46,80)
#2A2845
(42,40,69)
#24223A
(36,34,58)
#1E1C2F
(30,28,47)
#181624
(24,22,36)
#121019
(18,16,25)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #48467C

#48467C
(72,70,124)
#585687
(88,86,135)
#686692
(104,102,146)
#78769D
(120,118,157)
#8886A8
(136,134,168)
#9896B3
(152,150,179)
#A8A6BE
(168,166,190)
#B8B6C9
(184,182,201)
#C8C6D4
(200,198,212)
#D8D6DF
(216,214,223)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48467C color. Also use rgb(72,70,124) instead hex code.

Text Font Color

.myTextColor { color: #48467C; }

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

This text font color is #48467C.


Background Color

.myBgColor { background-color: #48467C; }

<div style="background-color:#48467C">Inner text</div>

This div background color is #48467C.


Border color

.myBorderColor { border: 1px solid #48467C; }

<div style="border:3px solid #48467C">Div</div>

This div border color is #48467C.


Opacity

.myOpacity80 { color: #48467C; opacity: 0.8; }

<p style="color:#48467C;opacity:0.8;">80%</p>

Text with #48467C 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 #48467C;}

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

This text has shadow with #48467C color.

.textShadow {text-shadow: 3px 3px 1px #48467C, 3px 3px 1px red;}

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

This text has shadow with #48467C primary color and red secondary color.


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

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

This text has shadow with #48467C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48467C on black background.


Color preview on white background

This text has color #48467C on white background.



Black color preview on #48467C background

This text has black color on #48467C background.


White color preview on #48467C background

This text has white color on #48467C background.