COLOR #4761AA

HEX: #4761AA
RGB: (71,97,170)

Color info

#4761AA contains mainly blue color. Web safe color of #4761AA is #336699 (or #369).

RGB color model

#4761AA color RGB value is (71,97,170).

  • red value is 71;
  • green value is 97;
  • blue value is 170.
RGB:
(71,97,170)
(28%,38%,67%)

RGB channels and saturation

R 71 of 255 = 28%
G 97 of 255 = 38%
B 170 of 255 = 67%

71
97
170

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

Portions of RGB colors in percentages

R + G + B =
71 + 97 + 170 = 338 (100%)
R 71 of 338 ~ 21.01%
G 97 of 338 ~ 28.7%
B 170 of 338 ~ 50.3%

%21.01
%28.7
%50.3

CMYK color model

#4761AA color CMYK value is (58,43,0,33).

  • cyan value is 58.24%
  • magenta value is 42.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(58,43,0,33)
C58M43Y0K33 
(58%,43%,0%,33%)
(0.58/0.43/0.00/0.33)	

CMYK percentages

%58.24
%42.94
%0
%33.33

Codes

Color #4761AA in popluar color models

4761AA
RGB7197170
HSL224°41.08%47.25%
HSB/HSV224°58.24%66.67%
CMYK58.24%42.94%0.00%
33.33%

Color #4761AA in popluar number systems.

HEX4761AA
Decimal7197170
Binary1000111110000110101010
Octal107141252

Shades and tints

Shades of #4761AA

#4761AA
(71,97,170)
#41599B
(65,89,155)
#3B518C
(59,81,140)
#35497D
(53,73,125)
#2F416E
(47,65,110)
#29395F
(41,57,95)
#233150
(35,49,80)
#1D2941
(29,41,65)
#172132
(23,33,50)
#111923
(17,25,35)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #4761AA

#4761AA
(71,97,170)
#576FB1
(87,111,177)
#677DB8
(103,125,184)
#778BBF
(119,139,191)
#8799C6
(135,153,198)
#97A7CD
(151,167,205)
#A7B5D4
(167,181,212)
#B7C3DB
(183,195,219)
#C7D1E2
(199,209,226)
#D7DFE9
(215,223,233)
#E7EDF0
(231,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4761AA color. Also use rgb(71,97,170) instead hex code.

Text Font Color

.myTextColor { color: #4761AA; }

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

This text font color is #4761AA.


Background Color

.myBgColor { background-color: #4761AA; }

<div style="background-color:#4761AA">Inner text</div>

This div background color is #4761AA.


Border color

.myBorderColor { border: 1px solid #4761AA; }

<div style="border:3px solid #4761AA">Div</div>

This div border color is #4761AA.


Opacity

.myOpacity80 { color: #4761AA; opacity: 0.8; }

<p style="color:#4761AA;opacity:0.8;">80%</p>

Text with #4761AA 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 #4761AA;}

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

This text has shadow with #4761AA color.

.textShadow {text-shadow: 3px 3px 1px #4761AA, 3px 3px 1px red;}

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

This text has shadow with #4761AA primary color and red secondary color.


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

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

This text has shadow with #4761AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4761AA on black background.


Color preview on white background

This text has color #4761AA on white background.



Black color preview on #4761AA background

This text has black color on #4761AA background.


White color preview on #4761AA background

This text has white color on #4761AA background.