COLOR #4832CB

HEX: #4832CB
RGB: (72,50,203)

Color info

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

RGB color model

#4832CB color RGB value is (72,50,203).

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

RGB channels and saturation

R 72 of 255 = 28%
G 50 of 255 = 20%
B 203 of 255 = 80%

72
50
203

R + G + B ~ 43%. #4832CB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 50 + 203 = 325 (100%)
R 72 of 325 ~ 22.15%
G 50 of 325 ~ 15.38%
B 203 of 325 ~ 62.46%

%22.15
%15.38
%62.46

CMYK color model

#4832CB color CMYK value is (65,75,0,20).

  • cyan value is 64.53%
  • magenta value is 75.37%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(65,75,0,20)
C65M75Y0K20 
(65%,75%,0%,20%)
(0.65/0.75/0.00/0.20)	

CMYK percentages

%64.53
%75.37
%0
%20.39

Codes

Color #4832CB in popluar color models

4832CB
RGB7250203
HSL249°60.47%49.61%
HSB/HSV249°75.37%79.61%
CMYK64.53%75.37%0.00%
20.39%

Color #4832CB in popluar number systems.

HEX4832CB
Decimal7250203
Binary100100011001011001011
Octal11062313

Shades and tints

Shades of #4832CB

#4832CB
(72,50,203)
#422EB9
(66,46,185)
#3C2AA7
(60,42,167)
#362695
(54,38,149)
#302283
(48,34,131)
#2A1E71
(42,30,113)
#241A5F
(36,26,95)
#1E164D
(30,22,77)
#18123B
(24,18,59)
#120E29
(18,14,41)
#0C0A17
(12,10,23)
#000000
(0,0,0)

Tints of #4832CB

#4832CB
(72,50,203)
#5844CF
(88,68,207)
#6856D3
(104,86,211)
#7868D7
(120,104,215)
#887ADB
(136,122,219)
#988CDF
(152,140,223)
#A89EE3
(168,158,227)
#B8B0E7
(184,176,231)
#C8C2EB
(200,194,235)
#D8D4EF
(216,212,239)
#E8E6F3
(232,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4832CB color. Also use rgb(72,50,203) instead hex code.

Text Font Color

.myTextColor { color: #4832CB; }

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

This text font color is #4832CB.


Background Color

.myBgColor { background-color: #4832CB; }

<div style="background-color:#4832CB">Inner text</div>

This div background color is #4832CB.


Border color

.myBorderColor { border: 1px solid #4832CB; }

<div style="border:3px solid #4832CB">Div</div>

This div border color is #4832CB.


Opacity

.myOpacity80 { color: #4832CB; opacity: 0.8; }

<p style="color:#4832CB;opacity:0.8;">80%</p>

Text with #4832CB 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 #4832CB;}

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

This text has shadow with #4832CB color.

.textShadow {text-shadow: 3px 3px 1px #4832CB, 3px 3px 1px red;}

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

This text has shadow with #4832CB primary color and red secondary color.


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

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

This text has shadow with #4832CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4832CB on black background.


Color preview on white background

This text has color #4832CB on white background.



Black color preview on #4832CB background

This text has black color on #4832CB background.


White color preview on #4832CB background

This text has white color on #4832CB background.