COLOR #4B2A8F

HEX: #4B2A8F RGB: (75,42,143)

Color info

#4B2A8F contains mainly blue color. Web safe color of #4B2A8F is #333399 (or #339).

RGB color model

#4B2A8F color RGB value is (75,42,143).

RGB: (75,42,143) (29%, 16%, 56%)

RGB channels and saturation

R 75 of 255 = 29%
G 42 of 255 = 16%
B 143 of 255 = 56%

75
42
143

R + G + B ~ 34%. #4B2A8F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 42 + 143 = 260 (100%)
R 75 of 260 ~ 28.85%
G 42 of 260 ~ 16.15%
B 143 of 260 ~ 55'%

%28.85
%16.15
%55

CMYK color model

#4B2A8F color CMYK value is (48,71,0,44).

  • cyan value is 47.55%
  • magenta value is 70.63%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (48,71,0,44)
C48M71Y0K44 (48%, 71%, 0%, 44%)
(0.48 / 0.71 / 0.00 / 0.44)

CMYK percentages

%47.55
%70.63
%0
%43.92

Codes

Color #4B2A8F in popluar color models

4B 2A 8F
RGB 75 42 143
HSL 260° 54.59% 36.27%
HSB/HSV 260° 70.63% 56.08%
CMYK 47.55% 70.63% 0.00%
43.92%

Color #4B2A8F in popluar number systems.

HEX 4B 2A 8F
Decimal 75 42 143
Binary 1001011 101010 10001111
Octal 113 52 217

Shades and tints

Shades of #4B2A8F

#4B2A8F
(75,42,143)
#452782
(69,39,130)
#3F2475
(63,36,117)
#392168
(57,33,104)
#331E5B
(51,30,91)
#2D1B4E
(45,27,78)
#271841
(39,24,65)
#211534
(33,21,52)
#1B1227
(27,18,39)
#150F1A
(21,15,26)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #4B2A8F

#4B2A8F
(75,42,143)
#5B3D99
(91,61,153)
#6B50A3
(107,80,163)
#7B63AD
(123,99,173)
#8B76B7
(139,118,183)
#9B89C1
(155,137,193)
#AB9CCB
(171,156,203)
#BBAFD5
(187,175,213)
#CBC2DF
(203,194,223)
#DBD5E9
(219,213,233)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B2A8F color. Also use rgb(75,42,143) instead hex code.

Text Font Color

.myTextColor { color: #4B2A8F; }

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

This text font color is #4B2A8F.

Background Color

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

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

This div background color is #4B2A8F.

Border color

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

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

This div border color is #4B2A8F.

Opacity

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

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

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

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

This text has shadow with #4B2A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B2A8F.

Preview

Color preview on black background

This text has color #4B2A8F on black background.


Color preview on white background

This text has color #4B2A8F on white background.


Black color preview on #4B2A8F background

This text has black color on #4B2A8F background.


White color preview on #4B2A8F background

This text has white color on #4B2A8F background.


Related colors

Complementary color

Complementary color for #hex is #B4D570.


I love getcolorcode.com

Triadic colors

1 #8F4B2A and #2A8F4B with #4B2A8F are triadic colors.

2 #8F2A4B and #2A4B8F with #4B2A8F are triadic colors.