COLOR #485FA4

HEX: #485FA4
RGB: (72,95,164)

Color info

#485FA4 contains mainly blue color. Web safe color of #485FA4 is #336699 (or #369).

RGB color model

#485FA4 color RGB value is (72,95,164).

  • red value is 72;
  • green value is 95;
  • blue value is 164.
RGB:
(72,95,164)
(28%,37%,64%)

RGB channels and saturation

R 72 of 255 = 28%
G 95 of 255 = 37%
B 164 of 255 = 64%

72
95
164

R + G + B ~ 43%. #485FA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 95 + 164 = 331 (100%)
R 72 of 331 ~ 21.75%
G 95 of 331 ~ 28.7%
B 164 of 331 ~ 49.55%

%21.75
%28.7
%49.55

CMYK color model

#485FA4 color CMYK value is (56,42,0,36).

  • cyan value is 56.10%
  • magenta value is 42.07%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(56,42,0,36)
C56M42Y0K36 
(56%,42%,0%,36%)
(0.56/0.42/0.00/0.36)	

CMYK percentages

%56.1
%42.07
%0
%35.69

Codes

Color #485FA4 in popluar color models

485FA4
RGB7295164
HSL225°38.98%46.27%
HSB/HSV225°56.10%64.31%
CMYK56.10%42.07%0.00%
35.69%

Color #485FA4 in popluar number systems.

HEX485FA4
Decimal7295164
Binary1001000101111110100100
Octal110137244

Shades and tints

Shades of #485FA4

#485FA4
(72,95,164)
#425796
(66,87,150)
#3C4F88
(60,79,136)
#36477A
(54,71,122)
#303F6C
(48,63,108)
#2A375E
(42,55,94)
#242F50
(36,47,80)
#1E2742
(30,39,66)
#181F34
(24,31,52)
#121726
(18,23,38)
#0C0F18
(12,15,24)
#000000
(0,0,0)

Tints of #485FA4

#485FA4
(72,95,164)
#586DAC
(88,109,172)
#687BB4
(104,123,180)
#7889BC
(120,137,188)
#8897C4
(136,151,196)
#98A5CC
(152,165,204)
#A8B3D4
(168,179,212)
#B8C1DC
(184,193,220)
#C8CFE4
(200,207,228)
#D8DDEC
(216,221,236)
#E8EBF4
(232,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485FA4 color. Also use rgb(72,95,164) instead hex code.

Text Font Color

.myTextColor { color: #485FA4; }

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

This text font color is #485FA4.


Background Color

.myBgColor { background-color: #485FA4; }

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

This div background color is #485FA4.


Border color

.myBorderColor { border: 1px solid #485FA4; }

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

This div border color is #485FA4.


Opacity

.myOpacity80 { color: #485FA4; opacity: 0.8; }

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

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

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

This text has shadow with #485FA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485FA4 on black background.


Color preview on white background

This text has color #485FA4 on white background.



Black color preview on #485FA4 background

This text has black color on #485FA4 background.


White color preview on #485FA4 background

This text has white color on #485FA4 background.