COLOR #4705AF

HEX: #4705AF
RGB: (71,5,175)

Color info

#4705AF contains mainly blue color. Web safe color of #4705AF is #330099 (or #309).

RGB color model

#4705AF color RGB value is (71,5,175).

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

RGB channels and saturation

R 71 of 255 = 28%
G 5 of 255 = 2%
B 175 of 255 = 69%

71
5
175

R + G + B ~ 33%. #4705AF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 5 + 175 = 251 (100%)
R 71 of 251 ~ 28.29%
G 5 of 251 ~ 1.99%
B 175 of 251 ~ 69.72%

%28.29
%69.72

CMYK color model

#4705AF color CMYK value is (59,97,0,31).

  • cyan value is 59.43%
  • magenta value is 97.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(59,97,0,31)
C59M97Y0K31 
(59%,97%,0%,31%)
(0.59/0.97/0.00/0.31)	

CMYK percentages

%59.43
%97.14
%0
%31.37

Codes

Color #4705AF in popluar color models

4705AF
RGB715175
HSL263°94.44%35.29%
HSB/HSV263°97.14%68.63%
CMYK59.43%97.14%0.00%
31.37%

Color #4705AF in popluar number systems.

HEX4705AF
Decimal715175
Binary100011110110101111
Octal1075257

Shades and tints

Shades of #4705AF

#4705AF
(71,5,175)
#4105A0
(65,5,160)
#3B0591
(59,5,145)
#350582
(53,5,130)
#2F0573
(47,5,115)
#290564
(41,5,100)
#230555
(35,5,85)
#1D0546
(29,5,70)
#170537
(23,5,55)
#110528
(17,5,40)
#0B0519
(11,5,25)
#000000
(0,0,0)

Tints of #4705AF

#4705AF
(71,5,175)
#571BB6
(87,27,182)
#6731BD
(103,49,189)
#7747C4
(119,71,196)
#875DCB
(135,93,203)
#9773D2
(151,115,210)
#A789D9
(167,137,217)
#B79FE0
(183,159,224)
#C7B5E7
(199,181,231)
#D7CBEE
(215,203,238)
#E7E1F5
(231,225,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4705AF; }

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

This text font color is #4705AF.


Background Color

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

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

This div background color is #4705AF.


Border color

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

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

This div border color is #4705AF.


Opacity

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

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

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

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

This text has shadow with #4705AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4705AF on black background.


Color preview on white background

This text has color #4705AF on white background.



Black color preview on #4705AF background

This text has black color on #4705AF background.


White color preview on #4705AF background

This text has white color on #4705AF background.