COLOR #4B468D

HEX: #4B468D
RGB: (75,70,141)

Color info

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

RGB color model

#4B468D color RGB value is (75,70,141).

  • red value is 75;
  • green value is 70;
  • blue value is 141.
RGB:
(75,70,141)
(29%,27%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 70 of 255 = 27%
B 141 of 255 = 55%

75
70
141

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

Portions of RGB colors in percentages

R + G + B =
75 + 70 + 141 = 286 (100%)
R 75 of 286 ~ 26.22%
G 70 of 286 ~ 24.48%
B 141 of 286 ~ 49.3%

%26.22
%24.48
%49.3

CMYK color model

#4B468D color CMYK value is (47,50,0,45).

  • cyan value is 46.81%
  • magenta value is 50.35%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(47,50,0,45)
C47M50Y0K45 
(47%,50%,0%,45%)
(0.47/0.50/0.00/0.45)	

CMYK percentages

%46.81
%50.35
%0
%44.71

Codes

Color #4B468D in popluar color models

4B468D
RGB7570141
HSL244°33.65%41.37%
HSB/HSV244°50.35%55.29%
CMYK46.81%50.35%0.00%
44.71%

Color #4B468D in popluar number systems.

HEX4B468D
Decimal7570141
Binary1001011100011010001101
Octal113106215

Shades and tints

Shades of #4B468D

#4B468D
(75,70,141)
#454081
(69,64,129)
#3F3A75
(63,58,117)
#393469
(57,52,105)
#332E5D
(51,46,93)
#2D2851
(45,40,81)
#272245
(39,34,69)
#211C39
(33,28,57)
#1B162D
(27,22,45)
#151021
(21,16,33)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #4B468D

#4B468D
(75,70,141)
#5B5697
(91,86,151)
#6B66A1
(107,102,161)
#7B76AB
(123,118,171)
#8B86B5
(139,134,181)
#9B96BF
(155,150,191)
#ABA6C9
(171,166,201)
#BBB6D3
(187,182,211)
#CBC6DD
(203,198,221)
#DBD6E7
(219,214,231)
#EBE6F1
(235,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B468D color. Also use rgb(75,70,141) instead hex code.

Text Font Color

.myTextColor { color: #4B468D; }

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

This text font color is #4B468D.


Background Color

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

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

This div background color is #4B468D.


Border color

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

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

This div border color is #4B468D.


Opacity

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

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

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

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

This text has shadow with #4B468D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B468D on black background.


Color preview on white background

This text has color #4B468D on white background.



Black color preview on #4B468D background

This text has black color on #4B468D background.


White color preview on #4B468D background

This text has white color on #4B468D background.