COLOR #4B0FA3

HEX: #4B0FA3 RGB: (75,15,163)

Color info

#4B0FA3 contains mainly blue color. Web safe color of #4B0FA3 is #330099 (or #309).

RGB color model

#4B0FA3 color RGB value is (75,15,163).

RGB: (75,15,163) (29%, 6%, 64%)

RGB channels and saturation

R 75 of 255 = 29%
G 15 of 255 = 6%
B 163 of 255 = 64%

75
15
163

R + G + B ~ 33%. #4B0FA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 15 + 163 = 253 (100%)
R 75 of 253 ~ 29.64%
G 15 of 253 ~ 5.93%
B 163 of 253 ~ 64.43'%

%29.64
%64.43

CMYK color model

#4B0FA3 color CMYK value is (54,91,0,36).

  • cyan value is 53.99%
  • magenta value is 90.80%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (54,91,0,36)
C54M91Y0K36 (54%, 91%, 0%, 36%)
(0.54 / 0.91 / 0.00 / 0.36)

CMYK percentages

%53.99
%90.8
%0
%36.08

Codes

Color #4B0FA3 in popluar color models

4B 0F A3
RGB 75 15 163
HSL 264° 83.15% 34.90%
HSB/HSV 264° 90.80% 63.92%
CMYK 53.99% 90.80% 0.00%
36.08%

Color #4B0FA3 in popluar number systems.

HEX 4B 0F A3
Decimal 75 15 163
Binary 1001011 1111 10100011
Octal 113 17 243

Shades and tints

Shades of #4B0FA3

#4B0FA3
(75,15,163)
#450E95
(69,14,149)
#3F0D87
(63,13,135)
#390C79
(57,12,121)
#330B6B
(51,11,107)
#2D0A5D
(45,10,93)
#27094F
(39,9,79)
#210841
(33,8,65)
#1B0733
(27,7,51)
#150625
(21,6,37)
#0F0517
(15,5,23)
#000000
(0,0,0)

Tints of #4B0FA3

#4B0FA3
(75,15,163)
#5B24AB
(91,36,171)
#6B39B3
(107,57,179)
#7B4EBB
(123,78,187)
#8B63C3
(139,99,195)
#9B78CB
(155,120,203)
#AB8DD3
(171,141,211)
#BBA2DB
(187,162,219)
#CBB7E3
(203,183,227)
#DBCCEB
(219,204,235)
#EBE1F3
(235,225,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0FA3 color. Also use rgb(75,15,163) instead hex code.

Text Font Color

.myTextColor { color: #4B0FA3; }

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

This text font color is #4B0FA3.

Background Color

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

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

This div background color is #4B0FA3.

Border color

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

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

This div border color is #4B0FA3.

Opacity

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

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

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

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

This text has shadow with #4B0FA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B0FA3.

Preview

Color preview on black background

This text has color #4B0FA3 on black background.


Color preview on white background

This text has color #4B0FA3 on white background.


Black color preview on #4B0FA3 background

This text has black color on #4B0FA3 background.


White color preview on #4B0FA3 background

This text has white color on #4B0FA3 background.


Related colors

Complementary color

Complementary color for #hex is #B4F05C.


I love getcolorcode.com

Triadic colors

1 #A34B0F and #0FA34B with #4B0FA3 are triadic colors.

2 #A30F4B and #0F4BA3 with #4B0FA3 are triadic colors.