COLOR #48498B

HEX: #48498B
RGB: (72,73,139)

Color info

#48498B contains mainly blue color. Web safe color of #48498B is #333399 (or #339).

RGB color model

#48498B color RGB value is (72,73,139).

  • red value is 72;
  • green value is 73;
  • blue value is 139.
RGB:
(72,73,139)
(28%,29%,55%)

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 139 of 255 = 55%

72
73
139

R + G + B ~ 37%. #48498B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 139 = 284 (100%)
R 72 of 284 ~ 25.35%
G 73 of 284 ~ 25.7%
B 139 of 284 ~ 48.94%

%25.35
%25.7
%48.94

CMYK color model

#48498B color CMYK value is (48,47,0,45).

  • cyan value is 48.20%
  • magenta value is 47.48%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(48,47,0,45)
C48M47Y0K45 
(48%,47%,0%,45%)
(0.48/0.47/0.00/0.45)	

CMYK percentages

%48.2
%47.48
%0
%45.49

Codes

Color #48498B in popluar color models

48498B
RGB7273139
HSL239°31.75%41.37%
HSB/HSV239°48.20%54.51%
CMYK48.20%47.48%0.00%
45.49%

Color #48498B in popluar number systems.

HEX48498B
Decimal7273139
Binary1001000100100110001011
Octal110111213

Shades and tints

Shades of #48498B

#48498B
(72,73,139)
#42437F
(66,67,127)
#3C3D73
(60,61,115)
#363767
(54,55,103)
#30315B
(48,49,91)
#2A2B4F
(42,43,79)
#242543
(36,37,67)
#1E1F37
(30,31,55)
#18192B
(24,25,43)
#12131F
(18,19,31)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #48498B

#48498B
(72,73,139)
#585995
(88,89,149)
#68699F
(104,105,159)
#7879A9
(120,121,169)
#8889B3
(136,137,179)
#9899BD
(152,153,189)
#A8A9C7
(168,169,199)
#B8B9D1
(184,185,209)
#C8C9DB
(200,201,219)
#D8D9E5
(216,217,229)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48498B; }

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

This text font color is #48498B.


Background Color

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

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

This div background color is #48498B.


Border color

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

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

This div border color is #48498B.


Opacity

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

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

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

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

This text has shadow with #48498B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48498B on black background.


Color preview on white background

This text has color #48498B on white background.



Black color preview on #48498B background

This text has black color on #48498B background.


White color preview on #48498B background

This text has white color on #48498B background.