COLOR #4788AF

HEX: #4788AF
RGB: (71,136,175)

Color info

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

RGB color model

#4788AF color RGB value is (71,136,175).

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

RGB channels and saturation

R 71 of 255 = 28%
G 136 of 255 = 53%
B 175 of 255 = 69%

71
136
175

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

Portions of RGB colors in percentages

R + G + B =
71 + 136 + 175 = 382 (100%)
R 71 of 382 ~ 18.59%
G 136 of 382 ~ 35.6%
B 175 of 382 ~ 45.81%

%18.59
%35.6
%45.81

CMYK color model

#4788AF color CMYK value is (59,22,0,31).

  • cyan value is 59.43%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(59,22,0,31)
C59M22Y0K31 
(59%,22%,0%,31%)
(0.59/0.22/0.00/0.31)	

CMYK percentages

%59.43
%22.29
%0
%31.37

Codes

Color #4788AF in popluar color models

4788AF
RGB71136175
HSL203°42.28%48.24%
HSB/HSV203°59.43%68.63%
CMYK59.43%22.29%0.00%
31.37%

Color #4788AF in popluar number systems.

HEX4788AF
Decimal71136175
Binary10001111000100010101111
Octal107210257

Shades and tints

Shades of #4788AF

#4788AF
(71,136,175)
#417CA0
(65,124,160)
#3B7091
(59,112,145)
#356482
(53,100,130)
#2F5873
(47,88,115)
#294C64
(41,76,100)
#234055
(35,64,85)
#1D3446
(29,52,70)
#172837
(23,40,55)
#111C28
(17,28,40)
#0B1019
(11,16,25)
#000000
(0,0,0)

Tints of #4788AF

#4788AF
(71,136,175)
#5792B6
(87,146,182)
#679CBD
(103,156,189)
#77A6C4
(119,166,196)
#87B0CB
(135,176,203)
#97BAD2
(151,186,210)
#A7C4D9
(167,196,217)
#B7CEE0
(183,206,224)
#C7D8E7
(199,216,231)
#D7E2EE
(215,226,238)
#E7ECF5
(231,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4788AF; }

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

This text font color is #4788AF.


Background Color

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

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

This div background color is #4788AF.


Border color

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

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

This div border color is #4788AF.


Opacity

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

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

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

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

This text has shadow with #4788AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4788AF on black background.


Color preview on white background

This text has color #4788AF on white background.



Black color preview on #4788AF background

This text has black color on #4788AF background.


White color preview on #4788AF background

This text has white color on #4788AF background.