COLOR #4BACC2

HEX: #4BACC2 RGB: (75,172,194)

Color info

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

RGB color model

#4BACC2 color RGB value is (75,172,194).

RGB: (75,172,194) (29%, 67%, 76%)

RGB channels and saturation

R 75 of 255 = 29%
G 172 of 255 = 67%
B 194 of 255 = 76%

75
172
194

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

Portions of RGB colors in percentages

R + G + B = 75 + 172 + 194 = 441 (100%)
R 75 of 441 ~ 17.01%
G 172 of 441 ~ 39%
B 194 of 441 ~ 43.99'%

%17.01
%39
%43.99

CMYK color model

#4BACC2 color CMYK value is (61,11,0,24).

  • cyan value is 61.34%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (61,11,0,24) C61M11Y0K24 (61%,11%,0%,24%) (0.61/0.11/0.00/0.24) 

CMYK percentages

%61.34
%11.34
%0
%23.92

Codes

Color #4BACC2 in popluar color models

4B AC C2
RGB 75 172 194
HSL 191° 49.38% 52.75%
HSB/HSV 191° 61.34% 76.08%
CMYK 61.34% 11.34% 0.00%
23.92%

Color #4BACC2 in popluar number systems.

HEX 4B AC C2
Decimal 75 172 194
Binary 1001011 10101100 11000010
Octal 113 254 302

Shades and tints

Shades of #4BACC2

#4BACC2
(75,172,194)
#459DB1
(69,157,177)
#3F8EA0
(63,142,160)
#397F8F
(57,127,143)
#33707E
(51,112,126)
#2D616D
(45,97,109)
#27525C
(39,82,92)
#21434B
(33,67,75)
#1B343A
(27,52,58)
#152529
(21,37,41)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #4BACC2

#4BACC2
(75,172,194)
#5BB3C7
(91,179,199)
#6BBACC
(107,186,204)
#7BC1D1
(123,193,209)
#8BC8D6
(139,200,214)
#9BCFDB
(155,207,219)
#ABD6E0
(171,214,224)
#BBDDE5
(187,221,229)
#CBE4EA
(203,228,234)
#DBEBEF
(219,235,239)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BACC2 color. Also use rgb(75,172,194) instead hex code.

Text Font Color

.myTextColor { color: #4BACC2; }

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

This text font color is #4BACC2.

Background Color

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

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

This div background color is #4BACC2.

Border color

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

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

This div border color is #4BACC2.

Opacity

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

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

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

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

This text has shadow with #4BACC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BACC2.

Preview

Color preview on black background

This text has color #4BACC2 on black background.


Color preview on white background

This text has color #4BACC2 on white background.


Black color preview on #4BACC2 background

This text has black color on #4BACC2 background.


White color preview on #4BACC2 background

This text has white color on #4BACC2 background.


Related colors

Complementary color

Complementary color for #hex is #B4533D.


I love getcolorcode.com

Triadic colors

1 #C24BAC and #ACC24B with #4BACC2 are triadic colors.

2 #C2AC4B and #AC4BC2 with #4BACC2 are triadic colors.