COLOR #4CBDF1

HEX: #4CBDF1 RGB: (76,189,241)

Color info

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

RGB color model

#4CBDF1 color RGB value is (76,189,241).

RGB: (76,189,241) (30%, 74%, 95%)

RGB channels and saturation

R 76 of 255 = 30%
G 189 of 255 = 74%
B 241 of 255 = 95%

76
189
241

R + G + B ~ 66%. #4CBDF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 76 + 189 + 241 = 506 (100%)
R 76 of 506 ~ 15.02%
G 189 of 506 ~ 37.35%
B 241 of 506 ~ 47.63'%

%15.02
%37.35
%47.63

CMYK color model

#4CBDF1 color CMYK value is (68,22,0,5).

  • cyan value is 68.46%
  • magenta value is 21.58%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (68,22,0,5)
C68M22Y0K5 (68%, 22%, 0%, 5%)
(0.68 / 0.22 / 0.00 / 0.05)

CMYK percentages

%68.46
%21.58
%0
%5.49

Codes

Color #4CBDF1 in popluar color models

4C BD F1
RGB 76 189 241
HSL 199° 85.49% 62.16%
HSB/HSV 199° 68.46% 94.51%
CMYK 68.46% 21.58% 0.00%
5.49%

Color #4CBDF1 in popluar number systems.

HEX 4C BD F1
Decimal 76 189 241
Binary 1001100 10111101 11110001
Octal 114 275 361

Shades and tints

Shades of #4CBDF1

#4CBDF1
(76,189,241)
#46ACDC
(70,172,220)
#409BC7
(64,155,199)
#3A8AB2
(58,138,178)
#34799D
(52,121,157)
#2E6888
(46,104,136)
#285773
(40,87,115)
#22465E
(34,70,94)
#1C3549
(28,53,73)
#162434
(22,36,52)
#10131F
(16,19,31)
#000000
(0,0,0)

Tints of #4CBDF1

#4CBDF1
(76,189,241)
#5CC3F2
(92,195,242)
#6CC9F3
(108,201,243)
#7CCFF4
(124,207,244)
#8CD5F5
(140,213,245)
#9CDBF6
(156,219,246)
#ACE1F7
(172,225,247)
#BCE7F8
(188,231,248)
#CCEDF9
(204,237,249)
#DCF3FA
(220,243,250)
#ECF9FB
(236,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CBDF1 color. Also use rgb(76,189,241) instead hex code.

Text Font Color

.myTextColor { color: #4CBDF1; }

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

This text font color is #4CBDF1.

Background Color

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

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

This div background color is #4CBDF1.

Border color

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

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

This div border color is #4CBDF1.

Opacity

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

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

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

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

This text has shadow with #4CBDF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CBDF1.

Preview

Color preview on black background

This text has color #4CBDF1 on black background.


Color preview on white background

This text has color #4CBDF1 on white background.


Black color preview on #4CBDF1 background

This text has black color on #4CBDF1 background.


White color preview on #4CBDF1 background

This text has white color on #4CBDF1 background.


Related colors

Complementary color

Complementary color for #hex is #B3420E.


I love getcolorcode.com

Triadic colors

1 #F14CBD and #BDF14C with #4CBDF1 are triadic colors.

2 #F1BD4C and #BD4CF1 with #4CBDF1 are triadic colors.