COLOR #486EB4

HEX: #486EB4 RGB: (72,110,180)

Color info

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

RGB color model

#486EB4 color RGB value is (72,110,180).

RGB: (72,110,180) (28%, 43%, 71%)

RGB channels and saturation

R 72 of 255 = 28%
G 110 of 255 = 43%
B 180 of 255 = 71%

72
110
180

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

Portions of RGB colors in percentages

R + G + B = 72 + 110 + 180 = 362 (100%)
R 72 of 362 ~ 19.89%
G 110 of 362 ~ 30.39%
B 180 of 362 ~ 49.72'%

%19.89
%30.39
%49.72

CMYK color model

#486EB4 color CMYK value is (60,39,0,29).

  • cyan value is 60.00%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (60,39,0,29)
C60M39Y0K29 (60%, 39%, 0%, 29%)
(0.60 / 0.39 / 0.00 / 0.29)

CMYK percentages

%60
%38.89
%0
%29.41

Codes

Color #486EB4 in popluar color models

48 6E B4
RGB 72 110 180
HSL 219° 42.86% 49.41%
HSB/HSV 219° 60.00% 70.59%
CMYK 60.00% 38.89% 0.00%
29.41%

Color #486EB4 in popluar number systems.

HEX 48 6E B4
Decimal 72 110 180
Binary 1001000 1101110 10110100
Octal 110 156 264

Shades and tints

Shades of #486EB4

#486EB4
(72,110,180)
#4264A4
(66,100,164)
#3C5A94
(60,90,148)
#365084
(54,80,132)
#304674
(48,70,116)
#2A3C64
(42,60,100)
#243254
(36,50,84)
#1E2844
(30,40,68)
#181E34
(24,30,52)
#121424
(18,20,36)
#0C0A14
(12,10,20)
#000000
(0,0,0)

Tints of #486EB4

#486EB4
(72,110,180)
#587BBA
(88,123,186)
#6888C0
(104,136,192)
#7895C6
(120,149,198)
#88A2CC
(136,162,204)
#98AFD2
(152,175,210)
#A8BCD8
(168,188,216)
#B8C9DE
(184,201,222)
#C8D6E4
(200,214,228)
#D8E3EA
(216,227,234)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486EB4 color. Also use rgb(72,110,180) instead hex code.

Text Font Color

.myTextColor { color: #486EB4; }

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

This text font color is #486EB4.

Background Color

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

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

This div background color is #486EB4.

Border color

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

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

This div border color is #486EB4.

Opacity

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

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

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

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

This text has shadow with #486EB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486EB4.

Preview

Color preview on black background

This text has color #486EB4 on black background.


Color preview on white background

This text has color #486EB4 on white background.


Black color preview on #486EB4 background

This text has black color on #486EB4 background.


White color preview on #486EB4 background

This text has white color on #486EB4 background.


Related colors

Complementary color

Complementary color for #hex is #B7914B.


I love getcolorcode.com

Triadic colors

1 #B4486E and #6EB448 with #486EB4 are triadic colors.

2 #B46E48 and #6E48B4 with #486EB4 are triadic colors.