COLOR #4732B7

HEX: #4732B7
RGB: (71,50,183)

Color info

#4732B7 contains mainly blue color. Web safe color of #4732B7 is #3333CC (or #33C).

RGB color model

#4732B7 color RGB value is (71,50,183).

  • red value is 71;
  • green value is 50;
  • blue value is 183.
RGB:
(71,50,183)
(28%,20%,72%)

RGB channels and saturation

R 71 of 255 = 28%
G 50 of 255 = 20%
B 183 of 255 = 72%

71
50
183

R + G + B ~ 40%. #4732B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 50 + 183 = 304 (100%)
R 71 of 304 ~ 23.36%
G 50 of 304 ~ 16.45%
B 183 of 304 ~ 60.2%

%23.36
%16.45
%60.2

CMYK color model

#4732B7 color CMYK value is (61,73,0,28).

  • cyan value is 61.20%
  • magenta value is 72.68%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(61,73,0,28)
C61M73Y0K28 
(61%,73%,0%,28%)
(0.61/0.73/0.00/0.28)	

CMYK percentages

%61.2
%72.68
%0
%28.24

Codes

Color #4732B7 in popluar color models

4732B7
RGB7150183
HSL249°57.08%45.69%
HSB/HSV249°72.68%71.76%
CMYK61.20%72.68%0.00%
28.24%

Color #4732B7 in popluar number systems.

HEX4732B7
Decimal7150183
Binary100011111001010110111
Octal10762267

Shades and tints

Shades of #4732B7

#4732B7
(71,50,183)
#412EA7
(65,46,167)
#3B2A97
(59,42,151)
#352687
(53,38,135)
#2F2277
(47,34,119)
#291E67
(41,30,103)
#231A57
(35,26,87)
#1D1647
(29,22,71)
#171237
(23,18,55)
#110E27
(17,14,39)
#0B0A17
(11,10,23)
#000000
(0,0,0)

Tints of #4732B7

#4732B7
(71,50,183)
#5744BD
(87,68,189)
#6756C3
(103,86,195)
#7768C9
(119,104,201)
#877ACF
(135,122,207)
#978CD5
(151,140,213)
#A79EDB
(167,158,219)
#B7B0E1
(183,176,225)
#C7C2E7
(199,194,231)
#D7D4ED
(215,212,237)
#E7E6F3
(231,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4732B7 color. Also use rgb(71,50,183) instead hex code.

Text Font Color

.myTextColor { color: #4732B7; }

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

This text font color is #4732B7.


Background Color

.myBgColor { background-color: #4732B7; }

<div style="background-color:#4732B7">Inner text</div>

This div background color is #4732B7.


Border color

.myBorderColor { border: 1px solid #4732B7; }

<div style="border:3px solid #4732B7">Div</div>

This div border color is #4732B7.


Opacity

.myOpacity80 { color: #4732B7; opacity: 0.8; }

<p style="color:#4732B7;opacity:0.8;">80%</p>

Text with #4732B7 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 #4732B7;}

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

This text has shadow with #4732B7 color.

.textShadow {text-shadow: 3px 3px 1px #4732B7, 3px 3px 1px red;}

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

This text has shadow with #4732B7 primary color and red secondary color.


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

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

This text has shadow with #4732B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4732B7 on black background.


Color preview on white background

This text has color #4732B7 on white background.



Black color preview on #4732B7 background

This text has black color on #4732B7 background.


White color preview on #4732B7 background

This text has white color on #4732B7 background.