COLOR #486A9D

HEX: #486A9D RGB: (72,106,157)

Color info

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

RGB color model

#486A9D color RGB value is (72,106,157).

RGB: (72,106,157) (28%, 42%, 62%)

RGB channels and saturation

R 72 of 255 = 28%
G 106 of 255 = 42%
B 157 of 255 = 62%

72
106
157

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

Portions of RGB colors in percentages

R + G + B = 72 + 106 + 157 = 335 (100%)
R 72 of 335 ~ 21.49%
G 106 of 335 ~ 31.64%
B 157 of 335 ~ 46.87'%

%21.49
%31.64
%46.87

CMYK color model

#486A9D color CMYK value is (54,32,0,38).

  • cyan value is 54.14%
  • magenta value is 32.48%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (54,32,0,38)
C54M32Y0K38 (54%, 32%, 0%, 38%)
(0.54 / 0.32 / 0.00 / 0.38)

CMYK percentages

%54.14
%32.48
%0
%38.43

Codes

Color #486A9D in popluar color models

48 6A 9D
RGB 72 106 157
HSL 216° 37.12% 44.90%
HSB/HSV 216° 54.14% 61.57%
CMYK 54.14% 32.48% 0.00%
38.43%

Color #486A9D in popluar number systems.

HEX 48 6A 9D
Decimal 72 106 157
Binary 1001000 1101010 10011101
Octal 110 152 235

Shades and tints

Shades of #486A9D

#486A9D
(72,106,157)
#42618F
(66,97,143)
#3C5881
(60,88,129)
#364F73
(54,79,115)
#304665
(48,70,101)
#2A3D57
(42,61,87)
#243449
(36,52,73)
#1E2B3B
(30,43,59)
#18222D
(24,34,45)
#12191F
(18,25,31)
#0C1011
(12,16,17)
#000000
(0,0,0)

Tints of #486A9D

#486A9D
(72,106,157)
#5877A5
(88,119,165)
#6884AD
(104,132,173)
#7891B5
(120,145,181)
#889EBD
(136,158,189)
#98ABC5
(152,171,197)
#A8B8CD
(168,184,205)
#B8C5D5
(184,197,213)
#C8D2DD
(200,210,221)
#D8DFE5
(216,223,229)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486A9D; }

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

This text font color is #486A9D.

Background Color

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

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

This div background color is #486A9D.

Border color

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

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

This div border color is #486A9D.

Opacity

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

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

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

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

This text has shadow with #486A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486A9D.

Preview

Color preview on black background

This text has color #486A9D on black background.


Color preview on white background

This text has color #486A9D on white background.


Black color preview on #486A9D background

This text has black color on #486A9D background.


White color preview on #486A9D background

This text has white color on #486A9D background.


Related colors

Complementary color

Complementary color for #hex is #B79562.


I love getcolorcode.com

Triadic colors

1 #9D486A and #6A9D48 with #486A9D are triadic colors.

2 #9D6A48 and #6A489D with #486A9D are triadic colors.