COLOR #486ADC

HEX: #486ADC
RGB: (72,106,220)

Color info

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

RGB color model

#486ADC color RGB value is (72,106,220).

  • red value is 72;
  • green value is 106;
  • blue value is 220.
RGB:
(72,106,220)
(28%,42%,86%)

RGB channels and saturation

R 72 of 255 = 28%
G 106 of 255 = 42%
B 220 of 255 = 86%

72
106
220

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

Portions of RGB colors in percentages

R + G + B =
72 + 106 + 220 = 398 (100%)
R 72 of 398 ~ 18.09%
G 106 of 398 ~ 26.63%
B 220 of 398 ~ 55.28%

%18.09
%26.63
%55.28

CMYK color model

#486ADC color CMYK value is (67,52,0,14).

  • cyan value is 67.27%
  • magenta value is 51.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(67,52,0,14)
C67M52Y0K14 
(67%,52%,0%,14%)
(0.67/0.52/0.00/0.14)	

CMYK percentages

%67.27
%51.82
%0
%13.73

Codes

Color #486ADC in popluar color models

486ADC
RGB72106220
HSL226°67.89%57.25%
HSB/HSV226°67.27%86.27%
CMYK67.27%51.82%0.00%
13.73%

Color #486ADC in popluar number systems.

HEX486ADC
Decimal72106220
Binary1001000110101011011100
Octal110152334

Shades and tints

Shades of #486ADC

#486ADC
(72,106,220)
#4261C8
(66,97,200)
#3C58B4
(60,88,180)
#364FA0
(54,79,160)
#30468C
(48,70,140)
#2A3D78
(42,61,120)
#243464
(36,52,100)
#1E2B50
(30,43,80)
#18223C
(24,34,60)
#121928
(18,25,40)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #486ADC

#486ADC
(72,106,220)
#5877DF
(88,119,223)
#6884E2
(104,132,226)
#7891E5
(120,145,229)
#889EE8
(136,158,232)
#98ABEB
(152,171,235)
#A8B8EE
(168,184,238)
#B8C5F1
(184,197,241)
#C8D2F4
(200,210,244)
#D8DFF7
(216,223,247)
#E8ECFA
(232,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486ADC color. Also use rgb(72,106,220) instead hex code.

Text Font Color

.myTextColor { color: #486ADC; }

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

This text font color is #486ADC.


Background Color

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

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

This div background color is #486ADC.


Border color

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

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

This div border color is #486ADC.


Opacity

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

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

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

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

This text has shadow with #486ADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486ADC on black background.


Color preview on white background

This text has color #486ADC on white background.



Black color preview on #486ADC background

This text has black color on #486ADC background.


White color preview on #486ADC background

This text has white color on #486ADC background.