COLOR #485271

HEX: #485271
RGB: (72,82,113)

Color info

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

RGB color model

#485271 color RGB value is (72,82,113).

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

RGB channels and saturation

R 72 of 255 = 28%
G 82 of 255 = 32%
B 113 of 255 = 44%

72
82
113

R + G + B ~ 35%. #485271 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 82 + 113 = 267 (100%)
R 72 of 267 ~ 26.97%
G 82 of 267 ~ 30.71%
B 113 of 267 ~ 42.32%

%26.97
%30.71
%42.32

CMYK color model

#485271 color CMYK value is (36,27,0,56).

  • cyan value is 36.28%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(36,27,0,56)
C36M27Y0K56 
(36%,27%,0%,56%)
(0.36/0.27/0.00/0.56)	

CMYK percentages

%36.28
%27.43
%0
%55.69

Codes

Color #485271 in popluar color models

485271
RGB7282113
HSL225°22.16%36.27%
HSB/HSV225°36.28%44.31%
CMYK36.28%27.43%0.00%
55.69%

Color #485271 in popluar number systems.

HEX485271
Decimal7282113
Binary100100010100101110001
Octal110122161

Shades and tints

Shades of #485271

#485271
(72,82,113)
#424B67
(66,75,103)
#3C445D
(60,68,93)
#363D53
(54,61,83)
#303649
(48,54,73)
#2A2F3F
(42,47,63)
#242835
(36,40,53)
#1E212B
(30,33,43)
#181A21
(24,26,33)
#121317
(18,19,23)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #485271

#485271
(72,82,113)
#58617D
(88,97,125)
#687089
(104,112,137)
#787F95
(120,127,149)
#888EA1
(136,142,161)
#989DAD
(152,157,173)
#A8ACB9
(168,172,185)
#B8BBC5
(184,187,197)
#C8CAD1
(200,202,209)
#D8D9DD
(216,217,221)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485271; }

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

This text font color is #485271.


Background Color

.myBgColor { background-color: #485271; }

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

This div background color is #485271.


Border color

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

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

This div border color is #485271.


Opacity

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

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

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

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

This text has shadow with #485271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485271 on black background.


Color preview on white background

This text has color #485271 on white background.



Black color preview on #485271 background

This text has black color on #485271 background.


White color preview on #485271 background

This text has white color on #485271 background.