COLOR #4B4ABB

HEX: #4B4ABB
RGB: (75,74,187)

Color info

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

RGB color model

#4B4ABB color RGB value is (75,74,187).

  • red value is 75;
  • green value is 74;
  • blue value is 187.
RGB:
(75,74,187)
(29%,29%,73%)

RGB channels and saturation

R 75 of 255 = 29%
G 74 of 255 = 29%
B 187 of 255 = 73%

75
74
187

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

Portions of RGB colors in percentages

R + G + B =
75 + 74 + 187 = 336 (100%)
R 75 of 336 ~ 22.32%
G 74 of 336 ~ 22.02%
B 187 of 336 ~ 55.65%

%22.32
%22.02
%55.65

CMYK color model

#4B4ABB color CMYK value is (60,60,0,27).

  • cyan value is 59.89%
  • magenta value is 60.43%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(60,60,0,27)
C60M60Y0K27 
(60%,60%,0%,27%)
(0.60/0.60/0.00/0.27)	

CMYK percentages

%59.89
%60.43
%0
%26.67

Codes

Color #4B4ABB in popluar color models

4B4ABB
RGB7574187
HSL241°45.38%51.18%
HSB/HSV241°60.43%73.33%
CMYK59.89%60.43%0.00%
26.67%

Color #4B4ABB in popluar number systems.

HEX4B4ABB
Decimal7574187
Binary1001011100101010111011
Octal113112273

Shades and tints

Shades of #4B4ABB

#4B4ABB
(75,74,187)
#4544AA
(69,68,170)
#3F3E99
(63,62,153)
#393888
(57,56,136)
#333277
(51,50,119)
#2D2C66
(45,44,102)
#272655
(39,38,85)
#212044
(33,32,68)
#1B1A33
(27,26,51)
#151422
(21,20,34)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #4B4ABB

#4B4ABB
(75,74,187)
#5B5AC1
(91,90,193)
#6B6AC7
(107,106,199)
#7B7ACD
(123,122,205)
#8B8AD3
(139,138,211)
#9B9AD9
(155,154,217)
#ABAADF
(171,170,223)
#BBBAE5
(187,186,229)
#CBCAEB
(203,202,235)
#DBDAF1
(219,218,241)
#EBEAF7
(235,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4ABB color. Also use rgb(75,74,187) instead hex code.

Text Font Color

.myTextColor { color: #4B4ABB; }

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

This text font color is #4B4ABB.


Background Color

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

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

This div background color is #4B4ABB.


Border color

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

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

This div border color is #4B4ABB.


Opacity

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

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

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

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

This text has shadow with #4B4ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4ABB on black background.


Color preview on white background

This text has color #4B4ABB on white background.



Black color preview on #4B4ABB background

This text has black color on #4B4ABB background.


White color preview on #4B4ABB background

This text has white color on #4B4ABB background.