COLOR #486C7F

HEX: #486C7F RGB: (72,108,127)

Color info

#486C7F contains red, green and blue colors in about the same proportion. Web safe color of #486C7F is #336666 (or #366).

RGB color model

#486C7F color RGB value is (72,108,127).

RGB: (72,108,127) (28%, 42%, 50%)

RGB channels and saturation

R 72 of 255 = 28%
G 108 of 255 = 42%
B 127 of 255 = 50%

72
108
127

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

Portions of RGB colors in percentages

R + G + B = 72 + 108 + 127 = 307 (100%)
R 72 of 307 ~ 23.45%
G 108 of 307 ~ 35.18%
B 127 of 307 ~ 41.37'%

%23.45
%35.18
%41.37

CMYK color model

#486C7F color CMYK value is (43,15,0,50).

  • cyan value is 43.31%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (43,15,0,50) C43M15Y0K50 (43%,15%,0%,50%) (0.43/0.15/0.00/0.50) 

CMYK percentages

%43.31
%14.96
%0
%50.2

Codes

Color #486C7F in popluar color models

48 6C 7F
RGB 72 108 127
HSL 201° 27.64% 39.02%
HSB/HSV 201° 43.31% 49.80%
CMYK 43.31% 14.96% 0.00%
50.20%

Color #486C7F in popluar number systems.

HEX 48 6C 7F
Decimal 72 108 127
Binary 1001000 1101100 1111111
Octal 110 154 177

Shades and tints

Shades of #486C7F

#486C7F
(72,108,127)
#426374
(66,99,116)
#3C5A69
(60,90,105)
#36515E
(54,81,94)
#304853
(48,72,83)
#2A3F48
(42,63,72)
#24363D
(36,54,61)
#1E2D32
(30,45,50)
#182427
(24,36,39)
#121B1C
(18,27,28)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #486C7F

#486C7F
(72,108,127)
#58798A
(88,121,138)
#688695
(104,134,149)
#7893A0
(120,147,160)
#88A0AB
(136,160,171)
#98ADB6
(152,173,182)
#A8BAC1
(168,186,193)
#B8C7CC
(184,199,204)
#C8D4D7
(200,212,215)
#D8E1E2
(216,225,226)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486C7F color. Also use rgb(72,108,127) instead hex code.

Text Font Color

.myTextColor { color: #486C7F; }

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

This text font color is #486C7F.

Background Color

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

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

This div background color is #486C7F.

Border color

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

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

This div border color is #486C7F.

Opacity

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

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

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

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

This text has shadow with #486C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486C7F.

Preview

Color preview on black background

This text has color #486C7F on black background.


Color preview on white background

This text has color #486C7F on white background.


Black color preview on #486C7F background

This text has black color on #486C7F background.


White color preview on #486C7F background

This text has white color on #486C7F background.


Related colors

Complementary color

Complementary color for #hex is #B79380.


I love getcolorcode.com

Triadic colors

1 #7F486C and #6C7F48 with #486C7F are triadic colors.

2 #7F6C48 and #6C487F with #486C7F are triadic colors.