COLOR #4A0B67

HEX: #4A0B67
RGB: (74,11,103)

Color info

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

RGB color model

#4A0B67 color RGB value is (74,11,103).

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

RGB channels and saturation

R 74 of 255 = 29%
G 11 of 255 = 4%
B 103 of 255 = 40%

74
11
103

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

Portions of RGB colors in percentages

R + G + B =
74 + 11 + 103 = 188 (100%)
R 74 of 188 ~ 39.36%
G 11 of 188 ~ 5.85%
B 103 of 188 ~ 54.79%

%39.36
%54.79

CMYK color model

#4A0B67 color CMYK value is (28,89,0,60).

  • cyan value is 28.16%
  • magenta value is 89.32%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(28,89,0,60)
C28M89Y0K60 
(28%,89%,0%,60%)
(0.28/0.89/0.00/0.60)	

CMYK percentages

%28.16
%89.32
%0
%59.61

Codes

Color #4A0B67 in popluar color models

4A0B67
RGB7411103
HSL281°80.70%22.35%
HSB/HSV281°89.32%40.39%
CMYK28.16%89.32%0.00%
59.61%

Color #4A0B67 in popluar number systems.

HEX4A0B67
Decimal7411103
Binary100101010111100111
Octal11213147

Shades and tints

Shades of #4A0B67

#4A0B67
(74,11,103)
#440A5E
(68,10,94)
#3E0955
(62,9,85)
#38084C
(56,8,76)
#320743
(50,7,67)
#2C063A
(44,6,58)
#260531
(38,5,49)
#200428
(32,4,40)
#1A031F
(26,3,31)
#140216
(20,2,22)
#0E010D
(14,1,13)
#000000
(0,0,0)

Tints of #4A0B67

#4A0B67
(74,11,103)
#5A2174
(90,33,116)
#6A3781
(106,55,129)
#7A4D8E
(122,77,142)
#8A639B
(138,99,155)
#9A79A8
(154,121,168)
#AA8FB5
(170,143,181)
#BAA5C2
(186,165,194)
#CABBCF
(202,187,207)
#DAD1DC
(218,209,220)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A0B67 color. Also use rgb(74,11,103) instead hex code.

Text Font Color

.myTextColor { color: #4A0B67; }

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

This text font color is #4A0B67.


Background Color

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

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

This div background color is #4A0B67.


Border color

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

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

This div border color is #4A0B67.


Opacity

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

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

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

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

This text has shadow with #4A0B67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A0B67 on black background.


Color preview on white background

This text has color #4A0B67 on white background.



Black color preview on #4A0B67 background

This text has black color on #4A0B67 background.


White color preview on #4A0B67 background

This text has white color on #4A0B67 background.