COLOR #4BACEB

HEX: #4BACEB
RGB: (75,172,235)

Color info

#4BACEB contains mainly blue color. Web safe color of #4BACEB is #3399FF (or #39F).

RGB color model

#4BACEB color RGB value is (75,172,235).

  • red value is 75;
  • green value is 172;
  • blue value is 235.
RGB:
(75,172,235)
(29%,67%,92%)

RGB channels and saturation

R 75 of 255 = 29%
G 172 of 255 = 67%
B 235 of 255 = 92%

75
172
235

R + G + B ~ 63%. #4BACEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
75 + 172 + 235 = 482 (100%)
R 75 of 482 ~ 15.56%
G 172 of 482 ~ 35.68%
B 235 of 482 ~ 48.76%

%15.56
%35.68
%48.76

CMYK color model

#4BACEB color CMYK value is (68,27,0,8).

  • cyan value is 68.09%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(68,27,0,8)
C68M27Y0K8 
(68%,27%,0%,8%)
(0.68/0.27/0.00/0.08)	

CMYK percentages

%68.09
%26.81
%0
%7.84

Codes

Color #4BACEB in popluar color models

4BACEB
RGB75172235
HSL204°80.00%60.78%
HSB/HSV204°68.09%92.16%
CMYK68.09%26.81%0.00%
7.84%

Color #4BACEB in popluar number systems.

HEX4BACEB
Decimal75172235
Binary10010111010110011101011
Octal113254353

Shades and tints

Shades of #4BACEB

#4BACEB
(75,172,235)
#459DD6
(69,157,214)
#3F8EC1
(63,142,193)
#397FAC
(57,127,172)
#337097
(51,112,151)
#2D6182
(45,97,130)
#27526D
(39,82,109)
#214358
(33,67,88)
#1B3443
(27,52,67)
#15252E
(21,37,46)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #4BACEB

#4BACEB
(75,172,235)
#5BB3EC
(91,179,236)
#6BBAED
(107,186,237)
#7BC1EE
(123,193,238)
#8BC8EF
(139,200,239)
#9BCFF0
(155,207,240)
#ABD6F1
(171,214,241)
#BBDDF2
(187,221,242)
#CBE4F3
(203,228,243)
#DBEBF4
(219,235,244)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BACEB; }

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

This text font color is #4BACEB.


Background Color

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

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

This div background color is #4BACEB.


Border color

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

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

This div border color is #4BACEB.


Opacity

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

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

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

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

This text has shadow with #4BACEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BACEB on black background.


Color preview on white background

This text has color #4BACEB on white background.



Black color preview on #4BACEB background

This text has black color on #4BACEB background.


White color preview on #4BACEB background

This text has white color on #4BACEB background.