COLOR #485EA3

HEX: #485EA3 RGB: (72,94,163)

Color info

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

RGB color model

#485EA3 color RGB value is (72,94,163).

RGB: (72,94,163) (28%, 37%, 64%)

RGB channels and saturation

R 72 of 255 = 28%
G 94 of 255 = 37%
B 163 of 255 = 64%

72
94
163

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

Portions of RGB colors in percentages

R + G + B = 72 + 94 + 163 = 329 (100%)
R 72 of 329 ~ 21.88%
G 94 of 329 ~ 28.57%
B 163 of 329 ~ 49.54'%

%21.88
%28.57
%49.54

CMYK color model

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

  • cyan value is 55.83%
  • magenta value is 42.33%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (56,42,0,36)
C56M42Y0K36 (56%, 42%, 0%, 36%)
(0.56 / 0.42 / 0.00 / 0.36)

CMYK percentages

%55.83
%42.33
%0
%36.08

Codes

Color #485EA3 in popluar color models

48 5E A3
RGB 72 94 163
HSL 225° 38.72% 46.08%
HSB/HSV 225° 55.83% 63.92%
CMYK 55.83% 42.33% 0.00%
36.08%

Color #485EA3 in popluar number systems.

HEX 48 5E A3
Decimal 72 94 163
Binary 1001000 1011110 10100011
Octal 110 136 243

Shades and tints

Shades of #485EA3

#485EA3
(72,94,163)
#425695
(66,86,149)
#3C4E87
(60,78,135)
#364679
(54,70,121)
#303E6B
(48,62,107)
#2A365D
(42,54,93)
#242E4F
(36,46,79)
#1E2641
(30,38,65)
#181E33
(24,30,51)
#121625
(18,22,37)
#0C0E17
(12,14,23)
#000000
(0,0,0)

Tints of #485EA3

#485EA3
(72,94,163)
#586CAB
(88,108,171)
#687AB3
(104,122,179)
#7888BB
(120,136,187)
#8896C3
(136,150,195)
#98A4CB
(152,164,203)
#A8B2D3
(168,178,211)
#B8C0DB
(184,192,219)
#C8CEE3
(200,206,227)
#D8DCEB
(216,220,235)
#E8EAF3
(232,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485EA3 color. Also use rgb(72,94,163) instead hex code.

Text Font Color

.myTextColor { color: #485EA3; }

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

This text font color is #485EA3.

Background Color

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

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

This div background color is #485EA3.

Border color

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

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

This div border color is #485EA3.

Opacity

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

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

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

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

This text has shadow with #485EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485EA3.

Preview

Color preview on black background

This text has color #485EA3 on black background.


Color preview on white background

This text has color #485EA3 on white background.


Black color preview on #485EA3 background

This text has black color on #485EA3 background.


White color preview on #485EA3 background

This text has white color on #485EA3 background.


Related colors

Complementary color

Complementary color for #hex is #B7A15C.


I love getcolorcode.com

Triadic colors

1 #A3485E and #5EA348 with #485EA3 are triadic colors.

2 #A35E48 and #5E48A3 with #485EA3 are triadic colors.