COLOR #48688C

HEX: #48688C
RGB: (72,104,140)

Color info

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

RGB color model

#48688C color RGB value is (72,104,140).

  • red value is 72;
  • green value is 104;
  • blue value is 140.
RGB:
(72,104,140)
(28%,41%,55%)

RGB channels and saturation

R 72 of 255 = 28%
G 104 of 255 = 41%
B 140 of 255 = 55%

72
104
140

R + G + B ~ 41%. #48688C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 104 + 140 = 316 (100%)
R 72 of 316 ~ 22.78%
G 104 of 316 ~ 32.91%
B 140 of 316 ~ 44.3%

%22.78
%32.91
%44.3

CMYK color model

#48688C color CMYK value is (49,26,0,45).

  • cyan value is 48.57%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(49,26,0,45)
C49M26Y0K45 
(49%,26%,0%,45%)
(0.49/0.26/0.00/0.45)	

CMYK percentages

%48.57
%25.71
%0
%45.1

Codes

Color #48688C in popluar color models

48688C
RGB72104140
HSL212°32.08%41.57%
HSB/HSV212°48.57%54.90%
CMYK48.57%25.71%0.00%
45.10%

Color #48688C in popluar number systems.

HEX48688C
Decimal72104140
Binary1001000110100010001100
Octal110150214

Shades and tints

Shades of #48688C

#48688C
(72,104,140)
#425F80
(66,95,128)
#3C5674
(60,86,116)
#364D68
(54,77,104)
#30445C
(48,68,92)
#2A3B50
(42,59,80)
#243244
(36,50,68)
#1E2938
(30,41,56)
#18202C
(24,32,44)
#121720
(18,23,32)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #48688C

#48688C
(72,104,140)
#587596
(88,117,150)
#6882A0
(104,130,160)
#788FAA
(120,143,170)
#889CB4
(136,156,180)
#98A9BE
(152,169,190)
#A8B6C8
(168,182,200)
#B8C3D2
(184,195,210)
#C8D0DC
(200,208,220)
#D8DDE6
(216,221,230)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48688C color. Also use rgb(72,104,140) instead hex code.

Text Font Color

.myTextColor { color: #48688C; }

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

This text font color is #48688C.


Background Color

.myBgColor { background-color: #48688C; }

<div style="background-color:#48688C">Inner text</div>

This div background color is #48688C.


Border color

.myBorderColor { border: 1px solid #48688C; }

<div style="border:3px solid #48688C">Div</div>

This div border color is #48688C.


Opacity

.myOpacity80 { color: #48688C; opacity: 0.8; }

<p style="color:#48688C;opacity:0.8;">80%</p>

Text with #48688C 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 #48688C;}

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

This text has shadow with #48688C color.

.textShadow {text-shadow: 3px 3px 1px #48688C, 3px 3px 1px red;}

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

This text has shadow with #48688C primary color and red secondary color.


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

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

This text has shadow with #48688C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48688C on black background.


Color preview on white background

This text has color #48688C on white background.



Black color preview on #48688C background

This text has black color on #48688C background.


White color preview on #48688C background

This text has white color on #48688C background.