COLOR #486DB2

HEX: #486DB2 RGB: (72,109,178)

Color info

#486DB2 contains mainly blue color. Web safe color of #486DB2 is #336699 (or #369).

RGB color model

#486DB2 color RGB value is (72,109,178).

RGB: (72,109,178) (28%, 43%, 70%)

RGB channels and saturation

R 72 of 255 = 28%
G 109 of 255 = 43%
B 178 of 255 = 70%

72
109
178

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

Portions of RGB colors in percentages

R + G + B = 72 + 109 + 178 = 359 (100%)
R 72 of 359 ~ 20.06%
G 109 of 359 ~ 30.36%
B 178 of 359 ~ 49.58'%

%20.06
%30.36
%49.58

CMYK color model

#486DB2 color CMYK value is (60,39,0,30).

  • cyan value is 59.55%
  • magenta value is 38.76%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK: (60,39,0,30) C60M39Y0K30 (60%,39%,0%,30%) (0.60/0.39/0.00/0.30) 

CMYK percentages

%59.55
%38.76
%0
%30.2

Codes

Color #486DB2 in popluar color models

48 6D B2
RGB 72 109 178
HSL 219° 42.40% 49.02%
HSB/HSV 219° 59.55% 69.80%
CMYK 59.55% 38.76% 0.00%
30.20%

Color #486DB2 in popluar number systems.

HEX 48 6D B2
Decimal 72 109 178
Binary 1001000 1101101 10110010
Octal 110 155 262

Shades and tints

Shades of #486DB2

#486DB2
(72,109,178)
#4264A2
(66,100,162)
#3C5B92
(60,91,146)
#365282
(54,82,130)
#304972
(48,73,114)
#2A4062
(42,64,98)
#243752
(36,55,82)
#1E2E42
(30,46,66)
#182532
(24,37,50)
#121C22
(18,28,34)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #486DB2

#486DB2
(72,109,178)
#587AB9
(88,122,185)
#6887C0
(104,135,192)
#7894C7
(120,148,199)
#88A1CE
(136,161,206)
#98AED5
(152,174,213)
#A8BBDC
(168,187,220)
#B8C8E3
(184,200,227)
#C8D5EA
(200,213,234)
#D8E2F1
(216,226,241)
#E8EFF8
(232,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486DB2 color. Also use rgb(72,109,178) instead hex code.

Text Font Color

.myTextColor { color: #486DB2; }

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

This text font color is #486DB2.

Background Color

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

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

This div background color is #486DB2.

Border color

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

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

This div border color is #486DB2.

Opacity

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

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

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

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

This text has shadow with #486DB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486DB2.

Preview

Color preview on black background

This text has color #486DB2 on black background.


Color preview on white background

This text has color #486DB2 on white background.


Black color preview on #486DB2 background

This text has black color on #486DB2 background.


White color preview on #486DB2 background

This text has white color on #486DB2 background.


Related colors

Complementary color

Complementary color for #hex is #B7924D.


I love getcolorcode.com

Triadic colors

1 #B2486D and #6DB248 with #486DB2 are triadic colors.

2 #B26D48 and #6D48B2 with #486DB2 are triadic colors.