COLOR #48487F

HEX: #48487F
RGB: (72,72,127)

Color info

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

RGB color model

#48487F color RGB value is (72,72,127).

  • red value is 72;
  • green value is 72;
  • blue value is 127.
RGB:
(72,72,127)
(28%,28%,50%)

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 127 of 255 = 50%

72
72
127

R + G + B ~ 35%. #48487F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 127 = 271 (100%)
R 72 of 271 ~ 26.57%
G 72 of 271 ~ 26.57%
B 127 of 271 ~ 46.86%

%26.57
%26.57
%46.86

CMYK color model

#48487F color CMYK value is (43,43,0,50).

  • cyan value is 43.31%
  • magenta value is 43.31%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(43,43,0,50)
C43M43Y0K50 
(43%,43%,0%,50%)
(0.43/0.43/0.00/0.50)	

CMYK percentages

%43.31
%43.31
%0
%50.2

Codes

Color #48487F in popluar color models

48487F
RGB7272127
HSL240°27.64%39.02%
HSB/HSV240°43.31%49.80%
CMYK43.31%43.31%0.00%
50.20%

Color #48487F in popluar number systems.

HEX48487F
Decimal7272127
Binary100100010010001111111
Octal110110177

Shades and tints

Shades of #48487F

#48487F
(72,72,127)
#424274
(66,66,116)
#3C3C69
(60,60,105)
#36365E
(54,54,94)
#303053
(48,48,83)
#2A2A48
(42,42,72)
#24243D
(36,36,61)
#1E1E32
(30,30,50)
#181827
(24,24,39)
#12121C
(18,18,28)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #48487F

#48487F
(72,72,127)
#58588A
(88,88,138)
#686895
(104,104,149)
#7878A0
(120,120,160)
#8888AB
(136,136,171)
#9898B6
(152,152,182)
#A8A8C1
(168,168,193)
#B8B8CC
(184,184,204)
#C8C8D7
(200,200,215)
#D8D8E2
(216,216,226)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48487F; }

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

This text font color is #48487F.


Background Color

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

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

This div background color is #48487F.


Border color

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

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

This div border color is #48487F.


Opacity

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

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

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

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

This text has shadow with #48487F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48487F on black background.


Color preview on white background

This text has color #48487F on white background.



Black color preview on #48487F background

This text has black color on #48487F background.


White color preview on #48487F background

This text has white color on #48487F background.