COLOR #487BC7

HEX: #487BC7
RGB: (72,123,199)

Color info

#487BC7 contains mainly blue color. Web safe color of #487BC7 is #3366CC (or #36C).

RGB color model

#487BC7 color RGB value is (72,123,199).

  • red value is 72;
  • green value is 123;
  • blue value is 199.
RGB:
(72,123,199)
(28%,48%,78%)

RGB channels and saturation

R 72 of 255 = 28%
G 123 of 255 = 48%
B 199 of 255 = 78%

72
123
199

R + G + B ~ 51%. #487BC7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 123 + 199 = 394 (100%)
R 72 of 394 ~ 18.27%
G 123 of 394 ~ 31.22%
B 199 of 394 ~ 50.51%

%18.27
%31.22
%50.51

CMYK color model

#487BC7 color CMYK value is (64,38,0,22).

  • cyan value is 63.82%
  • magenta value is 38.19%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(64,38,0,22)
C64M38Y0K22 
(64%,38%,0%,22%)
(0.64/0.38/0.00/0.22)	

CMYK percentages

%63.82
%38.19
%0
%21.96

Codes

Color #487BC7 in popluar color models

487BC7
RGB72123199
HSL216°53.14%53.14%
HSB/HSV216°63.82%78.04%
CMYK63.82%38.19%0.00%
21.96%

Color #487BC7 in popluar number systems.

HEX487BC7
Decimal72123199
Binary1001000111101111000111
Octal110173307

Shades and tints

Shades of #487BC7

#487BC7
(72,123,199)
#4270B5
(66,112,181)
#3C65A3
(60,101,163)
#365A91
(54,90,145)
#304F7F
(48,79,127)
#2A446D
(42,68,109)
#24395B
(36,57,91)
#1E2E49
(30,46,73)
#182337
(24,35,55)
#121825
(18,24,37)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #487BC7

#487BC7
(72,123,199)
#5887CC
(88,135,204)
#6893D1
(104,147,209)
#789FD6
(120,159,214)
#88ABDB
(136,171,219)
#98B7E0
(152,183,224)
#A8C3E5
(168,195,229)
#B8CFEA
(184,207,234)
#C8DBEF
(200,219,239)
#D8E7F4
(216,231,244)
#E8F3F9
(232,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #487BC7 color. Also use rgb(72,123,199) instead hex code.

Text Font Color

.myTextColor { color: #487BC7; }

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

This text font color is #487BC7.


Background Color

.myBgColor { background-color: #487BC7; }

<div style="background-color:#487BC7">Inner text</div>

This div background color is #487BC7.


Border color

.myBorderColor { border: 1px solid #487BC7; }

<div style="border:3px solid #487BC7">Div</div>

This div border color is #487BC7.


Opacity

.myOpacity80 { color: #487BC7; opacity: 0.8; }

<p style="color:#487BC7;opacity:0.8;">80%</p>

Text with #487BC7 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 #487BC7;}

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

This text has shadow with #487BC7 color.

.textShadow {text-shadow: 3px 3px 1px #487BC7, 3px 3px 1px red;}

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

This text has shadow with #487BC7 primary color and red secondary color.


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

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

This text has shadow with #487BC7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #487BC7 on black background.


Color preview on white background

This text has color #487BC7 on white background.



Black color preview on #487BC7 background

This text has black color on #487BC7 background.


White color preview on #487BC7 background

This text has white color on #487BC7 background.