COLOR #4CA5B1

HEX: #4CA5B1
RGB: (76,165,177)

Color info

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

RGB color model

#4CA5B1 color RGB value is (76,165,177).

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

RGB channels and saturation

R 76 of 255 = 30%
G 165 of 255 = 65%
B 177 of 255 = 69%

76
165
177

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

Portions of RGB colors in percentages

R + G + B =
76 + 165 + 177 = 418 (100%)
R 76 of 418 ~ 18.18%
G 165 of 418 ~ 39.47%
B 177 of 418 ~ 42.34%

%18.18
%39.47
%42.34

CMYK color model

#4CA5B1 color CMYK value is (57,7,0,31).

  • cyan value is 57.06%
  • magenta value is 6.78%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(57,7,0,31)
C57M7Y0K31 
(57%,7%,0%,31%)
(0.57/0.07/0.00/0.31)	

CMYK percentages

%57.06
%6.78
%0
%30.59

Codes

Color #4CA5B1 in popluar color models

4CA5B1
RGB76165177
HSL187°39.92%49.61%
HSB/HSV187°57.06%69.41%
CMYK57.06%6.78%0.00%
30.59%

Color #4CA5B1 in popluar number systems.

HEX4CA5B1
Decimal76165177
Binary10011001010010110110001
Octal114245261

Shades and tints

Shades of #4CA5B1

#4CA5B1
(76,165,177)
#4696A1
(70,150,161)
#408791
(64,135,145)
#3A7881
(58,120,129)
#346971
(52,105,113)
#2E5A61
(46,90,97)
#284B51
(40,75,81)
#223C41
(34,60,65)
#1C2D31
(28,45,49)
#161E21
(22,30,33)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #4CA5B1

#4CA5B1
(76,165,177)
#5CADB8
(92,173,184)
#6CB5BF
(108,181,191)
#7CBDC6
(124,189,198)
#8CC5CD
(140,197,205)
#9CCDD4
(156,205,212)
#ACD5DB
(172,213,219)
#BCDDE2
(188,221,226)
#CCE5E9
(204,229,233)
#DCEDF0
(220,237,240)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CA5B1; }

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

This text font color is #4CA5B1.


Background Color

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

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

This div background color is #4CA5B1.


Border color

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

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

This div border color is #4CA5B1.


Opacity

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

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

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

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

This text has shadow with #4CA5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA5B1 on black background.


Color preview on white background

This text has color #4CA5B1 on white background.



Black color preview on #4CA5B1 background

This text has black color on #4CA5B1 background.


White color preview on #4CA5B1 background

This text has white color on #4CA5B1 background.