COLOR #4B44B7

HEX: #4B44B7
RGB: (75,68,183)

Color info

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

RGB color model

#4B44B7 color RGB value is (75,68,183).

  • red value is 75;
  • green value is 68;
  • blue value is 183.
RGB:
(75,68,183)
(29%,27%,72%)

RGB channels and saturation

R 75 of 255 = 29%
G 68 of 255 = 27%
B 183 of 255 = 72%

75
68
183

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

Portions of RGB colors in percentages

R + G + B =
75 + 68 + 183 = 326 (100%)
R 75 of 326 ~ 23.01%
G 68 of 326 ~ 20.86%
B 183 of 326 ~ 56.13%

%23.01
%20.86
%56.13

CMYK color model

#4B44B7 color CMYK value is (59,63,0,28).

  • cyan value is 59.02%
  • magenta value is 62.84%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(59,63,0,28)
C59M63Y0K28 
(59%,63%,0%,28%)
(0.59/0.63/0.00/0.28)	

CMYK percentages

%59.02
%62.84
%0
%28.24

Codes

Color #4B44B7 in popluar color models

4B44B7
RGB7568183
HSL244°45.82%49.22%
HSB/HSV244°62.84%71.76%
CMYK59.02%62.84%0.00%
28.24%

Color #4B44B7 in popluar number systems.

HEX4B44B7
Decimal7568183
Binary1001011100010010110111
Octal113104267

Shades and tints

Shades of #4B44B7

#4B44B7
(75,68,183)
#453EA7
(69,62,167)
#3F3897
(63,56,151)
#393287
(57,50,135)
#332C77
(51,44,119)
#2D2667
(45,38,103)
#272057
(39,32,87)
#211A47
(33,26,71)
#1B1437
(27,20,55)
#150E27
(21,14,39)
#0F0817
(15,8,23)
#000000
(0,0,0)

Tints of #4B44B7

#4B44B7
(75,68,183)
#5B55BD
(91,85,189)
#6B66C3
(107,102,195)
#7B77C9
(123,119,201)
#8B88CF
(139,136,207)
#9B99D5
(155,153,213)
#ABAADB
(171,170,219)
#BBBBE1
(187,187,225)
#CBCCE7
(203,204,231)
#DBDDED
(219,221,237)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B44B7 color. Also use rgb(75,68,183) instead hex code.

Text Font Color

.myTextColor { color: #4B44B7; }

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

This text font color is #4B44B7.


Background Color

.myBgColor { background-color: #4B44B7; }

<div style="background-color:#4B44B7">Inner text</div>

This div background color is #4B44B7.


Border color

.myBorderColor { border: 1px solid #4B44B7; }

<div style="border:3px solid #4B44B7">Div</div>

This div border color is #4B44B7.


Opacity

.myOpacity80 { color: #4B44B7; opacity: 0.8; }

<p style="color:#4B44B7;opacity:0.8;">80%</p>

Text with #4B44B7 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 #4B44B7;}

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

This text has shadow with #4B44B7 color.

.textShadow {text-shadow: 3px 3px 1px #4B44B7, 3px 3px 1px red;}

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

This text has shadow with #4B44B7 primary color and red secondary color.


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

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

This text has shadow with #4B44B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B44B7 on black background.


Color preview on white background

This text has color #4B44B7 on white background.



Black color preview on #4B44B7 background

This text has black color on #4B44B7 background.


White color preview on #4B44B7 background

This text has white color on #4B44B7 background.