COLOR #48477C

HEX: #48477C
RGB: (72,71,124)

Color info

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

RGB color model

#48477C color RGB value is (72,71,124).

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

RGB channels and saturation

R 72 of 255 = 28%
G 71 of 255 = 28%
B 124 of 255 = 49%

72
71
124

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

Portions of RGB colors in percentages

R + G + B =
72 + 71 + 124 = 267 (100%)
R 72 of 267 ~ 26.97%
G 71 of 267 ~ 26.59%
B 124 of 267 ~ 46.44%

%26.97
%26.59
%46.44

CMYK color model

#48477C color CMYK value is (42,43,0,51).

  • cyan value is 41.94%
  • magenta value is 42.74%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(42,43,0,51)
C42M43Y0K51 
(42%,43%,0%,51%)
(0.42/0.43/0.00/0.51)	

CMYK percentages

%41.94
%42.74
%0
%51.37

Codes

Color #48477C in popluar color models

48477C
RGB7271124
HSL241°27.18%38.24%
HSB/HSV241°42.74%48.63%
CMYK41.94%42.74%0.00%
51.37%

Color #48477C in popluar number systems.

HEX48477C
Decimal7271124
Binary100100010001111111100
Octal110107174

Shades and tints

Shades of #48477C

#48477C
(72,71,124)
#424171
(66,65,113)
#3C3B66
(60,59,102)
#36355B
(54,53,91)
#302F50
(48,47,80)
#2A2945
(42,41,69)
#24233A
(36,35,58)
#1E1D2F
(30,29,47)
#181724
(24,23,36)
#121119
(18,17,25)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #48477C

#48477C
(72,71,124)
#585787
(88,87,135)
#686792
(104,103,146)
#78779D
(120,119,157)
#8887A8
(136,135,168)
#9897B3
(152,151,179)
#A8A7BE
(168,167,190)
#B8B7C9
(184,183,201)
#C8C7D4
(200,199,212)
#D8D7DF
(216,215,223)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48477C; }

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

This text font color is #48477C.


Background Color

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

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

This div background color is #48477C.


Border color

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

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

This div border color is #48477C.


Opacity

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

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

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

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

This text has shadow with #48477C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48477C on black background.


Color preview on white background

This text has color #48477C on white background.



Black color preview on #48477C background

This text has black color on #48477C background.


White color preview on #48477C background

This text has white color on #48477C background.