COLOR #4965AC

HEX: #4965AC
RGB: (73,101,172)

Color info

#4965AC contains mainly blue color. Web safe color of #4965AC is #336699 (or #369).

RGB color model

#4965AC color RGB value is (73,101,172).

  • red value is 73;
  • green value is 101;
  • blue value is 172.
RGB:
(73,101,172)
(29%,40%,67%)

RGB channels and saturation

R 73 of 255 = 29%
G 101 of 255 = 40%
B 172 of 255 = 67%

73
101
172

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

Portions of RGB colors in percentages

R + G + B =
73 + 101 + 172 = 346 (100%)
R 73 of 346 ~ 21.1%
G 101 of 346 ~ 29.19%
B 172 of 346 ~ 49.71%

%21.1
%29.19
%49.71

CMYK color model

#4965AC color CMYK value is (58,41,0,33).

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

CMYK percentages

%57.56
%41.28
%0
%32.55

Codes

Color #4965AC in popluar color models

4965AC
RGB73101172
HSL223°40.41%48.04%
HSB/HSV223°57.56%67.45%
CMYK57.56%41.28%0.00%
32.55%

Color #4965AC in popluar number systems.

HEX4965AC
Decimal73101172
Binary1001001110010110101100
Octal111145254

Shades and tints

Shades of #4965AC

#4965AC
(73,101,172)
#435C9D
(67,92,157)
#3D538E
(61,83,142)
#374A7F
(55,74,127)
#314170
(49,65,112)
#2B3861
(43,56,97)
#252F52
(37,47,82)
#1F2643
(31,38,67)
#191D34
(25,29,52)
#131425
(19,20,37)
#0D0B16
(13,11,22)
#000000
(0,0,0)

Tints of #4965AC

#4965AC
(73,101,172)
#5973B3
(89,115,179)
#6981BA
(105,129,186)
#798FC1
(121,143,193)
#899DC8
(137,157,200)
#99ABCF
(153,171,207)
#A9B9D6
(169,185,214)
#B9C7DD
(185,199,221)
#C9D5E4
(201,213,228)
#D9E3EB
(217,227,235)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4965AC color. Also use rgb(73,101,172) instead hex code.

Text Font Color

.myTextColor { color: #4965AC; }

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

This text font color is #4965AC.


Background Color

.myBgColor { background-color: #4965AC; }

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

This div background color is #4965AC.


Border color

.myBorderColor { border: 1px solid #4965AC; }

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

This div border color is #4965AC.


Opacity

.myOpacity80 { color: #4965AC; opacity: 0.8; }

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

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

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

This text has shadow with #4965AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4965AC on black background.


Color preview on white background

This text has color #4965AC on white background.



Black color preview on #4965AC background

This text has black color on #4965AC background.


White color preview on #4965AC background

This text has white color on #4965AC background.