COLOR #48659E

HEX: #48659E
RGB: (72,101,158)

Color info

#48659E contains mainly green and blue colors. Web safe color of #48659E is #336699 (or #369).

RGB color model

#48659E color RGB value is (72,101,158).

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

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 158 of 255 = 62%

72
101
158

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

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 158 = 331 (100%)
R 72 of 331 ~ 21.75%
G 101 of 331 ~ 30.51%
B 158 of 331 ~ 47.73%

%21.75
%30.51
%47.73

CMYK color model

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

  • cyan value is 54.43%
  • magenta value is 36.08%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(54,36,0,38)
C54M36Y0K38 
(54%,36%,0%,38%)
(0.54/0.36/0.00/0.38)	

CMYK percentages

%54.43
%36.08
%0
%38.04

Codes

Color #48659E in popluar color models

48659E
RGB72101158
HSL220°37.39%45.10%
HSB/HSV220°54.43%61.96%
CMYK54.43%36.08%0.00%
38.04%

Color #48659E in popluar number systems.

HEX48659E
Decimal72101158
Binary1001000110010110011110
Octal110145236

Shades and tints

Shades of #48659E

#48659E
(72,101,158)
#425C90
(66,92,144)
#3C5382
(60,83,130)
#364A74
(54,74,116)
#304166
(48,65,102)
#2A3858
(42,56,88)
#242F4A
(36,47,74)
#1E263C
(30,38,60)
#181D2E
(24,29,46)
#121420
(18,20,32)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #48659E

#48659E
(72,101,158)
#5873A6
(88,115,166)
#6881AE
(104,129,174)
#788FB6
(120,143,182)
#889DBE
(136,157,190)
#98ABC6
(152,171,198)
#A8B9CE
(168,185,206)
#B8C7D6
(184,199,214)
#C8D5DE
(200,213,222)
#D8E3E6
(216,227,230)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #48659E; }

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

This text font color is #48659E.


Background Color

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

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

This div background color is #48659E.


Border color

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

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

This div border color is #48659E.


Opacity

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

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

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

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

This text has shadow with #48659E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48659E on black background.


Color preview on white background

This text has color #48659E on white background.



Black color preview on #48659E background

This text has black color on #48659E background.


White color preview on #48659E background

This text has white color on #48659E background.