COLOR #4B00BA

HEX: #4B00BA
RGB: (75,0,186)

Color info

#4B00BA contains mainly blue color. Web safe color of #4B00BA is #3300CC (or #30C).

RGB color model

#4B00BA color RGB value is (75,0,186).

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

RGB channels and saturation

R 75 of 255 = 29%
G 0 of 255 = 0%
B 186 of 255 = 73%

75
0
186

R + G + B ~ 34%. #4B00BA is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 0 + 186 = 261 (100%)
R 75 of 261 ~ 28.74%
G 0 of 261 ~ 0%
B 186 of 261 ~ 71.26%

%28.74
%71.26

CMYK color model

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

  • cyan value is 59.68%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(60,100,0,27)
C60M100Y0K27 
(60%,100%,0%,27%)
(0.60/1.00/0.00/0.27)	

CMYK percentages

%59.68
%100
%0
%27.06

Codes

Color #4B00BA in popluar color models

4B00BA
RGB750186
HSL264°100.00%36.47%
HSB/HSV264°100.00%72.94%
CMYK59.68%100.00%0.00%
27.06%

Color #4B00BA in popluar number systems.

HEX4B00BA
Decimal750186
Binary1001011010111010
Octal1130272

Shades and tints

Shades of #4B00BA

#4B00BA
(75,0,186)
#4500AA
(69,0,170)
#3F009A
(63,0,154)
#39008A
(57,0,138)
#33007A
(51,0,122)
#2D006A
(45,0,106)
#27005A
(39,0,90)
#21004A
(33,0,74)
#1B003A
(27,0,58)
#15002A
(21,0,42)
#0F001A
(15,0,26)
#000000
(0,0,0)

Tints of #4B00BA

#4B00BA
(75,0,186)
#5B17C0
(91,23,192)
#6B2EC6
(107,46,198)
#7B45CC
(123,69,204)
#8B5CD2
(139,92,210)
#9B73D8
(155,115,216)
#AB8ADE
(171,138,222)
#BBA1E4
(187,161,228)
#CBB8EA
(203,184,234)
#DBCFF0
(219,207,240)
#EBE6F6
(235,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B00BA color. Also use rgb(75,0,186) instead hex code.

Text Font Color

.myTextColor { color: #4B00BA; }

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

This text font color is #4B00BA.


Background Color

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

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

This div background color is #4B00BA.


Border color

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

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

This div border color is #4B00BA.


Opacity

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

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

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

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

This text has shadow with #4B00BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B00BA on black background.


Color preview on white background

This text has color #4B00BA on white background.



Black color preview on #4B00BA background

This text has black color on #4B00BA background.


White color preview on #4B00BA background

This text has white color on #4B00BA background.