COLOR #4B417B

HEX: #4B417B
RGB: (75,65,123)

Color info

#4B417B contains red, green and blue colors in about the same proportion. Web safe color of #4B417B is #333366 (or #336).

RGB color model

#4B417B color RGB value is (75,65,123).

  • red value is 75;
  • green value is 65;
  • blue value is 123.
RGB:
(75,65,123)
(29%,25%,48%)

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 123 of 255 = 48%

75
65
123

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

Portions of RGB colors in percentages

R + G + B =
75 + 65 + 123 = 263 (100%)
R 75 of 263 ~ 28.52%
G 65 of 263 ~ 24.71%
B 123 of 263 ~ 46.77%

%28.52
%24.71
%46.77

CMYK color model

#4B417B color CMYK value is (39,47,0,52).

  • cyan value is 39.02%
  • magenta value is 47.15%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(39,47,0,52)
C39M47Y0K52 
(39%,47%,0%,52%)
(0.39/0.47/0.00/0.52)	

CMYK percentages

%39.02
%47.15
%0
%51.76

Codes

Color #4B417B in popluar color models

4B417B
RGB7565123
HSL250°30.85%36.86%
HSB/HSV250°47.15%48.24%
CMYK39.02%47.15%0.00%
51.76%

Color #4B417B in popluar number systems.

HEX4B417B
Decimal7565123
Binary100101110000011111011
Octal113101173

Shades and tints

Shades of #4B417B

#4B417B
(75,65,123)
#453C70
(69,60,112)
#3F3765
(63,55,101)
#39325A
(57,50,90)
#332D4F
(51,45,79)
#2D2844
(45,40,68)
#272339
(39,35,57)
#211E2E
(33,30,46)
#1B1923
(27,25,35)
#151418
(21,20,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #4B417B

#4B417B
(75,65,123)
#5B5287
(91,82,135)
#6B6393
(107,99,147)
#7B749F
(123,116,159)
#8B85AB
(139,133,171)
#9B96B7
(155,150,183)
#ABA7C3
(171,167,195)
#BBB8CF
(187,184,207)
#CBC9DB
(203,201,219)
#DBDAE7
(219,218,231)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B417B color. Also use rgb(75,65,123) instead hex code.

Text Font Color

.myTextColor { color: #4B417B; }

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

This text font color is #4B417B.


Background Color

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

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

This div background color is #4B417B.


Border color

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

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

This div border color is #4B417B.


Opacity

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

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

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

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

This text has shadow with #4B417B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B417B on black background.


Color preview on white background

This text has color #4B417B on white background.



Black color preview on #4B417B background

This text has black color on #4B417B background.


White color preview on #4B417B background

This text has white color on #4B417B background.