COLOR #4B407E

HEX: #4B407E
RGB: (75,64,126)

Color info

#4B407E contains mainly red and blue colors. Web safe color of #4B407E is #333366 (or #336).

RGB color model

#4B407E color RGB value is (75,64,126).

  • red value is 75;
  • green value is 64;
  • blue value is 126.
RGB:
(75,64,126)
(29%,25%,49%)

RGB channels and saturation

R 75 of 255 = 29%
G 64 of 255 = 25%
B 126 of 255 = 49%

75
64
126

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

Portions of RGB colors in percentages

R + G + B =
75 + 64 + 126 = 265 (100%)
R 75 of 265 ~ 28.3%
G 64 of 265 ~ 24.15%
B 126 of 265 ~ 47.55%

%28.3
%24.15
%47.55

CMYK color model

#4B407E color CMYK value is (40,49,0,51).

  • cyan value is 40.48%
  • magenta value is 49.21%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(40,49,0,51)
C40M49Y0K51 
(40%,49%,0%,51%)
(0.40/0.49/0.00/0.51)	

CMYK percentages

%40.48
%49.21
%0
%50.59

Codes

Color #4B407E in popluar color models

4B407E
RGB7564126
HSL251°32.63%37.25%
HSB/HSV251°49.21%49.41%
CMYK40.48%49.21%0.00%
50.59%

Color #4B407E in popluar number systems.

HEX4B407E
Decimal7564126
Binary100101110000001111110
Octal113100176

Shades and tints

Shades of #4B407E

#4B407E
(75,64,126)
#453B73
(69,59,115)
#3F3668
(63,54,104)
#39315D
(57,49,93)
#332C52
(51,44,82)
#2D2747
(45,39,71)
#27223C
(39,34,60)
#211D31
(33,29,49)
#1B1826
(27,24,38)
#15131B
(21,19,27)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #4B407E

#4B407E
(75,64,126)
#5B5189
(91,81,137)
#6B6294
(107,98,148)
#7B739F
(123,115,159)
#8B84AA
(139,132,170)
#9B95B5
(155,149,181)
#ABA6C0
(171,166,192)
#BBB7CB
(187,183,203)
#CBC8D6
(203,200,214)
#DBD9E1
(219,217,225)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B407E color. Also use rgb(75,64,126) instead hex code.

Text Font Color

.myTextColor { color: #4B407E; }

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

This text font color is #4B407E.


Background Color

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

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

This div background color is #4B407E.


Border color

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

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

This div border color is #4B407E.


Opacity

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

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

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

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

This text has shadow with #4B407E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B407E on black background.


Color preview on white background

This text has color #4B407E on white background.



Black color preview on #4B407E background

This text has black color on #4B407E background.


White color preview on #4B407E background

This text has white color on #4B407E background.