COLOR #4764A5

HEX: #4764A5
RGB: (71,100,165)

Color info

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

RGB color model

#4764A5 color RGB value is (71,100,165).

  • red value is 71;
  • green value is 100;
  • blue value is 165.
RGB:
(71,100,165)
(28%,39%,65%)

RGB channels and saturation

R 71 of 255 = 28%
G 100 of 255 = 39%
B 165 of 255 = 65%

71
100
165

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

Portions of RGB colors in percentages

R + G + B =
71 + 100 + 165 = 336 (100%)
R 71 of 336 ~ 21.13%
G 100 of 336 ~ 29.76%
B 165 of 336 ~ 49.11%

%21.13
%29.76
%49.11

CMYK color model

#4764A5 color CMYK value is (57,39,0,35).

  • cyan value is 56.97%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(57,39,0,35)
C57M39Y0K35 
(57%,39%,0%,35%)
(0.57/0.39/0.00/0.35)	

CMYK percentages

%56.97
%39.39
%0
%35.29

Codes

Color #4764A5 in popluar color models

4764A5
RGB71100165
HSL221°39.83%46.27%
HSB/HSV221°56.97%64.71%
CMYK56.97%39.39%0.00%
35.29%

Color #4764A5 in popluar number systems.

HEX4764A5
Decimal71100165
Binary1000111110010010100101
Octal107144245

Shades and tints

Shades of #4764A5

#4764A5
(71,100,165)
#415B96
(65,91,150)
#3B5287
(59,82,135)
#354978
(53,73,120)
#2F4069
(47,64,105)
#29375A
(41,55,90)
#232E4B
(35,46,75)
#1D253C
(29,37,60)
#171C2D
(23,28,45)
#11131E
(17,19,30)
#0B0A0F
(11,10,15)
#000000
(0,0,0)

Tints of #4764A5

#4764A5
(71,100,165)
#5772AD
(87,114,173)
#6780B5
(103,128,181)
#778EBD
(119,142,189)
#879CC5
(135,156,197)
#97AACD
(151,170,205)
#A7B8D5
(167,184,213)
#B7C6DD
(183,198,221)
#C7D4E5
(199,212,229)
#D7E2ED
(215,226,237)
#E7F0F5
(231,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4764A5 color. Also use rgb(71,100,165) instead hex code.

Text Font Color

.myTextColor { color: #4764A5; }

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

This text font color is #4764A5.


Background Color

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

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

This div background color is #4764A5.


Border color

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

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

This div border color is #4764A5.


Opacity

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

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

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

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

This text has shadow with #4764A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4764A5 on black background.


Color preview on white background

This text has color #4764A5 on white background.



Black color preview on #4764A5 background

This text has black color on #4764A5 background.


White color preview on #4764A5 background

This text has white color on #4764A5 background.