COLOR #4730A4

HEX: #4730A4
RGB: (71,48,164)

Color info

#4730A4 contains mainly blue color. Web safe color of #4730A4 is #333399 (or #339).

RGB color model

#4730A4 color RGB value is (71,48,164).

  • red value is 71;
  • green value is 48;
  • blue value is 164.
RGB:
(71,48,164)
(28%,19%,64%)

RGB channels and saturation

R 71 of 255 = 28%
G 48 of 255 = 19%
B 164 of 255 = 64%

71
48
164

R + G + B ~ 37%. #4730A4 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 48 + 164 = 283 (100%)
R 71 of 283 ~ 25.09%
G 48 of 283 ~ 16.96%
B 164 of 283 ~ 57.95%

%25.09
%16.96
%57.95

CMYK color model

#4730A4 color CMYK value is (57,71,0,36).

  • cyan value is 56.71%
  • magenta value is 70.73%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(57,71,0,36)
C57M71Y0K36 
(57%,71%,0%,36%)
(0.57/0.71/0.00/0.36)	

CMYK percentages

%56.71
%70.73
%0
%35.69

Codes

Color #4730A4 in popluar color models

4730A4
RGB7148164
HSL252°54.72%41.57%
HSB/HSV252°70.73%64.31%
CMYK56.71%70.73%0.00%
35.69%

Color #4730A4 in popluar number systems.

HEX4730A4
Decimal7148164
Binary100011111000010100100
Octal10760244

Shades and tints

Shades of #4730A4

#4730A4
(71,48,164)
#412C96
(65,44,150)
#3B2888
(59,40,136)
#35247A
(53,36,122)
#2F206C
(47,32,108)
#291C5E
(41,28,94)
#231850
(35,24,80)
#1D1442
(29,20,66)
#171034
(23,16,52)
#110C26
(17,12,38)
#0B0818
(11,8,24)
#000000
(0,0,0)

Tints of #4730A4

#4730A4
(71,48,164)
#5742AC
(87,66,172)
#6754B4
(103,84,180)
#7766BC
(119,102,188)
#8778C4
(135,120,196)
#978ACC
(151,138,204)
#A79CD4
(167,156,212)
#B7AEDC
(183,174,220)
#C7C0E4
(199,192,228)
#D7D2EC
(215,210,236)
#E7E4F4
(231,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4730A4 color. Also use rgb(71,48,164) instead hex code.

Text Font Color

.myTextColor { color: #4730A4; }

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

This text font color is #4730A4.


Background Color

.myBgColor { background-color: #4730A4; }

<div style="background-color:#4730A4">Inner text</div>

This div background color is #4730A4.


Border color

.myBorderColor { border: 1px solid #4730A4; }

<div style="border:3px solid #4730A4">Div</div>

This div border color is #4730A4.


Opacity

.myOpacity80 { color: #4730A4; opacity: 0.8; }

<p style="color:#4730A4;opacity:0.8;">80%</p>

Text with #4730A4 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 #4730A4;}

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

This text has shadow with #4730A4 color.

.textShadow {text-shadow: 3px 3px 1px #4730A4, 3px 3px 1px red;}

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

This text has shadow with #4730A4 primary color and red secondary color.


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

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

This text has shadow with #4730A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4730A4 on black background.


Color preview on white background

This text has color #4730A4 on white background.



Black color preview on #4730A4 background

This text has black color on #4730A4 background.


White color preview on #4730A4 background

This text has white color on #4730A4 background.