COLOR #4B448A

HEX: #4B448A
RGB: (75,68,138)

Color info

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

RGB color model

#4B448A color RGB value is (75,68,138).

  • red value is 75;
  • green value is 68;
  • blue value is 138.
RGB:
(75,68,138)
(29%,27%,54%)

RGB channels and saturation

R 75 of 255 = 29%
G 68 of 255 = 27%
B 138 of 255 = 54%

75
68
138

R + G + B ~ 37%. #4B448A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 68 + 138 = 281 (100%)
R 75 of 281 ~ 26.69%
G 68 of 281 ~ 24.2%
B 138 of 281 ~ 49.11%

%26.69
%24.2
%49.11

CMYK color model

#4B448A color CMYK value is (46,51,0,46).

  • cyan value is 45.65%
  • magenta value is 50.72%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(46,51,0,46)
C46M51Y0K46 
(46%,51%,0%,46%)
(0.46/0.51/0.00/0.46)	

CMYK percentages

%45.65
%50.72
%0
%45.88

Codes

Color #4B448A in popluar color models

4B448A
RGB7568138
HSL246°33.98%40.39%
HSB/HSV246°50.72%54.12%
CMYK45.65%50.72%0.00%
45.88%

Color #4B448A in popluar number systems.

HEX4B448A
Decimal7568138
Binary1001011100010010001010
Octal113104212

Shades and tints

Shades of #4B448A

#4B448A
(75,68,138)
#453E7E
(69,62,126)
#3F3872
(63,56,114)
#393266
(57,50,102)
#332C5A
(51,44,90)
#2D264E
(45,38,78)
#272042
(39,32,66)
#211A36
(33,26,54)
#1B142A
(27,20,42)
#150E1E
(21,14,30)
#0F0812
(15,8,18)
#000000
(0,0,0)

Tints of #4B448A

#4B448A
(75,68,138)
#5B5594
(91,85,148)
#6B669E
(107,102,158)
#7B77A8
(123,119,168)
#8B88B2
(139,136,178)
#9B99BC
(155,153,188)
#ABAAC6
(171,170,198)
#BBBBD0
(187,187,208)
#CBCCDA
(203,204,218)
#DBDDE4
(219,221,228)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B448A; }

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

This text font color is #4B448A.


Background Color

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

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

This div background color is #4B448A.


Border color

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

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

This div border color is #4B448A.


Opacity

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

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

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

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

This text has shadow with #4B448A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B448A on black background.


Color preview on white background

This text has color #4B448A on white background.



Black color preview on #4B448A background

This text has black color on #4B448A background.


White color preview on #4B448A background

This text has white color on #4B448A background.