COLOR #48488E

HEX: #48488E
RGB: (72,72,142)

Color info

#48488E contains mainly blue color. Web safe color of #48488E is #333399 (or #339).

RGB color model

#48488E color RGB value is (72,72,142).

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

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 142 of 255 = 56%

72
72
142

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

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 142 = 286 (100%)
R 72 of 286 ~ 25.17%
G 72 of 286 ~ 25.17%
B 142 of 286 ~ 49.65%

%25.17
%25.17
%49.65

CMYK color model

#48488E color CMYK value is (49,49,0,44).

  • cyan value is 49.30%
  • magenta value is 49.30%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(49,49,0,44)
C49M49Y0K44 
(49%,49%,0%,44%)
(0.49/0.49/0.00/0.44)	

CMYK percentages

%49.3
%49.3
%0
%44.31

Codes

Color #48488E in popluar color models

48488E
RGB7272142
HSL240°32.71%41.96%
HSB/HSV240°49.30%55.69%
CMYK49.30%49.30%0.00%
44.31%

Color #48488E in popluar number systems.

HEX48488E
Decimal7272142
Binary1001000100100010001110
Octal110110216

Shades and tints

Shades of #48488E

#48488E
(72,72,142)
#424282
(66,66,130)
#3C3C76
(60,60,118)
#36366A
(54,54,106)
#30305E
(48,48,94)
#2A2A52
(42,42,82)
#242446
(36,36,70)
#1E1E3A
(30,30,58)
#18182E
(24,24,46)
#121222
(18,18,34)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #48488E

#48488E
(72,72,142)
#585898
(88,88,152)
#6868A2
(104,104,162)
#7878AC
(120,120,172)
#8888B6
(136,136,182)
#9898C0
(152,152,192)
#A8A8CA
(168,168,202)
#B8B8D4
(184,184,212)
#C8C8DE
(200,200,222)
#D8D8E8
(216,216,232)
#E8E8F2
(232,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48488E color. Also use rgb(72,72,142) instead hex code.

Text Font Color

.myTextColor { color: #48488E; }

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

This text font color is #48488E.


Background Color

.myBgColor { background-color: #48488E; }

<div style="background-color:#48488E">Inner text</div>

This div background color is #48488E.


Border color

.myBorderColor { border: 1px solid #48488E; }

<div style="border:3px solid #48488E">Div</div>

This div border color is #48488E.


Opacity

.myOpacity80 { color: #48488E; opacity: 0.8; }

<p style="color:#48488E;opacity:0.8;">80%</p>

Text with #48488E 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 #48488E;}

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

This text has shadow with #48488E color.

.textShadow {text-shadow: 3px 3px 1px #48488E, 3px 3px 1px red;}

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

This text has shadow with #48488E primary color and red secondary color.


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

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

This text has shadow with #48488E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48488E on black background.


Color preview on white background

This text has color #48488E on white background.



Black color preview on #48488E background

This text has black color on #48488E background.


White color preview on #48488E background

This text has white color on #48488E background.