COLOR #48486E

HEX: #48486E
RGB: (72,72,110)

Color info

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

RGB color model

#48486E color RGB value is (72,72,110).

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

RGB channels and saturation

R 72 of 255 = 28%
G 72 of 255 = 28%
B 110 of 255 = 43%

72
72
110

R + G + B ~ 33%. #48486E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 72 + 110 = 254 (100%)
R 72 of 254 ~ 28.35%
G 72 of 254 ~ 28.35%
B 110 of 254 ~ 43.31%

%28.35
%28.35
%43.31

CMYK color model

#48486E color CMYK value is (35,35,0,57).

  • cyan value is 34.55%
  • magenta value is 34.55%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(35,35,0,57)
C35M35Y0K57 
(35%,35%,0%,57%)
(0.35/0.35/0.00/0.57)	

CMYK percentages

%34.55
%34.55
%0
%56.86

Codes

Color #48486E in popluar color models

48486E
RGB7272110
HSL240°20.88%35.69%
HSB/HSV240°34.55%43.14%
CMYK34.55%34.55%0.00%
56.86%

Color #48486E in popluar number systems.

HEX48486E
Decimal7272110
Binary100100010010001101110
Octal110110156

Shades and tints

Shades of #48486E

#48486E
(72,72,110)
#424264
(66,66,100)
#3C3C5A
(60,60,90)
#363650
(54,54,80)
#303046
(48,48,70)
#2A2A3C
(42,42,60)
#242432
(36,36,50)
#1E1E28
(30,30,40)
#18181E
(24,24,30)
#121214
(18,18,20)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #48486E

#48486E
(72,72,110)
#58587B
(88,88,123)
#686888
(104,104,136)
#787895
(120,120,149)
#8888A2
(136,136,162)
#9898AF
(152,152,175)
#A8A8BC
(168,168,188)
#B8B8C9
(184,184,201)
#C8C8D6
(200,200,214)
#D8D8E3
(216,216,227)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48486E; }

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

This text font color is #48486E.


Background Color

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

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

This div background color is #48486E.


Border color

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

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

This div border color is #48486E.


Opacity

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

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

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

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

This text has shadow with #48486E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48486E on black background.


Color preview on white background

This text has color #48486E on white background.



Black color preview on #48486E background

This text has black color on #48486E background.


White color preview on #48486E background

This text has white color on #48486E background.