COLOR #4CC0F3

HEX: #4CC0F3
RGB: (76,192,243)

Color info

#4CC0F3 contains mainly green and blue colors. Web safe color of #4CC0F3 is #33CCFF (or #3CF).

RGB color model

#4CC0F3 color RGB value is (76,192,243).

  • red value is 76;
  • green value is 192;
  • blue value is 243.
RGB:
(76,192,243)
(30%,75%,95%)

RGB channels and saturation

R 76 of 255 = 30%
G 192 of 255 = 75%
B 243 of 255 = 95%

76
192
243

R + G + B ~ 67%. #4CC0F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 192 + 243 = 511 (100%)
R 76 of 511 ~ 14.87%
G 192 of 511 ~ 37.57%
B 243 of 511 ~ 47.55%

%14.87
%37.57
%47.55

CMYK color model

#4CC0F3 color CMYK value is (69,21,0,5).

  • cyan value is 68.72%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(69,21,0,5)
C69M21Y0K5 
(69%,21%,0%,5%)
(0.69/0.21/0.00/0.05)	

CMYK percentages

%68.72
%20.99
%0
%4.71

Codes

Color #4CC0F3 in popluar color models

4CC0F3
RGB76192243
HSL198°87.43%62.55%
HSB/HSV198°68.72%95.29%
CMYK68.72%20.99%0.00%
4.71%

Color #4CC0F3 in popluar number systems.

HEX4CC0F3
Decimal76192243
Binary10011001100000011110011
Octal114300363

Shades and tints

Shades of #4CC0F3

#4CC0F3
(76,192,243)
#46AFDD
(70,175,221)
#409EC7
(64,158,199)
#3A8DB1
(58,141,177)
#347C9B
(52,124,155)
#2E6B85
(46,107,133)
#285A6F
(40,90,111)
#224959
(34,73,89)
#1C3843
(28,56,67)
#16272D
(22,39,45)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #4CC0F3

#4CC0F3
(76,192,243)
#5CC5F4
(92,197,244)
#6CCAF5
(108,202,245)
#7CCFF6
(124,207,246)
#8CD4F7
(140,212,247)
#9CD9F8
(156,217,248)
#ACDEF9
(172,222,249)
#BCE3FA
(188,227,250)
#CCE8FB
(204,232,251)
#DCEDFC
(220,237,252)
#ECF2FD
(236,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC0F3 color. Also use rgb(76,192,243) instead hex code.

Text Font Color

.myTextColor { color: #4CC0F3; }

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

This text font color is #4CC0F3.


Background Color

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

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

This div background color is #4CC0F3.


Border color

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

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

This div border color is #4CC0F3.


Opacity

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

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

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

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

This text has shadow with #4CC0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC0F3 on black background.


Color preview on white background

This text has color #4CC0F3 on white background.



Black color preview on #4CC0F3 background

This text has black color on #4CC0F3 background.


White color preview on #4CC0F3 background

This text has white color on #4CC0F3 background.