COLOR #4B87CA

HEX: #4B87CA
RGB: (75,135,202)

Color info

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

RGB color model

#4B87CA color RGB value is (75,135,202).

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

RGB channels and saturation

R 75 of 255 = 29%
G 135 of 255 = 53%
B 202 of 255 = 79%

75
135
202

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

Portions of RGB colors in percentages

R + G + B =
75 + 135 + 202 = 412 (100%)
R 75 of 412 ~ 18.2%
G 135 of 412 ~ 32.77%
B 202 of 412 ~ 49.03%

%18.2
%32.77
%49.03

CMYK color model

#4B87CA color CMYK value is (63,33,0,21).

  • cyan value is 62.87%
  • magenta value is 33.17%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(63,33,0,21)
C63M33Y0K21 
(63%,33%,0%,21%)
(0.63/0.33/0.00/0.21)	

CMYK percentages

%62.87
%33.17
%0
%20.78

Codes

Color #4B87CA in popluar color models

4B87CA
RGB75135202
HSL212°54.51%54.31%
HSB/HSV212°62.87%79.22%
CMYK62.87%33.17%0.00%
20.78%

Color #4B87CA in popluar number systems.

HEX4B87CA
Decimal75135202
Binary10010111000011111001010
Octal113207312

Shades and tints

Shades of #4B87CA

#4B87CA
(75,135,202)
#457BB8
(69,123,184)
#3F6FA6
(63,111,166)
#396394
(57,99,148)
#335782
(51,87,130)
#2D4B70
(45,75,112)
#273F5E
(39,63,94)
#21334C
(33,51,76)
#1B273A
(27,39,58)
#151B28
(21,27,40)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #4B87CA

#4B87CA
(75,135,202)
#5B91CE
(91,145,206)
#6B9BD2
(107,155,210)
#7BA5D6
(123,165,214)
#8BAFDA
(139,175,218)
#9BB9DE
(155,185,222)
#ABC3E2
(171,195,226)
#BBCDE6
(187,205,230)
#CBD7EA
(203,215,234)
#DBE1EE
(219,225,238)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B87CA; }

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

This text font color is #4B87CA.


Background Color

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

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

This div background color is #4B87CA.


Border color

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

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

This div border color is #4B87CA.


Opacity

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

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

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

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

This text has shadow with #4B87CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B87CA on black background.


Color preview on white background

This text has color #4B87CA on white background.



Black color preview on #4B87CA background

This text has black color on #4B87CA background.


White color preview on #4B87CA background

This text has white color on #4B87CA background.