COLOR #485971

HEX: #485971
RGB: (72,89,113)

Color info

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

RGB color model

#485971 color RGB value is (72,89,113).

  • red value is 72;
  • green value is 89;
  • blue value is 113.
RGB:
(72,89,113)
(28%,35%,44%)

RGB channels and saturation

R 72 of 255 = 28%
G 89 of 255 = 35%
B 113 of 255 = 44%

72
89
113

R + G + B ~ 36%. #485971 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 89 + 113 = 274 (100%)
R 72 of 274 ~ 26.28%
G 89 of 274 ~ 32.48%
B 113 of 274 ~ 41.24%

%26.28
%32.48
%41.24

CMYK color model

#485971 color CMYK value is (36,21,0,56).

  • cyan value is 36.28%
  • magenta value is 21.24%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(36,21,0,56)
C36M21Y0K56 
(36%,21%,0%,56%)
(0.36/0.21/0.00/0.56)	

CMYK percentages

%36.28
%21.24
%0
%55.69

Codes

Color #485971 in popluar color models

485971
RGB7289113
HSL215°22.16%36.27%
HSB/HSV215°36.28%44.31%
CMYK36.28%21.24%0.00%
55.69%

Color #485971 in popluar number systems.

HEX485971
Decimal7289113
Binary100100010110011110001
Octal110131161

Shades and tints

Shades of #485971

#485971
(72,89,113)
#425167
(66,81,103)
#3C495D
(60,73,93)
#364153
(54,65,83)
#303949
(48,57,73)
#2A313F
(42,49,63)
#242935
(36,41,53)
#1E212B
(30,33,43)
#181921
(24,25,33)
#121117
(18,17,23)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #485971

#485971
(72,89,113)
#58687D
(88,104,125)
#687789
(104,119,137)
#788695
(120,134,149)
#8895A1
(136,149,161)
#98A4AD
(152,164,173)
#A8B3B9
(168,179,185)
#B8C2C5
(184,194,197)
#C8D1D1
(200,209,209)
#D8E0DD
(216,224,221)
#E8EFE9
(232,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485971 color. Also use rgb(72,89,113) instead hex code.

Text Font Color

.myTextColor { color: #485971; }

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

This text font color is #485971.


Background Color

.myBgColor { background-color: #485971; }

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

This div background color is #485971.


Border color

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

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

This div border color is #485971.


Opacity

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

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

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

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

This text has shadow with #485971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485971 on black background.


Color preview on white background

This text has color #485971 on white background.



Black color preview on #485971 background

This text has black color on #485971 background.


White color preview on #485971 background

This text has white color on #485971 background.