COLOR #4B0A85

HEX: #4B0A85
RGB: (75,10,133)

Color info

#4B0A85 contains mainly red and blue colors. Web safe color of #4B0A85 is #330099 (or #309).

RGB color model

#4B0A85 color RGB value is (75,10,133).

  • red value is 75;
  • green value is 10;
  • blue value is 133.
RGB:
(75,10,133)
(29%,4%,52%)

RGB channels and saturation

R 75 of 255 = 29%
G 10 of 255 = 4%
B 133 of 255 = 52%

75
10
133

R + G + B ~ 28%. #4B0A85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 10 + 133 = 218 (100%)
R 75 of 218 ~ 34.4%
G 10 of 218 ~ 4.59%
B 133 of 218 ~ 61.01%

%34.4
%61.01

CMYK color model

#4B0A85 color CMYK value is (44,92,0,48).

  • cyan value is 43.61%
  • magenta value is 92.48%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(44,92,0,48)
C44M92Y0K48 
(44%,92%,0%,48%)
(0.44/0.92/0.00/0.48)	

CMYK percentages

%43.61
%92.48
%0
%47.84

Codes

Color #4B0A85 in popluar color models

4B0A85
RGB7510133
HSL272°86.01%28.04%
HSB/HSV272°92.48%52.16%
CMYK43.61%92.48%0.00%
47.84%

Color #4B0A85 in popluar number systems.

HEX4B0A85
Decimal7510133
Binary1001011101010000101
Octal11312205

Shades and tints

Shades of #4B0A85

#4B0A85
(75,10,133)
#450A79
(69,10,121)
#3F0A6D
(63,10,109)
#390A61
(57,10,97)
#330A55
(51,10,85)
#2D0A49
(45,10,73)
#270A3D
(39,10,61)
#210A31
(33,10,49)
#1B0A25
(27,10,37)
#150A19
(21,10,25)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #4B0A85

#4B0A85
(75,10,133)
#5B2090
(91,32,144)
#6B369B
(107,54,155)
#7B4CA6
(123,76,166)
#8B62B1
(139,98,177)
#9B78BC
(155,120,188)
#AB8EC7
(171,142,199)
#BBA4D2
(187,164,210)
#CBBADD
(203,186,221)
#DBD0E8
(219,208,232)
#EBE6F3
(235,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0A85 color. Also use rgb(75,10,133) instead hex code.

Text Font Color

.myTextColor { color: #4B0A85; }

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

This text font color is #4B0A85.


Background Color

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

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

This div background color is #4B0A85.


Border color

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

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

This div border color is #4B0A85.


Opacity

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

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

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

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

This text has shadow with #4B0A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0A85 on black background.


Color preview on white background

This text has color #4B0A85 on white background.



Black color preview on #4B0A85 background

This text has black color on #4B0A85 background.


White color preview on #4B0A85 background

This text has white color on #4B0A85 background.