COLOR #4B87C8

HEX: #4B87C8
RGB: (75,135,200)

Color info

#4B87C8 contains mainly blue color. Web safe color of #4B87C8 is #3399CC (or #39C).

RGB color model

#4B87C8 color RGB value is (75,135,200).

  • red value is 75;
  • green value is 135;
  • blue value is 200.
RGB:
(75,135,200)
(29%,53%,78%)

RGB channels and saturation

R 75 of 255 = 29%
G 135 of 255 = 53%
B 200 of 255 = 78%

75
135
200

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

Portions of RGB colors in percentages

R + G + B =
75 + 135 + 200 = 410 (100%)
R 75 of 410 ~ 18.29%
G 135 of 410 ~ 32.93%
B 200 of 410 ~ 48.78%

%18.29
%32.93
%48.78

CMYK color model

#4B87C8 color CMYK value is (63,33,0,22).

  • cyan value is 62.50%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(63,33,0,22)
C63M33Y0K22 
(63%,33%,0%,22%)
(0.63/0.33/0.00/0.22)	

CMYK percentages

%62.5
%32.5
%0
%21.57

Codes

Color #4B87C8 in popluar color models

4B87C8
RGB75135200
HSL211°53.19%53.92%
HSB/HSV211°62.50%78.43%
CMYK62.50%32.50%0.00%
21.57%

Color #4B87C8 in popluar number systems.

HEX4B87C8
Decimal75135200
Binary10010111000011111001000
Octal113207310

Shades and tints

Shades of #4B87C8

#4B87C8
(75,135,200)
#457BB6
(69,123,182)
#3F6FA4
(63,111,164)
#396392
(57,99,146)
#335780
(51,87,128)
#2D4B6E
(45,75,110)
#273F5C
(39,63,92)
#21334A
(33,51,74)
#1B2738
(27,39,56)
#151B26
(21,27,38)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #4B87C8

#4B87C8
(75,135,200)
#5B91CD
(91,145,205)
#6B9BD2
(107,155,210)
#7BA5D7
(123,165,215)
#8BAFDC
(139,175,220)
#9BB9E1
(155,185,225)
#ABC3E6
(171,195,230)
#BBCDEB
(187,205,235)
#CBD7F0
(203,215,240)
#DBE1F5
(219,225,245)
#EBEBFA
(235,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B87C8; }

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

This text font color is #4B87C8.


Background Color

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

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

This div background color is #4B87C8.


Border color

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

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

This div border color is #4B87C8.


Opacity

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

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

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

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

This text has shadow with #4B87C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B87C8 on black background.


Color preview on white background

This text has color #4B87C8 on white background.



Black color preview on #4B87C8 background

This text has black color on #4B87C8 background.


White color preview on #4B87C8 background

This text has white color on #4B87C8 background.