COLOR #4B417C

HEX: #4B417C
RGB: (75,65,124)

Color info

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

RGB color model

#4B417C color RGB value is (75,65,124).

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

RGB channels and saturation

R 75 of 255 = 29%
G 65 of 255 = 25%
B 124 of 255 = 49%

75
65
124

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

Portions of RGB colors in percentages

R + G + B =
75 + 65 + 124 = 264 (100%)
R 75 of 264 ~ 28.41%
G 65 of 264 ~ 24.62%
B 124 of 264 ~ 46.97%

%28.41
%24.62
%46.97

CMYK color model

#4B417C color CMYK value is (40,48,0,51).

  • cyan value is 39.52%
  • magenta value is 47.58%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(40,48,0,51)
C40M48Y0K51 
(40%,48%,0%,51%)
(0.40/0.48/0.00/0.51)	

CMYK percentages

%39.52
%47.58
%0
%51.37

Codes

Color #4B417C in popluar color models

4B417C
RGB7565124
HSL250°31.22%37.06%
HSB/HSV250°47.58%48.63%
CMYK39.52%47.58%0.00%
51.37%

Color #4B417C in popluar number systems.

HEX4B417C
Decimal7565124
Binary100101110000011111100
Octal113101174

Shades and tints

Shades of #4B417C

#4B417C
(75,65,124)
#453C71
(69,60,113)
#3F3766
(63,55,102)
#39325B
(57,50,91)
#332D50
(51,45,80)
#2D2845
(45,40,69)
#27233A
(39,35,58)
#211E2F
(33,30,47)
#1B1924
(27,25,36)
#151419
(21,20,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #4B417C

#4B417C
(75,65,124)
#5B5287
(91,82,135)
#6B6392
(107,99,146)
#7B749D
(123,116,157)
#8B85A8
(139,133,168)
#9B96B3
(155,150,179)
#ABA7BE
(171,167,190)
#BBB8C9
(187,184,201)
#CBC9D4
(203,201,212)
#DBDADF
(219,218,223)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B417C; }

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

This text font color is #4B417C.


Background Color

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

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

This div background color is #4B417C.


Border color

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

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

This div border color is #4B417C.


Opacity

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

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

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

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

This text has shadow with #4B417C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B417C on black background.


Color preview on white background

This text has color #4B417C on white background.



Black color preview on #4B417C background

This text has black color on #4B417C background.


White color preview on #4B417C background

This text has white color on #4B417C background.