COLOR #4B438C

HEX: #4B438C
RGB: (75,67,140)

Color info

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

RGB color model

#4B438C color RGB value is (75,67,140).

  • red value is 75;
  • green value is 67;
  • blue value is 140.
RGB:
(75,67,140)
(29%,26%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 67 of 255 = 26%
B 140 of 255 = 55%

75
67
140

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

Portions of RGB colors in percentages

R + G + B =
75 + 67 + 140 = 282 (100%)
R 75 of 282 ~ 26.6%
G 67 of 282 ~ 23.76%
B 140 of 282 ~ 49.65%

%26.6
%23.76
%49.65

CMYK color model

#4B438C color CMYK value is (46,52,0,45).

  • cyan value is 46.43%
  • magenta value is 52.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(46,52,0,45)
C46M52Y0K45 
(46%,52%,0%,45%)
(0.46/0.52/0.00/0.45)	

CMYK percentages

%46.43
%52.14
%0
%45.1

Codes

Color #4B438C in popluar color models

4B438C
RGB7567140
HSL247°35.27%40.59%
HSB/HSV247°52.14%54.90%
CMYK46.43%52.14%0.00%
45.10%

Color #4B438C in popluar number systems.

HEX4B438C
Decimal7567140
Binary1001011100001110001100
Octal113103214

Shades and tints

Shades of #4B438C

#4B438C
(75,67,140)
#453D80
(69,61,128)
#3F3774
(63,55,116)
#393168
(57,49,104)
#332B5C
(51,43,92)
#2D2550
(45,37,80)
#271F44
(39,31,68)
#211938
(33,25,56)
#1B132C
(27,19,44)
#150D20
(21,13,32)
#0F0714
(15,7,20)
#000000
(0,0,0)

Tints of #4B438C

#4B438C
(75,67,140)
#5B5496
(91,84,150)
#6B65A0
(107,101,160)
#7B76AA
(123,118,170)
#8B87B4
(139,135,180)
#9B98BE
(155,152,190)
#ABA9C8
(171,169,200)
#BBBAD2
(187,186,210)
#CBCBDC
(203,203,220)
#DBDCE6
(219,220,230)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B438C color. Also use rgb(75,67,140) instead hex code.

Text Font Color

.myTextColor { color: #4B438C; }

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

This text font color is #4B438C.


Background Color

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

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

This div background color is #4B438C.


Border color

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

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

This div border color is #4B438C.


Opacity

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

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

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

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

This text has shadow with #4B438C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B438C on black background.


Color preview on white background

This text has color #4B438C on white background.



Black color preview on #4B438C background

This text has black color on #4B438C background.


White color preview on #4B438C background

This text has white color on #4B438C background.