COLOR #4B1892

HEX: #4B1892 RGB: (75,24,146)

Color info

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

RGB color model

#4B1892 color RGB value is (75,24,146).

RGB: (75,24,146) (29%, 9%, 57%)

RGB channels and saturation

R 75 of 255 = 29%
G 24 of 255 = 9%
B 146 of 255 = 57%

75
24
146

R + G + B ~ 32%. #4B1892 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 24 + 146 = 245 (100%)
R 75 of 245 ~ 30.61%
G 24 of 245 ~ 9.8%
B 146 of 245 ~ 59.59'%

%30.61
%9.8
%59.59

CMYK color model

#4B1892 color CMYK value is (49,84,0,43).

  • cyan value is 48.63%
  • magenta value is 83.56%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK: (49,84,0,43) C49M84Y0K43 (49%,84%,0%,43%) (0.49/0.84/0.00/0.43) 

CMYK percentages

%48.63
%83.56
%0
%42.75

Codes

Color #4B1892 in popluar color models

4B 18 92
RGB 75 24 146
HSL 265° 71.76% 33.33%
HSB/HSV 265° 83.56% 57.25%
CMYK 48.63% 83.56% 0.00%
42.75%

Color #4B1892 in popluar number systems.

HEX 4B 18 92
Decimal 75 24 146
Binary 1001011 11000 10010010
Octal 113 30 222

Shades and tints

Shades of #4B1892

#4B1892
(75,24,146)
#451685
(69,22,133)
#3F1478
(63,20,120)
#39126B
(57,18,107)
#33105E
(51,16,94)
#2D0E51
(45,14,81)
#270C44
(39,12,68)
#210A37
(33,10,55)
#1B082A
(27,8,42)
#15061D
(21,6,29)
#0F0410
(15,4,16)
#000000
(0,0,0)

Tints of #4B1892

#4B1892
(75,24,146)
#5B2D9B
(91,45,155)
#6B42A4
(107,66,164)
#7B57AD
(123,87,173)
#8B6CB6
(139,108,182)
#9B81BF
(155,129,191)
#AB96C8
(171,150,200)
#BBABD1
(187,171,209)
#CBC0DA
(203,192,218)
#DBD5E3
(219,213,227)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B1892 color. Also use rgb(75,24,146) instead hex code.

Text Font Color

.myTextColor { color: #4B1892; }

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

This text font color is #4B1892.

Background Color

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

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

This div background color is #4B1892.

Border color

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

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

This div border color is #4B1892.

Opacity

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

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

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

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

This text has shadow with #4B1892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B1892.

Preview

Color preview on black background

This text has color #4B1892 on black background.


Color preview on white background

This text has color #4B1892 on white background.


Black color preview on #4B1892 background

This text has black color on #4B1892 background.


White color preview on #4B1892 background

This text has white color on #4B1892 background.


Related colors

Complementary color

Complementary color for #hex is #B4E76D.


I love getcolorcode.com

Triadic colors

1 #924B18 and #18924B with #4B1892 are triadic colors.

2 #92184B and #184B92 with #4B1892 are triadic colors.