COLOR #4B8FF5

HEX: #4B8FF5
RGB: (75,143,245)

Color info

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

RGB color model

#4B8FF5 color RGB value is (75,143,245).

  • red value is 75;
  • green value is 143;
  • blue value is 245.
RGB:
(75,143,245)
(29%,56%,96%)

RGB channels and saturation

R 75 of 255 = 29%
G 143 of 255 = 56%
B 245 of 255 = 96%

75
143
245

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

Portions of RGB colors in percentages

R + G + B =
75 + 143 + 245 = 463 (100%)
R 75 of 463 ~ 16.2%
G 143 of 463 ~ 30.89%
B 245 of 463 ~ 52.92%

%16.2
%30.89
%52.92

CMYK color model

#4B8FF5 color CMYK value is (69,42,0,4).

  • cyan value is 69.39%
  • magenta value is 41.63%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(69,42,0,4)
C69M42Y0K4 
(69%,42%,0%,4%)
(0.69/0.42/0.00/0.04)	

CMYK percentages

%69.39
%41.63
%0
%3.92

Codes

Color #4B8FF5 in popluar color models

4B8FF5
RGB75143245
HSL216°89.47%62.75%
HSB/HSV216°69.39%96.08%
CMYK69.39%41.63%0.00%
3.92%

Color #4B8FF5 in popluar number systems.

HEX4B8FF5
Decimal75143245
Binary10010111000111111110101
Octal113217365

Shades and tints

Shades of #4B8FF5

#4B8FF5
(75,143,245)
#4582DF
(69,130,223)
#3F75C9
(63,117,201)
#3968B3
(57,104,179)
#335B9D
(51,91,157)
#2D4E87
(45,78,135)
#274171
(39,65,113)
#21345B
(33,52,91)
#1B2745
(27,39,69)
#151A2F
(21,26,47)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #4B8FF5

#4B8FF5
(75,143,245)
#5B99F5
(91,153,245)
#6BA3F5
(107,163,245)
#7BADF5
(123,173,245)
#8BB7F5
(139,183,245)
#9BC1F5
(155,193,245)
#ABCBF5
(171,203,245)
#BBD5F5
(187,213,245)
#CBDFF5
(203,223,245)
#DBE9F5
(219,233,245)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8FF5 color. Also use rgb(75,143,245) instead hex code.

Text Font Color

.myTextColor { color: #4B8FF5; }

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

This text font color is #4B8FF5.


Background Color

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

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

This div background color is #4B8FF5.


Border color

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

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

This div border color is #4B8FF5.


Opacity

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

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

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

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

This text has shadow with #4B8FF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8FF5 on black background.


Color preview on white background

This text has color #4B8FF5 on white background.



Black color preview on #4B8FF5 background

This text has black color on #4B8FF5 background.


White color preview on #4B8FF5 background

This text has white color on #4B8FF5 background.