COLOR #486B7E

HEX: #486B7E RGB: (72,107,126)

Color info

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

RGB color model

#486B7E color RGB value is (72,107,126).

RGB: (72,107,126) (28%, 42%, 49%)

RGB channels and saturation

R 72 of 255 = 28%
G 107 of 255 = 42%
B 126 of 255 = 49%

72
107
126

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

Portions of RGB colors in percentages

R + G + B = 72 + 107 + 126 = 305 (100%)
R 72 of 305 ~ 23.61%
G 107 of 305 ~ 35.08%
B 126 of 305 ~ 41.31'%

%23.61
%35.08
%41.31

CMYK color model

#486B7E color CMYK value is (43,15,0,51).

  • cyan value is 42.86%
  • magenta value is 15.08%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (43,15,0,51)
C43M15Y0K51 (43%, 15%, 0%, 51%)
(0.43 / 0.15 / 0.00 / 0.51)

CMYK percentages

%42.86
%15.08
%0
%50.59

Codes

Color #486B7E in popluar color models

48 6B 7E
RGB 72 107 126
HSL 201° 27.27% 38.82%
HSB/HSV 201° 42.86% 49.41%
CMYK 42.86% 15.08% 0.00%
50.59%

Color #486B7E in popluar number systems.

HEX 48 6B 7E
Decimal 72 107 126
Binary 1001000 1101011 1111110
Octal 110 153 176

Shades and tints

Shades of #486B7E

#486B7E
(72,107,126)
#426273
(66,98,115)
#3C5968
(60,89,104)
#36505D
(54,80,93)
#304752
(48,71,82)
#2A3E47
(42,62,71)
#24353C
(36,53,60)
#1E2C31
(30,44,49)
#182326
(24,35,38)
#121A1B
(18,26,27)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #486B7E

#486B7E
(72,107,126)
#587889
(88,120,137)
#688594
(104,133,148)
#78929F
(120,146,159)
#889FAA
(136,159,170)
#98ACB5
(152,172,181)
#A8B9C0
(168,185,192)
#B8C6CB
(184,198,203)
#C8D3D6
(200,211,214)
#D8E0E1
(216,224,225)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #486B7E color. Also use rgb(72,107,126) instead hex code.

Text Font Color

.myTextColor { color: #486B7E; }

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

This text font color is #486B7E.

Background Color

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

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

This div background color is #486B7E.

Border color

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

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

This div border color is #486B7E.

Opacity

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

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

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

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

This text has shadow with #486B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486B7E.

Preview

Color preview on black background

This text has color #486B7E on black background.


Color preview on white background

This text has color #486B7E on white background.


Black color preview on #486B7E background

This text has black color on #486B7E background.


White color preview on #486B7E background

This text has white color on #486B7E background.


Related colors

Complementary color

Complementary color for #hex is #B79481.


I love getcolorcode.com

Triadic colors

1 #7E486B and #6B7E48 with #486B7E are triadic colors.

2 #7E6B48 and #6B487E with #486B7E are triadic colors.