COLOR #485976

HEX: #485976
RGB: (72,89,118)

Color info

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

RGB color model

#485976 color RGB value is (72,89,118).

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

RGB channels and saturation

R 72 of 255 = 28%
G 89 of 255 = 35%
B 118 of 255 = 46%

72
89
118

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

Portions of RGB colors in percentages

R + G + B =
72 + 89 + 118 = 279 (100%)
R 72 of 279 ~ 25.81%
G 89 of 279 ~ 31.9%
B 118 of 279 ~ 42.29%

%25.81
%31.9
%42.29

CMYK color model

#485976 color CMYK value is (39,25,0,54).

  • cyan value is 38.98%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(39,25,0,54)
C39M25Y0K54 
(39%,25%,0%,54%)
(0.39/0.25/0.00/0.54)	

CMYK percentages

%38.98
%24.58
%0
%53.73

Codes

Color #485976 in popluar color models

485976
RGB7289118
HSL218°24.21%37.25%
HSB/HSV218°38.98%46.27%
CMYK38.98%24.58%0.00%
53.73%

Color #485976 in popluar number systems.

HEX485976
Decimal7289118
Binary100100010110011110110
Octal110131166

Shades and tints

Shades of #485976

#485976
(72,89,118)
#42516C
(66,81,108)
#3C4962
(60,73,98)
#364158
(54,65,88)
#30394E
(48,57,78)
#2A3144
(42,49,68)
#24293A
(36,41,58)
#1E2130
(30,33,48)
#181926
(24,25,38)
#12111C
(18,17,28)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #485976

#485976
(72,89,118)
#586882
(88,104,130)
#68778E
(104,119,142)
#78869A
(120,134,154)
#8895A6
(136,149,166)
#98A4B2
(152,164,178)
#A8B3BE
(168,179,190)
#B8C2CA
(184,194,202)
#C8D1D6
(200,209,214)
#D8E0E2
(216,224,226)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485976; }

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

This text font color is #485976.


Background Color

.myBgColor { background-color: #485976; }

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

This div background color is #485976.


Border color

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

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

This div border color is #485976.


Opacity

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

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

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

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

This text has shadow with #485976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485976 on black background.


Color preview on white background

This text has color #485976 on white background.



Black color preview on #485976 background

This text has black color on #485976 background.


White color preview on #485976 background

This text has white color on #485976 background.