COLOR #486CD9

HEX: #486CD9 RGB: (72,108,217)

Color info

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

RGB color model

#486CD9 color RGB value is (72,108,217).

RGB: (72,108,217) (28%, 42%, 85%)

RGB channels and saturation

R 72 of 255 = 28%
G 108 of 255 = 42%
B 217 of 255 = 85%

72
108
217

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

Portions of RGB colors in percentages

R + G + B = 72 + 108 + 217 = 397 (100%)
R 72 of 397 ~ 18.14%
G 108 of 397 ~ 27.2%
B 217 of 397 ~ 54.66'%

%18.14
%27.2
%54.66

CMYK color model

#486CD9 color CMYK value is (67,50,0,15).

  • cyan value is 66.82%
  • magenta value is 50.23%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (67,50,0,15) C67M50Y0K15 (67%,50%,0%,15%) (0.67/0.50/0.00/0.15) 

CMYK percentages

%66.82
%50.23
%0
%14.9

Codes

Color #486CD9 in popluar color models

48 6C D9
RGB 72 108 217
HSL 225° 65.61% 56.67%
HSB/HSV 225° 66.82% 85.10%
CMYK 66.82% 50.23% 0.00%
14.90%

Color #486CD9 in popluar number systems.

HEX 48 6C D9
Decimal 72 108 217
Binary 1001000 1101100 11011001
Octal 110 154 331

Shades and tints

Shades of #486CD9

#486CD9
(72,108,217)
#4263C6
(66,99,198)
#3C5AB3
(60,90,179)
#3651A0
(54,81,160)
#30488D
(48,72,141)
#2A3F7A
(42,63,122)
#243667
(36,54,103)
#1E2D54
(30,45,84)
#182441
(24,36,65)
#121B2E
(18,27,46)
#0C121B
(12,18,27)
#000000
(0,0,0)

Tints of #486CD9

#486CD9
(72,108,217)
#5879DC
(88,121,220)
#6886DF
(104,134,223)
#7893E2
(120,147,226)
#88A0E5
(136,160,229)
#98ADE8
(152,173,232)
#A8BAEB
(168,186,235)
#B8C7EE
(184,199,238)
#C8D4F1
(200,212,241)
#D8E1F4
(216,225,244)
#E8EEF7
(232,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486CD9 color. Also use rgb(72,108,217) instead hex code.

Text Font Color

.myTextColor { color: #486CD9; }

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

This text font color is #486CD9.

Background Color

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

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

This div background color is #486CD9.

Border color

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

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

This div border color is #486CD9.

Opacity

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

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

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

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

This text has shadow with #486CD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486CD9.

Preview

Color preview on black background

This text has color #486CD9 on black background.


Color preview on white background

This text has color #486CD9 on white background.


Black color preview on #486CD9 background

This text has black color on #486CD9 background.


White color preview on #486CD9 background

This text has white color on #486CD9 background.


Related colors

Complementary color

Complementary color for #hex is #B79326.


I love getcolorcode.com

Triadic colors

1 #D9486C and #6CD948 with #486CD9 are triadic colors.

2 #D96C48 and #6C48D9 with #486CD9 are triadic colors.