COLOR #486E81

HEX: #486E81 RGB: (72,110,129)

Color info

#486E81 contains red, green and blue colors in about the same proportion. Web safe color of #486E81 is #336699 (or #369).

RGB color model

#486E81 color RGB value is (72,110,129).

RGB: (72,110,129) (28%, 43%, 51%)

RGB channels and saturation

R 72 of 255 = 28%
G 110 of 255 = 43%
B 129 of 255 = 51%

72
110
129

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

Portions of RGB colors in percentages

R + G + B = 72 + 110 + 129 = 311 (100%)
R 72 of 311 ~ 23.15%
G 110 of 311 ~ 35.37%
B 129 of 311 ~ 41.48'%

%23.15
%35.37
%41.48

CMYK color model

#486E81 color CMYK value is (44,15,0,49).

  • cyan value is 44.19%
  • magenta value is 14.73%
  • yellow value is 0.00%
  • key color value is 49.41%

CMYK: (44,15,0,49)
C44M15Y0K49 (44%, 15%, 0%, 49%)
(0.44 / 0.15 / 0.00 / 0.49)

CMYK percentages

%44.19
%14.73
%0
%49.41

Codes

Color #486E81 in popluar color models

48 6E 81
RGB 72 110 129
HSL 200° 28.36% 39.41%
HSB/HSV 200° 44.19% 50.59%
CMYK 44.19% 14.73% 0.00%
49.41%

Color #486E81 in popluar number systems.

HEX 48 6E 81
Decimal 72 110 129
Binary 1001000 1101110 10000001
Octal 110 156 201

Shades and tints

Shades of #486E81

#486E81
(72,110,129)
#426476
(66,100,118)
#3C5A6B
(60,90,107)
#365060
(54,80,96)
#304655
(48,70,85)
#2A3C4A
(42,60,74)
#24323F
(36,50,63)
#1E2834
(30,40,52)
#181E29
(24,30,41)
#12141E
(18,20,30)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #486E81

#486E81
(72,110,129)
#587B8C
(88,123,140)
#688897
(104,136,151)
#7895A2
(120,149,162)
#88A2AD
(136,162,173)
#98AFB8
(152,175,184)
#A8BCC3
(168,188,195)
#B8C9CE
(184,201,206)
#C8D6D9
(200,214,217)
#D8E3E4
(216,227,228)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486E81; }

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

This text font color is #486E81.

Background Color

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

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

This div background color is #486E81.

Border color

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

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

This div border color is #486E81.

Opacity

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

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

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

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

This text has shadow with #486E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #486E81.

Preview

Color preview on black background

This text has color #486E81 on black background.


Color preview on white background

This text has color #486E81 on white background.


Black color preview on #486E81 background

This text has black color on #486E81 background.


White color preview on #486E81 background

This text has white color on #486E81 background.


Related colors

Complementary color

Complementary color for #hex is #B7917E.


I love getcolorcode.com

Triadic colors

1 #81486E and #6E8148 with #486E81 are triadic colors.

2 #816E48 and #6E4881 with #486E81 are triadic colors.