COLOR #4788AC

HEX: #4788AC
RGB: (71,136,172)

Color info

#4788AC contains mainly green and blue colors. Web safe color of #4788AC is #339999 (or #399).

RGB color model

#4788AC color RGB value is (71,136,172).

  • red value is 71;
  • green value is 136;
  • blue value is 172.
RGB:
(71,136,172)
(28%,53%,67%)

RGB channels and saturation

R 71 of 255 = 28%
G 136 of 255 = 53%
B 172 of 255 = 67%

71
136
172

R + G + B ~ 49%. #4788AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 136 + 172 = 379 (100%)
R 71 of 379 ~ 18.73%
G 136 of 379 ~ 35.88%
B 172 of 379 ~ 45.38%

%18.73
%35.88
%45.38

CMYK color model

#4788AC color CMYK value is (59,21,0,33).

  • cyan value is 58.72%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(59,21,0,33)
C59M21Y0K33 
(59%,21%,0%,33%)
(0.59/0.21/0.00/0.33)	

CMYK percentages

%58.72
%20.93
%0
%32.55

Codes

Color #4788AC in popluar color models

4788AC
RGB71136172
HSL201°41.56%47.65%
HSB/HSV201°58.72%67.45%
CMYK58.72%20.93%0.00%
32.55%

Color #4788AC in popluar number systems.

HEX4788AC
Decimal71136172
Binary10001111000100010101100
Octal107210254

Shades and tints

Shades of #4788AC

#4788AC
(71,136,172)
#417C9D
(65,124,157)
#3B708E
(59,112,142)
#35647F
(53,100,127)
#2F5870
(47,88,112)
#294C61
(41,76,97)
#234052
(35,64,82)
#1D3443
(29,52,67)
#172834
(23,40,52)
#111C25
(17,28,37)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #4788AC

#4788AC
(71,136,172)
#5792B3
(87,146,179)
#679CBA
(103,156,186)
#77A6C1
(119,166,193)
#87B0C8
(135,176,200)
#97BACF
(151,186,207)
#A7C4D6
(167,196,214)
#B7CEDD
(183,206,221)
#C7D8E4
(199,216,228)
#D7E2EB
(215,226,235)
#E7ECF2
(231,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4788AC color. Also use rgb(71,136,172) instead hex code.

Text Font Color

.myTextColor { color: #4788AC; }

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

This text font color is #4788AC.


Background Color

.myBgColor { background-color: #4788AC; }

<div style="background-color:#4788AC">Inner text</div>

This div background color is #4788AC.


Border color

.myBorderColor { border: 1px solid #4788AC; }

<div style="border:3px solid #4788AC">Div</div>

This div border color is #4788AC.


Opacity

.myOpacity80 { color: #4788AC; opacity: 0.8; }

<p style="color:#4788AC;opacity:0.8;">80%</p>

Text with #4788AC 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 #4788AC;}

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

This text has shadow with #4788AC color.

.textShadow {text-shadow: 3px 3px 1px #4788AC, 3px 3px 1px red;}

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

This text has shadow with #4788AC primary color and red secondary color.


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

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

This text has shadow with #4788AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4788AC on black background.


Color preview on white background

This text has color #4788AC on white background.



Black color preview on #4788AC background

This text has black color on #4788AC background.


White color preview on #4788AC background

This text has white color on #4788AC background.