COLOR #4C82B1

HEX: #4C82B1
RGB: (76,130,177)

Color info

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

RGB color model

#4C82B1 color RGB value is (76,130,177).

  • red value is 76;
  • green value is 130;
  • blue value is 177.
RGB:
(76,130,177)
(30%,51%,69%)

RGB channels and saturation

R 76 of 255 = 30%
G 130 of 255 = 51%
B 177 of 255 = 69%

76
130
177

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

Portions of RGB colors in percentages

R + G + B =
76 + 130 + 177 = 383 (100%)
R 76 of 383 ~ 19.84%
G 130 of 383 ~ 33.94%
B 177 of 383 ~ 46.21%

%19.84
%33.94
%46.21

CMYK color model

#4C82B1 color CMYK value is (57,27,0,31).

  • cyan value is 57.06%
  • magenta value is 26.55%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(57,27,0,31)
C57M27Y0K31 
(57%,27%,0%,31%)
(0.57/0.27/0.00/0.31)	

CMYK percentages

%57.06
%26.55
%0
%30.59

Codes

Color #4C82B1 in popluar color models

4C82B1
RGB76130177
HSL208°39.92%49.61%
HSB/HSV208°57.06%69.41%
CMYK57.06%26.55%0.00%
30.59%

Color #4C82B1 in popluar number systems.

HEX4C82B1
Decimal76130177
Binary10011001000001010110001
Octal114202261

Shades and tints

Shades of #4C82B1

#4C82B1
(76,130,177)
#4677A1
(70,119,161)
#406C91
(64,108,145)
#3A6181
(58,97,129)
#345671
(52,86,113)
#2E4B61
(46,75,97)
#284051
(40,64,81)
#223541
(34,53,65)
#1C2A31
(28,42,49)
#161F21
(22,31,33)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #4C82B1

#4C82B1
(76,130,177)
#5C8DB8
(92,141,184)
#6C98BF
(108,152,191)
#7CA3C6
(124,163,198)
#8CAECD
(140,174,205)
#9CB9D4
(156,185,212)
#ACC4DB
(172,196,219)
#BCCFE2
(188,207,226)
#CCDAE9
(204,218,233)
#DCE5F0
(220,229,240)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C82B1 color. Also use rgb(76,130,177) instead hex code.

Text Font Color

.myTextColor { color: #4C82B1; }

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

This text font color is #4C82B1.


Background Color

.myBgColor { background-color: #4C82B1; }

<div style="background-color:#4C82B1">Inner text</div>

This div background color is #4C82B1.


Border color

.myBorderColor { border: 1px solid #4C82B1; }

<div style="border:3px solid #4C82B1">Div</div>

This div border color is #4C82B1.


Opacity

.myOpacity80 { color: #4C82B1; opacity: 0.8; }

<p style="color:#4C82B1;opacity:0.8;">80%</p>

Text with #4C82B1 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 #4C82B1;}

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

This text has shadow with #4C82B1 color.

.textShadow {text-shadow: 3px 3px 1px #4C82B1, 3px 3px 1px red;}

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

This text has shadow with #4C82B1 primary color and red secondary color.


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

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

This text has shadow with #4C82B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C82B1 on black background.


Color preview on white background

This text has color #4C82B1 on white background.



Black color preview on #4C82B1 background

This text has black color on #4C82B1 background.


White color preview on #4C82B1 background

This text has white color on #4C82B1 background.