COLOR #4859A5

HEX: #4859A5
RGB: (72,89,165)

Color info

#4859A5 contains mainly blue color. Web safe color of #4859A5 is #336699 (or #369).

RGB color model

#4859A5 color RGB value is (72,89,165).

  • red value is 72;
  • green value is 89;
  • blue value is 165.
RGB:
(72,89,165)
(28%,35%,65%)

RGB channels and saturation

R 72 of 255 = 28%
G 89 of 255 = 35%
B 165 of 255 = 65%

72
89
165

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

Portions of RGB colors in percentages

R + G + B =
72 + 89 + 165 = 326 (100%)
R 72 of 326 ~ 22.09%
G 89 of 326 ~ 27.3%
B 165 of 326 ~ 50.61%

%22.09
%27.3
%50.61

CMYK color model

#4859A5 color CMYK value is (56,46,0,35).

  • cyan value is 56.36%
  • magenta value is 46.06%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(56,46,0,35)
C56M46Y0K35 
(56%,46%,0%,35%)
(0.56/0.46/0.00/0.35)	

CMYK percentages

%56.36
%46.06
%0
%35.29

Codes

Color #4859A5 in popluar color models

4859A5
RGB7289165
HSL229°39.24%46.47%
HSB/HSV229°56.36%64.71%
CMYK56.36%46.06%0.00%
35.29%

Color #4859A5 in popluar number systems.

HEX4859A5
Decimal7289165
Binary1001000101100110100101
Octal110131245

Shades and tints

Shades of #4859A5

#4859A5
(72,89,165)
#425196
(66,81,150)
#3C4987
(60,73,135)
#364178
(54,65,120)
#303969
(48,57,105)
#2A315A
(42,49,90)
#24294B
(36,41,75)
#1E213C
(30,33,60)
#18192D
(24,25,45)
#12111E
(18,17,30)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #4859A5

#4859A5
(72,89,165)
#5868AD
(88,104,173)
#6877B5
(104,119,181)
#7886BD
(120,134,189)
#8895C5
(136,149,197)
#98A4CD
(152,164,205)
#A8B3D5
(168,179,213)
#B8C2DD
(184,194,221)
#C8D1E5
(200,209,229)
#D8E0ED
(216,224,237)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4859A5 color. Also use rgb(72,89,165) instead hex code.

Text Font Color

.myTextColor { color: #4859A5; }

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

This text font color is #4859A5.


Background Color

.myBgColor { background-color: #4859A5; }

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

This div background color is #4859A5.


Border color

.myBorderColor { border: 1px solid #4859A5; }

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

This div border color is #4859A5.


Opacity

.myOpacity80 { color: #4859A5; opacity: 0.8; }

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

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

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

This text has shadow with #4859A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4859A5 on black background.


Color preview on white background

This text has color #4859A5 on white background.



Black color preview on #4859A5 background

This text has black color on #4859A5 background.


White color preview on #4859A5 background

This text has white color on #4859A5 background.