COLOR #4B338A

HEX: #4B338A RGB: (75,51,138)

Color info

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

RGB color model

#4B338A color RGB value is (75,51,138).

RGB: (75,51,138) (29%, 20%, 54%)

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 138 of 255 = 54%

75
51
138

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

Portions of RGB colors in percentages

R + G + B = 75 + 51 + 138 = 264 (100%)
R 75 of 264 ~ 28.41%
G 51 of 264 ~ 19.32%
B 138 of 264 ~ 52.27'%

%28.41
%19.32
%52.27

CMYK color model

#4B338A color CMYK value is (46,63,0,46).

  • cyan value is 45.65%
  • magenta value is 63.04%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (46,63,0,46) C46M63Y0K46 (46%,63%,0%,46%) (0.46/0.63/0.00/0.46) 

CMYK percentages

%45.65
%63.04
%0
%45.88

Codes

Color #4B338A in popluar color models

4B 33 8A
RGB 75 51 138
HSL 257° 46.03% 37.06%
HSB/HSV 257° 63.04% 54.12%
CMYK 45.65% 63.04% 0.00%
45.88%

Color #4B338A in popluar number systems.

HEX 4B 33 8A
Decimal 75 51 138
Binary 1001011 110011 10001010
Octal 113 63 212

Shades and tints

Shades of #4B338A

#4B338A
(75,51,138)
#452F7E
(69,47,126)
#3F2B72
(63,43,114)
#392766
(57,39,102)
#33235A
(51,35,90)
#2D1F4E
(45,31,78)
#271B42
(39,27,66)
#211736
(33,23,54)
#1B132A
(27,19,42)
#150F1E
(21,15,30)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #4B338A

#4B338A
(75,51,138)
#5B4594
(91,69,148)
#6B579E
(107,87,158)
#7B69A8
(123,105,168)
#8B7BB2
(139,123,178)
#9B8DBC
(155,141,188)
#AB9FC6
(171,159,198)
#BBB1D0
(187,177,208)
#CBC3DA
(203,195,218)
#DBD5E4
(219,213,228)
#EBE7EE
(235,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B338A color. Also use rgb(75,51,138) instead hex code.

Text Font Color

.myTextColor { color: #4B338A; }

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

This text font color is #4B338A.

Background Color

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

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

This div background color is #4B338A.

Border color

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

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

This div border color is #4B338A.

Opacity

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

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

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

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

This text has shadow with #4B338A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B338A.

Preview

Color preview on black background

This text has color #4B338A on black background.


Color preview on white background

This text has color #4B338A on white background.


Black color preview on #4B338A background

This text has black color on #4B338A background.


White color preview on #4B338A background

This text has white color on #4B338A background.


Related colors

Complementary color

Complementary color for #hex is #B4CC75.


I love getcolorcode.com

Triadic colors

1 #8A4B33 and #338A4B with #4B338A are triadic colors.

2 #8A334B and #334B8A with #4B338A are triadic colors.