COLOR #486781

HEX: #486781
RGB: (72,103,129)

Color info

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

RGB color model

#486781 color RGB value is (72,103,129).

  • red value is 72;
  • green value is 103;
  • blue value is 129.
RGB:
(72,103,129)
(28%,40%,51%)

RGB channels and saturation

R 72 of 255 = 28%
G 103 of 255 = 40%
B 129 of 255 = 51%

72
103
129

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

Portions of RGB colors in percentages

R + G + B =
72 + 103 + 129 = 304 (100%)
R 72 of 304 ~ 23.68%
G 103 of 304 ~ 33.88%
B 129 of 304 ~ 42.43%

%23.68
%33.88
%42.43

CMYK color model

#486781 color CMYK value is (44,20,0,49).

  • cyan value is 44.19%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(44,20,0,49)
C44M20Y0K49 
(44%,20%,0%,49%)
(0.44/0.20/0.00/0.49)	

CMYK percentages

%44.19
%20.16
%0
%49.41

Codes

Color #486781 in popluar color models

486781
RGB72103129
HSL207°28.36%39.41%
HSB/HSV207°44.19%50.59%
CMYK44.19%20.16%0.00%
49.41%

Color #486781 in popluar number systems.

HEX486781
Decimal72103129
Binary1001000110011110000001
Octal110147201

Shades and tints

Shades of #486781

#486781
(72,103,129)
#425E76
(66,94,118)
#3C556B
(60,85,107)
#364C60
(54,76,96)
#304355
(48,67,85)
#2A3A4A
(42,58,74)
#24313F
(36,49,63)
#1E2834
(30,40,52)
#181F29
(24,31,41)
#12161E
(18,22,30)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #486781

#486781
(72,103,129)
#58748C
(88,116,140)
#688197
(104,129,151)
#788EA2
(120,142,162)
#889BAD
(136,155,173)
#98A8B8
(152,168,184)
#A8B5C3
(168,181,195)
#B8C2CE
(184,194,206)
#C8CFD9
(200,207,217)
#D8DCE4
(216,220,228)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #486781; }

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

This text font color is #486781.


Background Color

.myBgColor { background-color: #486781; }

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

This div background color is #486781.


Border color

.myBorderColor { border: 1px solid #486781; }

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

This div border color is #486781.


Opacity

.myOpacity80 { color: #486781; opacity: 0.8; }

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

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

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

This text has shadow with #486781 color.

.textShadow {text-shadow: 3px 3px 1px #486781, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #486781;
-webkit-box-shadow: 1px 1px 3px 2px #486781;
box-shadow:1px 1px 3px 2px #486781;">
Div content here</div>
This div box has shadow with color #486781.

Preview

Color preview on black background

This text has color #486781 on black background.


Color preview on white background

This text has color #486781 on white background.



Black color preview on #486781 background

This text has black color on #486781 background.


White color preview on #486781 background

This text has white color on #486781 background.