COLOR #4760A3

HEX: #4760A3 RGB: (71,96,163)

Color info

#4760A3 contains mainly blue color. Web safe color of #4760A3 is #336699 (or #369).

RGB color model

#4760A3 color RGB value is (71,96,163).

RGB: (71,96,163) (28%, 38%, 64%)

RGB channels and saturation

R 71 of 255 = 28%
G 96 of 255 = 38%
B 163 of 255 = 64%

71
96
163

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

Portions of RGB colors in percentages

R + G + B = 71 + 96 + 163 = 330 (100%)
R 71 of 330 ~ 21.52%
G 96 of 330 ~ 29.09%
B 163 of 330 ~ 49.39'%

%21.52
%29.09
%49.39

CMYK color model

#4760A3 color CMYK value is (56,41,0,36).

  • cyan value is 56.44%
  • magenta value is 41.10%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (56,41,0,36)
C56M41Y0K36 (56%, 41%, 0%, 36%)
(0.56 / 0.41 / 0.00 / 0.36)

CMYK percentages

%56.44
%41.1
%0
%36.08

Codes

Color #4760A3 in popluar color models

47 60 A3
RGB 71 96 163
HSL 224° 39.32% 45.88%
HSB/HSV 224° 56.44% 63.92%
CMYK 56.44% 41.10% 0.00%
36.08%

Color #4760A3 in popluar number systems.

HEX 47 60 A3
Decimal 71 96 163
Binary 1000111 1100000 10100011
Octal 107 140 243

Shades and tints

Shades of #4760A3

#4760A3
(71,96,163)
#415895
(65,88,149)
#3B5087
(59,80,135)
#354879
(53,72,121)
#2F406B
(47,64,107)
#29385D
(41,56,93)
#23304F
(35,48,79)
#1D2841
(29,40,65)
#172033
(23,32,51)
#111825
(17,24,37)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #4760A3

#4760A3
(71,96,163)
#576EAB
(87,110,171)
#677CB3
(103,124,179)
#778ABB
(119,138,187)
#8798C3
(135,152,195)
#97A6CB
(151,166,203)
#A7B4D3
(167,180,211)
#B7C2DB
(183,194,219)
#C7D0E3
(199,208,227)
#D7DEEB
(215,222,235)
#E7ECF3
(231,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4760A3 color. Also use rgb(71,96,163) instead hex code.

Text Font Color

.myTextColor { color: #4760A3; }

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

This text font color is #4760A3.

Background Color

.myBgColor { background-color: #4760A3; }

<div style="background-color:#4760A3">Inner text</div>

This div background color is #4760A3.

Border color

.myBorderColor { border: 1px solid #4760A3; }

<div style="border:3px solid #4760A3">Div</div>

This div border color is #4760A3.

Opacity

.myOpacity80 { color: #4760A3; opacity: 0.8; }

<p style="color:#4760A3;opacity:0.8;">80%</p>

Text with #4760A3 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 #4760A3;}

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

This text has shadow with #4760A3 color.


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

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

This text has shadow with #4760A3 primary color and red secondary color.


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

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

This text has shadow with #4760A3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4760A3.

Preview

Color preview on black background

This text has color #4760A3 on black background.


Color preview on white background

This text has color #4760A3 on white background.


Black color preview on #4760A3 background

This text has black color on #4760A3 background.


White color preview on #4760A3 background

This text has white color on #4760A3 background.


Related colors

Complementary color

Complementary color for #hex is #B89F5C.


I love getcolorcode.com

Triadic colors

1 #A34760 and #60A347 with #4760A3 are triadic colors.

2 #A36047 and #6047A3 with #4760A3 are triadic colors.