COLOR #48809C

HEX: #48809C
RGB: (72,128,156)

Color info

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

RGB color model

#48809C color RGB value is (72,128,156).

  • red value is 72;
  • green value is 128;
  • blue value is 156.
RGB:
(72,128,156)
(28%,50%,61%)

RGB channels and saturation

R 72 of 255 = 28%
G 128 of 255 = 50%
B 156 of 255 = 61%

72
128
156

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

Portions of RGB colors in percentages

R + G + B =
72 + 128 + 156 = 356 (100%)
R 72 of 356 ~ 20.22%
G 128 of 356 ~ 35.96%
B 156 of 356 ~ 43.82%

%20.22
%35.96
%43.82

CMYK color model

#48809C color CMYK value is (54,18,0,39).

  • cyan value is 53.85%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(54,18,0,39)
C54M18Y0K39 
(54%,18%,0%,39%)
(0.54/0.18/0.00/0.39)	

CMYK percentages

%53.85
%17.95
%0
%38.82

Codes

Color #48809C in popluar color models

48809C
RGB72128156
HSL200°36.84%44.71%
HSB/HSV200°53.85%61.18%
CMYK53.85%17.95%0.00%
38.82%

Color #48809C in popluar number systems.

HEX48809C
Decimal72128156
Binary10010001000000010011100
Octal110200234

Shades and tints

Shades of #48809C

#48809C
(72,128,156)
#42758E
(66,117,142)
#3C6A80
(60,106,128)
#365F72
(54,95,114)
#305464
(48,84,100)
#2A4956
(42,73,86)
#243E48
(36,62,72)
#1E333A
(30,51,58)
#18282C
(24,40,44)
#121D1E
(18,29,30)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #48809C

#48809C
(72,128,156)
#588BA5
(88,139,165)
#6896AE
(104,150,174)
#78A1B7
(120,161,183)
#88ACC0
(136,172,192)
#98B7C9
(152,183,201)
#A8C2D2
(168,194,210)
#B8CDDB
(184,205,219)
#C8D8E4
(200,216,228)
#D8E3ED
(216,227,237)
#E8EEF6
(232,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48809C color. Also use rgb(72,128,156) instead hex code.

Text Font Color

.myTextColor { color: #48809C; }

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

This text font color is #48809C.


Background Color

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

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

This div background color is #48809C.


Border color

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

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

This div border color is #48809C.


Opacity

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

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

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

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

This text has shadow with #48809C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48809C on black background.


Color preview on white background

This text has color #48809C on white background.



Black color preview on #48809C background

This text has black color on #48809C background.


White color preview on #48809C background

This text has white color on #48809C background.