COLOR #4731AF

HEX: #4731AF
RGB: (71,49,175)

Color info

#4731AF contains mainly blue color. Web safe color of #4731AF is #333399 (or #339).

RGB color model

#4731AF color RGB value is (71,49,175).

  • red value is 71;
  • green value is 49;
  • blue value is 175.
RGB:
(71,49,175)
(28%,19%,69%)

RGB channels and saturation

R 71 of 255 = 28%
G 49 of 255 = 19%
B 175 of 255 = 69%

71
49
175

R + G + B ~ 39%. #4731AF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 49 + 175 = 295 (100%)
R 71 of 295 ~ 24.07%
G 49 of 295 ~ 16.61%
B 175 of 295 ~ 59.32%

%24.07
%16.61
%59.32

CMYK color model

#4731AF color CMYK value is (59,72,0,31).

  • cyan value is 59.43%
  • magenta value is 72.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(59,72,0,31)
C59M72Y0K31 
(59%,72%,0%,31%)
(0.59/0.72/0.00/0.31)	

CMYK percentages

%59.43
%72
%0
%31.37

Codes

Color #4731AF in popluar color models

4731AF
RGB7149175
HSL250°56.25%43.92%
HSB/HSV250°72.00%68.63%
CMYK59.43%72.00%0.00%
31.37%

Color #4731AF in popluar number systems.

HEX4731AF
Decimal7149175
Binary100011111000110101111
Octal10761257

Shades and tints

Shades of #4731AF

#4731AF
(71,49,175)
#412DA0
(65,45,160)
#3B2991
(59,41,145)
#352582
(53,37,130)
#2F2173
(47,33,115)
#291D64
(41,29,100)
#231955
(35,25,85)
#1D1546
(29,21,70)
#171137
(23,17,55)
#110D28
(17,13,40)
#0B0919
(11,9,25)
#000000
(0,0,0)

Tints of #4731AF

#4731AF
(71,49,175)
#5743B6
(87,67,182)
#6755BD
(103,85,189)
#7767C4
(119,103,196)
#8779CB
(135,121,203)
#978BD2
(151,139,210)
#A79DD9
(167,157,217)
#B7AFE0
(183,175,224)
#C7C1E7
(199,193,231)
#D7D3EE
(215,211,238)
#E7E5F5
(231,229,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4731AF color. Also use rgb(71,49,175) instead hex code.

Text Font Color

.myTextColor { color: #4731AF; }

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

This text font color is #4731AF.


Background Color

.myBgColor { background-color: #4731AF; }

<div style="background-color:#4731AF">Inner text</div>

This div background color is #4731AF.


Border color

.myBorderColor { border: 1px solid #4731AF; }

<div style="border:3px solid #4731AF">Div</div>

This div border color is #4731AF.


Opacity

.myOpacity80 { color: #4731AF; opacity: 0.8; }

<p style="color:#4731AF;opacity:0.8;">80%</p>

Text with #4731AF 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 #4731AF;}

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

This text has shadow with #4731AF color.

.textShadow {text-shadow: 3px 3px 1px #4731AF, 3px 3px 1px red;}

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

This text has shadow with #4731AF primary color and red secondary color.


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

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

This text has shadow with #4731AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4731AF on black background.


Color preview on white background

This text has color #4731AF on white background.



Black color preview on #4731AF background

This text has black color on #4731AF background.


White color preview on #4731AF background

This text has white color on #4731AF background.