COLOR #486AA2

HEX: #486AA2
RGB: (72,106,162)

Color info

#486AA2 contains mainly green and blue colors. Web safe color of #486AA2 is #336699 (or #369).

RGB color model

#486AA2 color RGB value is (72,106,162).

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

RGB channels and saturation

R 72 of 255 = 28%
G 106 of 255 = 42%
B 162 of 255 = 64%

72
106
162

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

Portions of RGB colors in percentages

R + G + B =
72 + 106 + 162 = 340 (100%)
R 72 of 340 ~ 21.18%
G 106 of 340 ~ 31.18%
B 162 of 340 ~ 47.65%

%21.18
%31.18
%47.65

CMYK color model

#486AA2 color CMYK value is (56,35,0,36).

  • cyan value is 55.56%
  • magenta value is 34.57%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(56,35,0,36)
C56M35Y0K36 
(56%,35%,0%,36%)
(0.56/0.35/0.00/0.36)	

CMYK percentages

%55.56
%34.57
%0
%36.47

Codes

Color #486AA2 in popluar color models

486AA2
RGB72106162
HSL217°38.46%45.88%
HSB/HSV217°55.56%63.53%
CMYK55.56%34.57%0.00%
36.47%

Color #486AA2 in popluar number systems.

HEX486AA2
Decimal72106162
Binary1001000110101010100010
Octal110152242

Shades and tints

Shades of #486AA2

#486AA2
(72,106,162)
#426194
(66,97,148)
#3C5886
(60,88,134)
#364F78
(54,79,120)
#30466A
(48,70,106)
#2A3D5C
(42,61,92)
#24344E
(36,52,78)
#1E2B40
(30,43,64)
#182232
(24,34,50)
#121924
(18,25,36)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #486AA2

#486AA2
(72,106,162)
#5877AA
(88,119,170)
#6884B2
(104,132,178)
#7891BA
(120,145,186)
#889EC2
(136,158,194)
#98ABCA
(152,171,202)
#A8B8D2
(168,184,210)
#B8C5DA
(184,197,218)
#C8D2E2
(200,210,226)
#D8DFEA
(216,223,234)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486AA2; }

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

This text font color is #486AA2.


Background Color

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

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

This div background color is #486AA2.


Border color

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

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

This div border color is #486AA2.


Opacity

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

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

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

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

This text has shadow with #486AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #486AA2 on black background.


Color preview on white background

This text has color #486AA2 on white background.



Black color preview on #486AA2 background

This text has black color on #486AA2 background.


White color preview on #486AA2 background

This text has white color on #486AA2 background.