COLOR #4BB6FE

HEX: #4BB6FE
RGB: (75,182,254)

Color info

#4BB6FE contains mainly blue color. Web safe color of #4BB6FE is #33CCFF (or #3CF).

RGB color model

#4BB6FE color RGB value is (75,182,254).

  • red value is 75;
  • green value is 182;
  • blue value is 254.
RGB:
(75,182,254)
(29%,71%,100%)

RGB channels and saturation

R 75 of 255 = 29%
G 182 of 255 = 71%
B 254 of 255 = 100%

75
182
254

R + G + B ~ 67%. #4BB6FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
75 + 182 + 254 = 511 (100%)
R 75 of 511 ~ 14.68%
G 182 of 511 ~ 35.62%
B 254 of 511 ~ 49.71%

%14.68
%35.62
%49.71

CMYK color model

#4BB6FE color CMYK value is (70,28,0,0).

  • cyan value is 70.47%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(70,28,0,0)
C70M28Y0K0 
(70%,28%,0%,0%)
(0.70/0.28/0.00/0.00)	

CMYK percentages

%70.47
%28.35
%0
%0.39

Codes

Color #4BB6FE in popluar color models

4BB6FE
RGB75182254
HSL204°98.90%64.51%
HSB/HSV204°70.47%99.61%
CMYK70.47%28.35%0.00%
0.39%

Color #4BB6FE in popluar number systems.

HEX4BB6FE
Decimal75182254
Binary10010111011011011111110
Octal113266376

Shades and tints

Shades of #4BB6FE

#4BB6FE
(75,182,254)
#45A6E7
(69,166,231)
#3F96D0
(63,150,208)
#3986B9
(57,134,185)
#3376A2
(51,118,162)
#2D668B
(45,102,139)
#275674
(39,86,116)
#21465D
(33,70,93)
#1B3646
(27,54,70)
#15262F
(21,38,47)
#0F1618
(15,22,24)
#000000
(0,0,0)

Tints of #4BB6FE

#4BB6FE
(75,182,254)
#5BBCFE
(91,188,254)
#6BC2FE
(107,194,254)
#7BC8FE
(123,200,254)
#8BCEFE
(139,206,254)
#9BD4FE
(155,212,254)
#ABDAFE
(171,218,254)
#BBE0FE
(187,224,254)
#CBE6FE
(203,230,254)
#DBECFE
(219,236,254)
#EBF2FE
(235,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BB6FE color. Also use rgb(75,182,254) instead hex code.

Text Font Color

.myTextColor { color: #4BB6FE; }

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

This text font color is #4BB6FE.


Background Color

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

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

This div background color is #4BB6FE.


Border color

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

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

This div border color is #4BB6FE.


Opacity

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

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

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

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

This text has shadow with #4BB6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BB6FE on black background.


Color preview on white background

This text has color #4BB6FE on white background.



Black color preview on #4BB6FE background

This text has black color on #4BB6FE background.


White color preview on #4BB6FE background

This text has white color on #4BB6FE background.