COLOR #486FBF

HEX: #486FBF
RGB: (72,111,191)

Color info

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

RGB color model

#486FBF color RGB value is (72,111,191).

  • red value is 72;
  • green value is 111;
  • blue value is 191.
RGB:
(72,111,191)
(28%,44%,75%)

RGB channels and saturation

R 72 of 255 = 28%
G 111 of 255 = 44%
B 191 of 255 = 75%

72
111
191

R + G + B ~ 49%. #486FBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 111 + 191 = 374 (100%)
R 72 of 374 ~ 19.25%
G 111 of 374 ~ 29.68%
B 191 of 374 ~ 51.07%

%19.25
%29.68
%51.07

CMYK color model

#486FBF color CMYK value is (62,42,0,25).

  • cyan value is 62.30%
  • magenta value is 41.88%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(62,42,0,25)
C62M42Y0K25 
(62%,42%,0%,25%)
(0.62/0.42/0.00/0.25)	

CMYK percentages

%62.3
%41.88
%0
%25.1

Codes

Color #486FBF in popluar color models

486FBF
RGB72111191
HSL220°48.18%51.57%
HSB/HSV220°62.30%74.90%
CMYK62.30%41.88%0.00%
25.10%

Color #486FBF in popluar number systems.

HEX486FBF
Decimal72111191
Binary1001000110111110111111
Octal110157277

Shades and tints

Shades of #486FBF

#486FBF
(72,111,191)
#4265AE
(66,101,174)
#3C5B9D
(60,91,157)
#36518C
(54,81,140)
#30477B
(48,71,123)
#2A3D6A
(42,61,106)
#243359
(36,51,89)
#1E2948
(30,41,72)
#181F37
(24,31,55)
#121526
(18,21,38)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #486FBF

#486FBF
(72,111,191)
#587CC4
(88,124,196)
#6889C9
(104,137,201)
#7896CE
(120,150,206)
#88A3D3
(136,163,211)
#98B0D8
(152,176,216)
#A8BDDD
(168,189,221)
#B8CAE2
(184,202,226)
#C8D7E7
(200,215,231)
#D8E4EC
(216,228,236)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486FBF color. Also use rgb(72,111,191) instead hex code.

Text Font Color

.myTextColor { color: #486FBF; }

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

This text font color is #486FBF.


Background Color

.myBgColor { background-color: #486FBF; }

<div style="background-color:#486FBF">Inner text</div>

This div background color is #486FBF.


Border color

.myBorderColor { border: 1px solid #486FBF; }

<div style="border:3px solid #486FBF">Div</div>

This div border color is #486FBF.


Opacity

.myOpacity80 { color: #486FBF; opacity: 0.8; }

<p style="color:#486FBF;opacity:0.8;">80%</p>

Text with #486FBF 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 #486FBF;}

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

This text has shadow with #486FBF color.

.textShadow {text-shadow: 3px 3px 1px #486FBF, 3px 3px 1px red;}

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

This text has shadow with #486FBF primary color and red secondary color.


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

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

This text has shadow with #486FBF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486FBF on black background.


Color preview on white background

This text has color #486FBF on white background.



Black color preview on #486FBF background

This text has black color on #486FBF background.


White color preview on #486FBF background

This text has white color on #486FBF background.