COLOR #4B0B65

HEX: #4B0B65
RGB: (75,11,101)

Color info

#4B0B65 contains mainly red and blue colors. Web safe color of #4B0B65 is #330066 (or #306).

RGB color model

#4B0B65 color RGB value is (75,11,101).

  • red value is 75;
  • green value is 11;
  • blue value is 101.
RGB:
(75,11,101)
(29%,4%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 11 of 255 = 4%
B 101 of 255 = 40%

75
11
101

R + G + B ~ 24%. #4B0B65 is dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 11 + 101 = 187 (100%)
R 75 of 187 ~ 40.11%
G 11 of 187 ~ 5.88%
B 101 of 187 ~ 54.01%

%40.11
%54.01

CMYK color model

#4B0B65 color CMYK value is (26,89,0,60).

  • cyan value is 25.74%
  • magenta value is 89.11%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(26,89,0,60)
C26M89Y0K60 
(26%,89%,0%,60%)
(0.26/0.89/0.00/0.60)	

CMYK percentages

%25.74
%89.11
%0
%60.39

Codes

Color #4B0B65 in popluar color models

4B0B65
RGB7511101
HSL283°80.36%21.96%
HSB/HSV283°89.11%39.61%
CMYK25.74%89.11%0.00%
60.39%

Color #4B0B65 in popluar number systems.

HEX4B0B65
Decimal7511101
Binary100101110111100101
Octal11313145

Shades and tints

Shades of #4B0B65

#4B0B65
(75,11,101)
#450A5C
(69,10,92)
#3F0953
(63,9,83)
#39084A
(57,8,74)
#330741
(51,7,65)
#2D0638
(45,6,56)
#27052F
(39,5,47)
#210426
(33,4,38)
#1B031D
(27,3,29)
#150214
(21,2,20)
#0F010B
(15,1,11)
#000000
(0,0,0)

Tints of #4B0B65

#4B0B65
(75,11,101)
#5B2173
(91,33,115)
#6B3781
(107,55,129)
#7B4D8F
(123,77,143)
#8B639D
(139,99,157)
#9B79AB
(155,121,171)
#AB8FB9
(171,143,185)
#BBA5C7
(187,165,199)
#CBBBD5
(203,187,213)
#DBD1E3
(219,209,227)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B0B65 color. Also use rgb(75,11,101) instead hex code.

Text Font Color

.myTextColor { color: #4B0B65; }

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

This text font color is #4B0B65.


Background Color

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

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

This div background color is #4B0B65.


Border color

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

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

This div border color is #4B0B65.


Opacity

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

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

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

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

This text has shadow with #4B0B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B0B65 on black background.


Color preview on white background

This text has color #4B0B65 on white background.



Black color preview on #4B0B65 background

This text has black color on #4B0B65 background.


White color preview on #4B0B65 background

This text has white color on #4B0B65 background.