COLOR #485482

HEX: #485482
RGB: (72,84,130)

Color info

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

RGB color model

#485482 color RGB value is (72,84,130).

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

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 130 of 255 = 51%

72
84
130

R + G + B ~ 37%. #485482 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 130 = 286 (100%)
R 72 of 286 ~ 25.17%
G 84 of 286 ~ 29.37%
B 130 of 286 ~ 45.45%

%25.17
%29.37
%45.45

CMYK color model

#485482 color CMYK value is (45,35,0,49).

  • cyan value is 44.62%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(45,35,0,49)
C45M35Y0K49 
(45%,35%,0%,49%)
(0.45/0.35/0.00/0.49)	

CMYK percentages

%44.62
%35.38
%0
%49.02

Codes

Color #485482 in popluar color models

485482
RGB7284130
HSL228°28.71%39.61%
HSB/HSV228°44.62%50.98%
CMYK44.62%35.38%0.00%
49.02%

Color #485482 in popluar number systems.

HEX485482
Decimal7284130
Binary1001000101010010000010
Octal110124202

Shades and tints

Shades of #485482

#485482
(72,84,130)
#424D77
(66,77,119)
#3C466C
(60,70,108)
#363F61
(54,63,97)
#303856
(48,56,86)
#2A314B
(42,49,75)
#242A40
(36,42,64)
#1E2335
(30,35,53)
#181C2A
(24,28,42)
#12151F
(18,21,31)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #485482

#485482
(72,84,130)
#58638D
(88,99,141)
#687298
(104,114,152)
#7881A3
(120,129,163)
#8890AE
(136,144,174)
#989FB9
(152,159,185)
#A8AEC4
(168,174,196)
#B8BDCF
(184,189,207)
#C8CCDA
(200,204,218)
#D8DBE5
(216,219,229)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485482; }

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

This text font color is #485482.


Background Color

.myBgColor { background-color: #485482; }

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

This div background color is #485482.


Border color

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

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

This div border color is #485482.


Opacity

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

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

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

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

This text has shadow with #485482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485482 on black background.


Color preview on white background

This text has color #485482 on white background.



Black color preview on #485482 background

This text has black color on #485482 background.


White color preview on #485482 background

This text has white color on #485482 background.