COLOR #48499E

HEX: #48499E
RGB: (72,73,158)

Color info

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

RGB color model

#48499E color RGB value is (72,73,158).

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

RGB channels and saturation

R 72 of 255 = 28%
G 73 of 255 = 29%
B 158 of 255 = 62%

72
73
158

R + G + B ~ 40%. #48499E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 73 + 158 = 303 (100%)
R 72 of 303 ~ 23.76%
G 73 of 303 ~ 24.09%
B 158 of 303 ~ 52.15%

%23.76
%24.09
%52.15

CMYK color model

#48499E color CMYK value is (54,54,0,38).

  • cyan value is 54.43%
  • magenta value is 53.80%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(54,54,0,38)
C54M54Y0K38 
(54%,54%,0%,38%)
(0.54/0.54/0.00/0.38)	

CMYK percentages

%54.43
%53.8
%0
%38.04

Codes

Color #48499E in popluar color models

48499E
RGB7273158
HSL239°37.39%45.10%
HSB/HSV239°54.43%61.96%
CMYK54.43%53.80%0.00%
38.04%

Color #48499E in popluar number systems.

HEX48499E
Decimal7273158
Binary1001000100100110011110
Octal110111236

Shades and tints

Shades of #48499E

#48499E
(72,73,158)
#424390
(66,67,144)
#3C3D82
(60,61,130)
#363774
(54,55,116)
#303166
(48,49,102)
#2A2B58
(42,43,88)
#24254A
(36,37,74)
#1E1F3C
(30,31,60)
#18192E
(24,25,46)
#121320
(18,19,32)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #48499E

#48499E
(72,73,158)
#5859A6
(88,89,166)
#6869AE
(104,105,174)
#7879B6
(120,121,182)
#8889BE
(136,137,190)
#9899C6
(152,153,198)
#A8A9CE
(168,169,206)
#B8B9D6
(184,185,214)
#C8C9DE
(200,201,222)
#D8D9E6
(216,217,230)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48499E; }

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

This text font color is #48499E.


Background Color

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

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

This div background color is #48499E.


Border color

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

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

This div border color is #48499E.


Opacity

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

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

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

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

This text has shadow with #48499E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48499E on black background.


Color preview on white background

This text has color #48499E on white background.



Black color preview on #48499E background

This text has black color on #48499E background.


White color preview on #48499E background

This text has white color on #48499E background.