COLOR #4785B1

HEX: #4785B1
RGB: (71,133,177)

Color info

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

RGB color model

#4785B1 color RGB value is (71,133,177).

  • red value is 71;
  • green value is 133;
  • blue value is 177.
RGB:
(71,133,177)
(28%,52%,69%)

RGB channels and saturation

R 71 of 255 = 28%
G 133 of 255 = 52%
B 177 of 255 = 69%

71
133
177

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

Portions of RGB colors in percentages

R + G + B =
71 + 133 + 177 = 381 (100%)
R 71 of 381 ~ 18.64%
G 133 of 381 ~ 34.91%
B 177 of 381 ~ 46.46%

%18.64
%34.91
%46.46

CMYK color model

#4785B1 color CMYK value is (60,25,0,31).

  • cyan value is 59.89%
  • magenta value is 24.86%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(60,25,0,31)
C60M25Y0K31 
(60%,25%,0%,31%)
(0.60/0.25/0.00/0.31)	

CMYK percentages

%59.89
%24.86
%0
%30.59

Codes

Color #4785B1 in popluar color models

4785B1
RGB71133177
HSL205°42.74%48.63%
HSB/HSV205°59.89%69.41%
CMYK59.89%24.86%0.00%
30.59%

Color #4785B1 in popluar number systems.

HEX4785B1
Decimal71133177
Binary10001111000010110110001
Octal107205261

Shades and tints

Shades of #4785B1

#4785B1
(71,133,177)
#4179A1
(65,121,161)
#3B6D91
(59,109,145)
#356181
(53,97,129)
#2F5571
(47,85,113)
#294961
(41,73,97)
#233D51
(35,61,81)
#1D3141
(29,49,65)
#172531
(23,37,49)
#111921
(17,25,33)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #4785B1

#4785B1
(71,133,177)
#5790B8
(87,144,184)
#679BBF
(103,155,191)
#77A6C6
(119,166,198)
#87B1CD
(135,177,205)
#97BCD4
(151,188,212)
#A7C7DB
(167,199,219)
#B7D2E2
(183,210,226)
#C7DDE9
(199,221,233)
#D7E8F0
(215,232,240)
#E7F3F7
(231,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4785B1 color. Also use rgb(71,133,177) instead hex code.

Text Font Color

.myTextColor { color: #4785B1; }

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

This text font color is #4785B1.


Background Color

.myBgColor { background-color: #4785B1; }

<div style="background-color:#4785B1">Inner text</div>

This div background color is #4785B1.


Border color

.myBorderColor { border: 1px solid #4785B1; }

<div style="border:3px solid #4785B1">Div</div>

This div border color is #4785B1.


Opacity

.myOpacity80 { color: #4785B1; opacity: 0.8; }

<p style="color:#4785B1;opacity:0.8;">80%</p>

Text with #4785B1 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 #4785B1;}

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

This text has shadow with #4785B1 color.

.textShadow {text-shadow: 3px 3px 1px #4785B1, 3px 3px 1px red;}

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

This text has shadow with #4785B1 primary color and red secondary color.


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

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

This text has shadow with #4785B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4785B1 on black background.


Color preview on white background

This text has color #4785B1 on white background.



Black color preview on #4785B1 background

This text has black color on #4785B1 background.


White color preview on #4785B1 background

This text has white color on #4785B1 background.