COLOR #4704C0

HEX: #4704C0
RGB: (71,4,192)

Color info

#4704C0 contains mainly blue color. Web safe color of #4704C0 is #3300CC (or #30C).

RGB color model

#4704C0 color RGB value is (71,4,192).

  • red value is 71;
  • green value is 4;
  • blue value is 192.
RGB:
(71,4,192)
(28%,2%,75%)

RGB channels and saturation

R 71 of 255 = 28%
G 4 of 255 = 2%
B 192 of 255 = 75%

71
4
192

R + G + B ~ 35%. #4704C0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 4 + 192 = 267 (100%)
R 71 of 267 ~ 26.59%
G 4 of 267 ~ 1.5%
B 192 of 267 ~ 71.91%

%26.59
%71.91

CMYK color model

#4704C0 color CMYK value is (63,98,0,25).

  • cyan value is 63.02%
  • magenta value is 97.92%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(63,98,0,25)
C63M98Y0K25 
(63%,98%,0%,25%)
(0.63/0.98/0.00/0.25)	

CMYK percentages

%63.02
%97.92
%0
%24.71

Codes

Color #4704C0 in popluar color models

4704C0
RGB714192
HSL261°95.92%38.43%
HSB/HSV261°97.92%75.29%
CMYK63.02%97.92%0.00%
24.71%

Color #4704C0 in popluar number systems.

HEX4704C0
Decimal714192
Binary100011110011000000
Octal1074300

Shades and tints

Shades of #4704C0

#4704C0
(71,4,192)
#4104AF
(65,4,175)
#3B049E
(59,4,158)
#35048D
(53,4,141)
#2F047C
(47,4,124)
#29046B
(41,4,107)
#23045A
(35,4,90)
#1D0449
(29,4,73)
#170438
(23,4,56)
#110427
(17,4,39)
#0B0416
(11,4,22)
#000000
(0,0,0)

Tints of #4704C0

#4704C0
(71,4,192)
#571AC5
(87,26,197)
#6730CA
(103,48,202)
#7746CF
(119,70,207)
#875CD4
(135,92,212)
#9772D9
(151,114,217)
#A788DE
(167,136,222)
#B79EE3
(183,158,227)
#C7B4E8
(199,180,232)
#D7CAED
(215,202,237)
#E7E0F2
(231,224,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4704C0 color. Also use rgb(71,4,192) instead hex code.

Text Font Color

.myTextColor { color: #4704C0; }

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

This text font color is #4704C0.


Background Color

.myBgColor { background-color: #4704C0; }

<div style="background-color:#4704C0">Inner text</div>

This div background color is #4704C0.


Border color

.myBorderColor { border: 1px solid #4704C0; }

<div style="border:3px solid #4704C0">Div</div>

This div border color is #4704C0.


Opacity

.myOpacity80 { color: #4704C0; opacity: 0.8; }

<p style="color:#4704C0;opacity:0.8;">80%</p>

Text with #4704C0 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 #4704C0;}

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

This text has shadow with #4704C0 color.

.textShadow {text-shadow: 3px 3px 1px #4704C0, 3px 3px 1px red;}

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

This text has shadow with #4704C0 primary color and red secondary color.


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

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

This text has shadow with #4704C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4704C0 on black background.


Color preview on white background

This text has color #4704C0 on white background.



Black color preview on #4704C0 background

This text has black color on #4704C0 background.


White color preview on #4704C0 background

This text has white color on #4704C0 background.