COLOR #485469

HEX: #485469
RGB: (72,84,105)

Color info

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

RGB color model

#485469 color RGB value is (72,84,105).

  • red value is 72;
  • green value is 84;
  • blue value is 105.
RGB:
(72,84,105)
(28%,33%,41%)

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 105 of 255 = 41%

72
84
105

R + G + B ~ 34%. #485469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 105 = 261 (100%)
R 72 of 261 ~ 27.59%
G 84 of 261 ~ 32.18%
B 105 of 261 ~ 40.23%

%27.59
%32.18
%40.23

CMYK color model

#485469 color CMYK value is (31,20,0,59).

  • cyan value is 31.43%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(31,20,0,59)
C31M20Y0K59 
(31%,20%,0%,59%)
(0.31/0.20/0.00/0.59)	

CMYK percentages

%31.43
%20
%0
%58.82

Codes

Color #485469 in popluar color models

485469
RGB7284105
HSL218°18.64%34.71%
HSB/HSV218°31.43%41.18%
CMYK31.43%20.00%0.00%
58.82%

Color #485469 in popluar number systems.

HEX485469
Decimal7284105
Binary100100010101001101001
Octal110124151

Shades and tints

Shades of #485469

#485469
(72,84,105)
#424D60
(66,77,96)
#3C4657
(60,70,87)
#363F4E
(54,63,78)
#303845
(48,56,69)
#2A313C
(42,49,60)
#242A33
(36,42,51)
#1E232A
(30,35,42)
#181C21
(24,28,33)
#121518
(18,21,24)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #485469

#485469
(72,84,105)
#586376
(88,99,118)
#687283
(104,114,131)
#788190
(120,129,144)
#88909D
(136,144,157)
#989FAA
(152,159,170)
#A8AEB7
(168,174,183)
#B8BDC4
(184,189,196)
#C8CCD1
(200,204,209)
#D8DBDE
(216,219,222)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485469 color. Also use rgb(72,84,105) instead hex code.

Text Font Color

.myTextColor { color: #485469; }

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

This text font color is #485469.


Background Color

.myBgColor { background-color: #485469; }

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

This div background color is #485469.


Border color

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

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

This div border color is #485469.


Opacity

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

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

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

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

This text has shadow with #485469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485469 on black background.


Color preview on white background

This text has color #485469 on white background.



Black color preview on #485469 background

This text has black color on #485469 background.


White color preview on #485469 background

This text has white color on #485469 background.