COLOR #48779B

HEX: #48779B RGB: (72,119,155)

Color info

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

RGB color model

#48779B color RGB value is (72,119,155).

RGB: (72,119,155) (28%, 47%, 61%)

RGB channels and saturation

R 72 of 255 = 28%
G 119 of 255 = 47%
B 155 of 255 = 61%

72
119
155

R + G + B ~ 45%. #48779B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 72 + 119 + 155 = 346 (100%)
R 72 of 346 ~ 20.81%
G 119 of 346 ~ 34.39%
B 155 of 346 ~ 44.8'%

%20.81
%34.39
%44.8

CMYK color model

#48779B color CMYK value is (54,23,0,39).

  • cyan value is 53.55%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (54,23,0,39)
C54M23Y0K39 (54%, 23%, 0%, 39%)
(0.54 / 0.23 / 0.00 / 0.39)

CMYK percentages

%53.55
%23.23
%0
%39.22

Codes

Color #48779B in popluar color models

48 77 9B
RGB 72 119 155
HSL 206° 36.56% 44.51%
HSB/HSV 206° 53.55% 60.78%
CMYK 53.55% 23.23% 0.00%
39.22%

Color #48779B in popluar number systems.

HEX 48 77 9B
Decimal 72 119 155
Binary 1001000 1110111 10011011
Octal 110 167 233

Shades and tints

Shades of #48779B

#48779B
(72,119,155)
#426D8D
(66,109,141)
#3C637F
(60,99,127)
#365971
(54,89,113)
#304F63
(48,79,99)
#2A4555
(42,69,85)
#243B47
(36,59,71)
#1E3139
(30,49,57)
#18272B
(24,39,43)
#121D1D
(18,29,29)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #48779B

#48779B
(72,119,155)
#5883A4
(88,131,164)
#688FAD
(104,143,173)
#789BB6
(120,155,182)
#88A7BF
(136,167,191)
#98B3C8
(152,179,200)
#A8BFD1
(168,191,209)
#B8CBDA
(184,203,218)
#C8D7E3
(200,215,227)
#D8E3EC
(216,227,236)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48779B color. Also use rgb(72,119,155) instead hex code.

Text Font Color

.myTextColor { color: #48779B; }

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

This text font color is #48779B.

Background Color

.myBgColor { background-color: #48779B; }

<div style="background-color:#48779B">Inner text</div>

This div background color is #48779B.

Border color

.myBorderColor { border: 1px solid #48779B; }

<div style="border:3px solid #48779B">Div</div>

This div border color is #48779B.

Opacity

.myOpacity80 { color: #48779B; opacity: 0.8; }

<p style="color:#48779B;opacity:0.8;">80%</p>

Text with #48779B 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 #48779B;}

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

This text has shadow with #48779B color.


.textShadow {text-shadow: 3px 3px 1px #48779B', 3px 3px 1px red;}

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

This text has shadow with #48779B primary color and red secondary color.


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

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

This text has shadow with #48779B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48779B; -webkit-box-shadow: 1px 1px 3px 2px #48779B; box-shadow:1px 1px 3px 2px #48779B;">
Div content here
</div>

This div box has shadow with color #48779B.

Preview

Color preview on black background

This text has color #48779B on black background.


Color preview on white background

This text has color #48779B on white background.


Black color preview on #48779B background

This text has black color on #48779B background.


White color preview on #48779B background

This text has white color on #48779B background.


Related colors

Complementary color

Complementary color for #hex is #B78864.


I love getcolorcode.com

Triadic colors

1 #9B4877 and #779B48 with #48779B are triadic colors.

2 #9B7748 and #77489B with #48779B are triadic colors.