COLOR #48487B

HEX: #48487B
RGB: (72,72,123)

Color info

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

RGB color model

#48487B color RGB value is (72,72,123).

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

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 123 of 255 = 48%

72
72
123

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 123 = 267 (100%)
R 72 of 267 ~ 26.97%
G 72 of 267 ~ 26.97%
B 123 of 267 ~ 46.07%

%26.97
%26.97
%46.07

CMYK color model

#48487B color CMYK value is (41,41,0,52).

  • cyan value is 41.46%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(41,41,0,52)
C41M41Y0K52 
(41%,41%,0%,52%)
(0.41/0.41/0.00/0.52)	

CMYK percentages

%41.46
%41.46
%0
%51.76

Codes

Color #48487B in popluar color models

48487B
RGB7272123
HSL240°26.15%38.24%
HSB/HSV240°41.46%48.24%
CMYK41.46%41.46%0.00%
51.76%

Color #48487B in popluar number systems.

HEX48487B
Decimal7272123
Binary100100010010001111011
Octal110110173

Shades and tints

Shades of #48487B

#48487B
(72,72,123)
#424270
(66,66,112)
#3C3C65
(60,60,101)
#36365A
(54,54,90)
#30304F
(48,48,79)
#2A2A44
(42,42,68)
#242439
(36,36,57)
#1E1E2E
(30,30,46)
#181823
(24,24,35)
#121218
(18,18,24)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #48487B

#48487B
(72,72,123)
#585887
(88,88,135)
#686893
(104,104,147)
#78789F
(120,120,159)
#8888AB
(136,136,171)
#9898B7
(152,152,183)
#A8A8C3
(168,168,195)
#B8B8CF
(184,184,207)
#C8C8DB
(200,200,219)
#D8D8E7
(216,216,231)
#E8E8F3
(232,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48487B; }

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

This text font color is #48487B.


Background Color

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

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

This div background color is #48487B.


Border color

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

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

This div border color is #48487B.


Opacity

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

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

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

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

This text has shadow with #48487B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48487B on black background.


Color preview on white background

This text has color #48487B on white background.



Black color preview on #48487B background

This text has black color on #48487B background.


White color preview on #48487B background

This text has white color on #48487B background.