COLOR #4BB1C8

HEX: #4BB1C8 RGB: (75,177,200)

Color info

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

RGB color model

#4BB1C8 color RGB value is (75,177,200).

RGB: (75,177,200) (29%, 69%, 78%)

RGB channels and saturation

R 75 of 255 = 29%
G 177 of 255 = 69%
B 200 of 255 = 78%

75
177
200

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

Portions of RGB colors in percentages

R + G + B = 75 + 177 + 200 = 452 (100%)
R 75 of 452 ~ 16.59%
G 177 of 452 ~ 39.16%
B 200 of 452 ~ 44.25'%

%16.59
%39.16
%44.25

CMYK color model

#4BB1C8 color CMYK value is (63,12,0,22).

  • cyan value is 62.50%
  • magenta value is 11.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (63,12,0,22)
C63M12Y0K22 (63%, 12%, 0%, 22%)
(0.63 / 0.12 / 0.00 / 0.22)

CMYK percentages

%62.5
%11.5
%0
%21.57

Codes

Color #4BB1C8 in popluar color models

4B B1 C8
RGB 75 177 200
HSL 191° 53.19% 53.92%
HSB/HSV 191° 62.50% 78.43%
CMYK 62.50% 11.50% 0.00%
21.57%

Color #4BB1C8 in popluar number systems.

HEX 4B B1 C8
Decimal 75 177 200
Binary 1001011 10110001 11001000
Octal 113 261 310

Shades and tints

Shades of #4BB1C8

#4BB1C8
(75,177,200)
#45A1B6
(69,161,182)
#3F91A4
(63,145,164)
#398192
(57,129,146)
#337180
(51,113,128)
#2D616E
(45,97,110)
#27515C
(39,81,92)
#21414A
(33,65,74)
#1B3138
(27,49,56)
#152126
(21,33,38)
#0F1114
(15,17,20)
#000000
(0,0,0)

Tints of #4BB1C8

#4BB1C8
(75,177,200)
#5BB8CD
(91,184,205)
#6BBFD2
(107,191,210)
#7BC6D7
(123,198,215)
#8BCDDC
(139,205,220)
#9BD4E1
(155,212,225)
#ABDBE6
(171,219,230)
#BBE2EB
(187,226,235)
#CBE9F0
(203,233,240)
#DBF0F5
(219,240,245)
#EBF7FA
(235,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BB1C8 color. Also use rgb(75,177,200) instead hex code.

Text Font Color

.myTextColor { color: #4BB1C8; }

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

This text font color is #4BB1C8.

Background Color

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

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

This div background color is #4BB1C8.

Border color

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

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

This div border color is #4BB1C8.

Opacity

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

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

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

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

This text has shadow with #4BB1C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BB1C8.

Preview

Color preview on black background

This text has color #4BB1C8 on black background.


Color preview on white background

This text has color #4BB1C8 on white background.


Black color preview on #4BB1C8 background

This text has black color on #4BB1C8 background.


White color preview on #4BB1C8 background

This text has white color on #4BB1C8 background.


Related colors

Complementary color

Complementary color for #hex is #B44E37.


I love getcolorcode.com

Triadic colors

1 #C84BB1 and #B1C84B with #4BB1C8 are triadic colors.

2 #C8B14B and #B14BC8 with #4BB1C8 are triadic colors.