COLOR #4865AB

HEX: #4865AB
RGB: (72,101,171)

Color info

#4865AB contains mainly blue color. Web safe color of #4865AB is #336699 (or #369).

RGB color model

#4865AB color RGB value is (72,101,171).

  • red value is 72;
  • green value is 101;
  • blue value is 171.
RGB:
(72,101,171)
(28%,40%,67%)

RGB channels and saturation

R 72 of 255 = 28%
G 101 of 255 = 40%
B 171 of 255 = 67%

72
101
171

R + G + B ~ 45%. #4865AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 101 + 171 = 344 (100%)
R 72 of 344 ~ 20.93%
G 101 of 344 ~ 29.36%
B 171 of 344 ~ 49.71%

%20.93
%29.36
%49.71

CMYK color model

#4865AB color CMYK value is (58,41,0,33).

  • cyan value is 57.89%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(58,41,0,33)
C58M41Y0K33 
(58%,41%,0%,33%)
(0.58/0.41/0.00/0.33)	

CMYK percentages

%57.89
%40.94
%0
%32.94

Codes

Color #4865AB in popluar color models

4865AB
RGB72101171
HSL222°40.74%47.65%
HSB/HSV222°57.89%67.06%
CMYK57.89%40.94%0.00%
32.94%

Color #4865AB in popluar number systems.

HEX4865AB
Decimal72101171
Binary1001000110010110101011
Octal110145253

Shades and tints

Shades of #4865AB

#4865AB
(72,101,171)
#425C9C
(66,92,156)
#3C538D
(60,83,141)
#364A7E
(54,74,126)
#30416F
(48,65,111)
#2A3860
(42,56,96)
#242F51
(36,47,81)
#1E2642
(30,38,66)
#181D33
(24,29,51)
#121424
(18,20,36)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #4865AB

#4865AB
(72,101,171)
#5873B2
(88,115,178)
#6881B9
(104,129,185)
#788FC0
(120,143,192)
#889DC7
(136,157,199)
#98ABCE
(152,171,206)
#A8B9D5
(168,185,213)
#B8C7DC
(184,199,220)
#C8D5E3
(200,213,227)
#D8E3EA
(216,227,234)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4865AB color. Also use rgb(72,101,171) instead hex code.

Text Font Color

.myTextColor { color: #4865AB; }

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

This text font color is #4865AB.


Background Color

.myBgColor { background-color: #4865AB; }

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

This div background color is #4865AB.


Border color

.myBorderColor { border: 1px solid #4865AB; }

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

This div border color is #4865AB.


Opacity

.myOpacity80 { color: #4865AB; opacity: 0.8; }

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

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

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

This text has shadow with #4865AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4865AB on black background.


Color preview on white background

This text has color #4865AB on white background.



Black color preview on #4865AB background

This text has black color on #4865AB background.


White color preview on #4865AB background

This text has white color on #4865AB background.