COLOR #4BA8F7

HEX: #4BA8F7
RGB: (75,168,247)

Color info

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

RGB color model

#4BA8F7 color RGB value is (75,168,247).

  • red value is 75;
  • green value is 168;
  • blue value is 247.
RGB:
(75,168,247)
(29%,66%,97%)

RGB channels and saturation

R 75 of 255 = 29%
G 168 of 255 = 66%
B 247 of 255 = 97%

75
168
247

R + G + B ~ 64%. #4BA8F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
75 + 168 + 247 = 490 (100%)
R 75 of 490 ~ 15.31%
G 168 of 490 ~ 34.29%
B 247 of 490 ~ 50.41%

%15.31
%34.29
%50.41

CMYK color model

#4BA8F7 color CMYK value is (70,32,0,3).

  • cyan value is 69.64%
  • magenta value is 31.98%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(70,32,0,3)
C70M32Y0K3 
(70%,32%,0%,3%)
(0.70/0.32/0.00/0.03)	

CMYK percentages

%69.64
%31.98
%0
%3.14

Codes

Color #4BA8F7 in popluar color models

4BA8F7
RGB75168247
HSL208°91.49%63.14%
HSB/HSV208°69.64%96.86%
CMYK69.64%31.98%0.00%
3.14%

Color #4BA8F7 in popluar number systems.

HEX4BA8F7
Decimal75168247
Binary10010111010100011110111
Octal113250367

Shades and tints

Shades of #4BA8F7

#4BA8F7
(75,168,247)
#4599E1
(69,153,225)
#3F8ACB
(63,138,203)
#397BB5
(57,123,181)
#336C9F
(51,108,159)
#2D5D89
(45,93,137)
#274E73
(39,78,115)
#213F5D
(33,63,93)
#1B3047
(27,48,71)
#152131
(21,33,49)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #4BA8F7

#4BA8F7
(75,168,247)
#5BAFF7
(91,175,247)
#6BB6F7
(107,182,247)
#7BBDF7
(123,189,247)
#8BC4F7
(139,196,247)
#9BCBF7
(155,203,247)
#ABD2F7
(171,210,247)
#BBD9F7
(187,217,247)
#CBE0F7
(203,224,247)
#DBE7F7
(219,231,247)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA8F7 color. Also use rgb(75,168,247) instead hex code.

Text Font Color

.myTextColor { color: #4BA8F7; }

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

This text font color is #4BA8F7.


Background Color

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

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

This div background color is #4BA8F7.


Border color

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

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

This div border color is #4BA8F7.


Opacity

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

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

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

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

This text has shadow with #4BA8F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA8F7 on black background.


Color preview on white background

This text has color #4BA8F7 on white background.



Black color preview on #4BA8F7 background

This text has black color on #4BA8F7 background.


White color preview on #4BA8F7 background

This text has white color on #4BA8F7 background.