COLOR #4B4281

HEX: #4B4281
RGB: (75,66,129)

Color info

#4B4281 contains mainly red and blue colors. Web safe color of #4B4281 is #333399 (or #339).

RGB color model

#4B4281 color RGB value is (75,66,129).

  • red value is 75;
  • green value is 66;
  • blue value is 129.
RGB:
(75,66,129)
(29%,26%,51%)

RGB channels and saturation

R 75 of 255 = 29%
G 66 of 255 = 26%
B 129 of 255 = 51%

75
66
129

R + G + B ~ 35%. #4B4281 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 66 + 129 = 270 (100%)
R 75 of 270 ~ 27.78%
G 66 of 270 ~ 24.44%
B 129 of 270 ~ 47.78%

%27.78
%24.44
%47.78

CMYK color model

#4B4281 color CMYK value is (42,49,0,49).

  • cyan value is 41.86%
  • magenta value is 48.84%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(42,49,0,49)
C42M49Y0K49 
(42%,49%,0%,49%)
(0.42/0.49/0.00/0.49)	

CMYK percentages

%41.86
%48.84
%0
%49.41

Codes

Color #4B4281 in popluar color models

4B4281
RGB7566129
HSL249°32.31%38.24%
HSB/HSV249°48.84%50.59%
CMYK41.86%48.84%0.00%
49.41%

Color #4B4281 in popluar number systems.

HEX4B4281
Decimal7566129
Binary1001011100001010000001
Octal113102201

Shades and tints

Shades of #4B4281

#4B4281
(75,66,129)
#453C76
(69,60,118)
#3F366B
(63,54,107)
#393060
(57,48,96)
#332A55
(51,42,85)
#2D244A
(45,36,74)
#271E3F
(39,30,63)
#211834
(33,24,52)
#1B1229
(27,18,41)
#150C1E
(21,12,30)
#0F0613
(15,6,19)
#000000
(0,0,0)

Tints of #4B4281

#4B4281
(75,66,129)
#5B538C
(91,83,140)
#6B6497
(107,100,151)
#7B75A2
(123,117,162)
#8B86AD
(139,134,173)
#9B97B8
(155,151,184)
#ABA8C3
(171,168,195)
#BBB9CE
(187,185,206)
#CBCAD9
(203,202,217)
#DBDBE4
(219,219,228)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4281 color. Also use rgb(75,66,129) instead hex code.

Text Font Color

.myTextColor { color: #4B4281; }

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

This text font color is #4B4281.


Background Color

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

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

This div background color is #4B4281.


Border color

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

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

This div border color is #4B4281.


Opacity

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

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

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

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

This text has shadow with #4B4281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4281 on black background.


Color preview on white background

This text has color #4B4281 on white background.



Black color preview on #4B4281 background

This text has black color on #4B4281 background.


White color preview on #4B4281 background

This text has white color on #4B4281 background.