COLOR #4B87F9

HEX: #4B87F9 RGB: (75,135,249)

Color info

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

RGB color model

#4B87F9 color RGB value is (75,135,249).

RGB: (75,135,249) (29%, 53%, 98%)

RGB channels and saturation

R 75 of 255 = 29%
G 135 of 255 = 53%
B 249 of 255 = 98%

75
135
249

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

Portions of RGB colors in percentages

R + G + B = 75 + 135 + 249 = 459 (100%)
R 75 of 459 ~ 16.34%
G 135 of 459 ~ 29.41%
B 249 of 459 ~ 54.25'%

%16.34
%29.41
%54.25

CMYK color model

#4B87F9 color CMYK value is (70,46,0,2).

  • cyan value is 69.88%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK: (70,46,0,2) C70M46Y0K2 (70%,46%,0%,2%) (0.70/0.46/0.00/0.02) 

CMYK percentages

%69.88
%45.78
%0
%2.35

Codes

Color #4B87F9 in popluar color models

4B 87 F9
RGB 75 135 249
HSL 219° 93.55% 63.53%
HSB/HSV 219° 69.88% 97.65%
CMYK 69.88% 45.78% 0.00%
2.35%

Color #4B87F9 in popluar number systems.

HEX 4B 87 F9
Decimal 75 135 249
Binary 1001011 10000111 11111001
Octal 113 207 371

Shades and tints

Shades of #4B87F9

#4B87F9
(75,135,249)
#457BE3
(69,123,227)
#3F6FCD
(63,111,205)
#3963B7
(57,99,183)
#3357A1
(51,87,161)
#2D4B8B
(45,75,139)
#273F75
(39,63,117)
#21335F
(33,51,95)
#1B2749
(27,39,73)
#151B33
(21,27,51)
#0F0F1D
(15,15,29)
#000000
(0,0,0)

Tints of #4B87F9

#4B87F9
(75,135,249)
#5B91F9
(91,145,249)
#6B9BF9
(107,155,249)
#7BA5F9
(123,165,249)
#8BAFF9
(139,175,249)
#9BB9F9
(155,185,249)
#ABC3F9
(171,195,249)
#BBCDF9
(187,205,249)
#CBD7F9
(203,215,249)
#DBE1F9
(219,225,249)
#EBEBF9
(235,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B87F9 color. Also use rgb(75,135,249) instead hex code.

Text Font Color

.myTextColor { color: #4B87F9; }

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

This text font color is #4B87F9.

Background Color

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

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

This div background color is #4B87F9.

Border color

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

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

This div border color is #4B87F9.

Opacity

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

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

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

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

This text has shadow with #4B87F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B87F9.

Preview

Color preview on black background

This text has color #4B87F9 on black background.


Color preview on white background

This text has color #4B87F9 on white background.


Black color preview on #4B87F9 background

This text has black color on #4B87F9 background.


White color preview on #4B87F9 background

This text has white color on #4B87F9 background.


Related colors

Complementary color

Complementary color for #hex is #B47806.


I love getcolorcode.com

Triadic colors

1 #F94B87 and #87F94B with #4B87F9 are triadic colors.

2 #F9874B and #874BF9 with #4B87F9 are triadic colors.