COLOR #4BCFE4

HEX: #4BCFE4 RGB: (75,207,228)

Color info

#4BCFE4 contains mainly green and blue colors. Web safe color of #4BCFE4 is #33CCCC (or #3CC).

RGB color model

#4BCFE4 color RGB value is (75,207,228).

RGB: (75,207,228) (29%, 81%, 89%)

RGB channels and saturation

R 75 of 255 = 29%
G 207 of 255 = 81%
B 228 of 255 = 89%

75
207
228

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

Portions of RGB colors in percentages

R + G + B = 75 + 207 + 228 = 510 (100%)
R 75 of 510 ~ 14.71%
G 207 of 510 ~ 40.59%
B 228 of 510 ~ 44.71'%

%14.71
%40.59
%44.71

CMYK color model

#4BCFE4 color CMYK value is (67,9,0,11).

  • cyan value is 67.11%
  • magenta value is 9.21%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (67,9,0,11)
C67M9Y0K11 (67%, 9%, 0%, 11%)
(0.67 / 0.09 / 0.00 / 0.11)

CMYK percentages

%67.11
%9.21
%0
%10.59

Codes

Color #4BCFE4 in popluar color models

4B CF E4
RGB 75 207 228
HSL 188° 73.91% 59.41%
HSB/HSV 188° 67.11% 89.41%
CMYK 67.11% 9.21% 0.00%
10.59%

Color #4BCFE4 in popluar number systems.

HEX 4B CF E4
Decimal 75 207 228
Binary 1001011 11001111 11100100
Octal 113 317 344

Shades and tints

Shades of #4BCFE4

#4BCFE4
(75,207,228)
#45BDD0
(69,189,208)
#3FABBC
(63,171,188)
#3999A8
(57,153,168)
#338794
(51,135,148)
#2D7580
(45,117,128)
#27636C
(39,99,108)
#215158
(33,81,88)
#1B3F44
(27,63,68)
#152D30
(21,45,48)
#0F1B1C
(15,27,28)
#000000
(0,0,0)

Tints of #4BCFE4

#4BCFE4
(75,207,228)
#5BD3E6
(91,211,230)
#6BD7E8
(107,215,232)
#7BDBEA
(123,219,234)
#8BDFEC
(139,223,236)
#9BE3EE
(155,227,238)
#ABE7F0
(171,231,240)
#BBEBF2
(187,235,242)
#CBEFF4
(203,239,244)
#DBF3F6
(219,243,246)
#EBF7F8
(235,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BCFE4 color. Also use rgb(75,207,228) instead hex code.

Text Font Color

.myTextColor { color: #4BCFE4; }

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

This text font color is #4BCFE4.

Background Color

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

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

This div background color is #4BCFE4.

Border color

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

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

This div border color is #4BCFE4.

Opacity

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

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

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

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

This text has shadow with #4BCFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BCFE4.

Preview

Color preview on black background

This text has color #4BCFE4 on black background.


Color preview on white background

This text has color #4BCFE4 on white background.


Black color preview on #4BCFE4 background

This text has black color on #4BCFE4 background.


White color preview on #4BCFE4 background

This text has white color on #4BCFE4 background.


Related colors

Complementary color

Complementary color for #hex is #B4301B.


I love getcolorcode.com

Triadic colors

1 #E44BCF and #CFE44B with #4BCFE4 are triadic colors.

2 #E4CF4B and #CF4BE4 with #4BCFE4 are triadic colors.