COLOR #4785A4

HEX: #4785A4
RGB: (71,133,164)

Color info

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

RGB color model

#4785A4 color RGB value is (71,133,164).

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

RGB channels and saturation

R 71 of 255 = 28%
G 133 of 255 = 52%
B 164 of 255 = 64%

71
133
164

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

Portions of RGB colors in percentages

R + G + B =
71 + 133 + 164 = 368 (100%)
R 71 of 368 ~ 19.29%
G 133 of 368 ~ 36.14%
B 164 of 368 ~ 44.57%

%19.29
%36.14
%44.57

CMYK color model

#4785A4 color CMYK value is (57,19,0,36).

  • cyan value is 56.71%
  • magenta value is 18.90%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(57,19,0,36)
C57M19Y0K36 
(57%,19%,0%,36%)
(0.57/0.19/0.00/0.36)	

CMYK percentages

%56.71
%18.9
%0
%35.69

Codes

Color #4785A4 in popluar color models

4785A4
RGB71133164
HSL200°39.57%46.08%
HSB/HSV200°56.71%64.31%
CMYK56.71%18.90%0.00%
35.69%

Color #4785A4 in popluar number systems.

HEX4785A4
Decimal71133164
Binary10001111000010110100100
Octal107205244

Shades and tints

Shades of #4785A4

#4785A4
(71,133,164)
#417996
(65,121,150)
#3B6D88
(59,109,136)
#35617A
(53,97,122)
#2F556C
(47,85,108)
#29495E
(41,73,94)
#233D50
(35,61,80)
#1D3142
(29,49,66)
#172534
(23,37,52)
#111926
(17,25,38)
#0B0D18
(11,13,24)
#000000
(0,0,0)

Tints of #4785A4

#4785A4
(71,133,164)
#5790AC
(87,144,172)
#679BB4
(103,155,180)
#77A6BC
(119,166,188)
#87B1C4
(135,177,196)
#97BCCC
(151,188,204)
#A7C7D4
(167,199,212)
#B7D2DC
(183,210,220)
#C7DDE4
(199,221,228)
#D7E8EC
(215,232,236)
#E7F3F4
(231,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4785A4; }

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

This text font color is #4785A4.


Background Color

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

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

This div background color is #4785A4.


Border color

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

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

This div border color is #4785A4.


Opacity

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

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

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

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

This text has shadow with #4785A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4785A4 on black background.


Color preview on white background

This text has color #4785A4 on white background.



Black color preview on #4785A4 background

This text has black color on #4785A4 background.


White color preview on #4785A4 background

This text has white color on #4785A4 background.