COLOR #4CB0CC

HEX: #4CB0CC RGB: (76,176,204)

Color info

#4CB0CC contains mainly green and blue colors. Web safe color of #4CB0CC is #3399CC (or #39C).

RGB color model

#4CB0CC color RGB value is (76,176,204).

RGB: (76,176,204) (30%, 69%, 80%)

RGB channels and saturation

R 76 of 255 = 30%
G 176 of 255 = 69%
B 204 of 255 = 80%

76
176
204

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

Portions of RGB colors in percentages

R + G + B = 76 + 176 + 204 = 456 (100%)
R 76 of 456 ~ 16.67%
G 176 of 456 ~ 38.6%
B 204 of 456 ~ 44.74'%

%16.67
%38.6
%44.74

CMYK color model

#4CB0CC color CMYK value is (63,14,0,20).

  • cyan value is 62.75%
  • magenta value is 13.73%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (63,14,0,20)
C63M14Y0K20 (63%, 14%, 0%, 20%)
(0.63 / 0.14 / 0.00 / 0.20)

CMYK percentages

%62.75
%13.73
%0
%20

Codes

Color #4CB0CC in popluar color models

4C B0 CC
RGB 76 176 204
HSL 193° 55.65% 54.90%
HSB/HSV 193° 62.75% 80.00%
CMYK 62.75% 13.73% 0.00%
20.00%

Color #4CB0CC in popluar number systems.

HEX 4C B0 CC
Decimal 76 176 204
Binary 1001100 10110000 11001100
Octal 114 260 314

Shades and tints

Shades of #4CB0CC

#4CB0CC
(76,176,204)
#46A0BA
(70,160,186)
#4090A8
(64,144,168)
#3A8096
(58,128,150)
#347084
(52,112,132)
#2E6072
(46,96,114)
#285060
(40,80,96)
#22404E
(34,64,78)
#1C303C
(28,48,60)
#16202A
(22,32,42)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #4CB0CC

#4CB0CC
(76,176,204)
#5CB7D0
(92,183,208)
#6CBED4
(108,190,212)
#7CC5D8
(124,197,216)
#8CCCDC
(140,204,220)
#9CD3E0
(156,211,224)
#ACDAE4
(172,218,228)
#BCE1E8
(188,225,232)
#CCE8EC
(204,232,236)
#DCEFF0
(220,239,240)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB0CC color. Also use rgb(76,176,204) instead hex code.

Text Font Color

.myTextColor { color: #4CB0CC; }

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

This text font color is #4CB0CC.

Background Color

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

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

This div background color is #4CB0CC.

Border color

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

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

This div border color is #4CB0CC.

Opacity

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

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

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

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

This text has shadow with #4CB0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CB0CC.

Preview

Color preview on black background

This text has color #4CB0CC on black background.


Color preview on white background

This text has color #4CB0CC on white background.


Black color preview on #4CB0CC background

This text has black color on #4CB0CC background.


White color preview on #4CB0CC background

This text has white color on #4CB0CC background.


Related colors

Complementary color

Complementary color for #hex is #B34F33.


I love getcolorcode.com

Triadic colors

1 #CC4CB0 and #B0CC4C with #4CB0CC are triadic colors.

2 #CCB04C and #B04CCC with #4CB0CC are triadic colors.