COLOR #4B4474

HEX: #4B4474
RGB: (75,68,116)

Color info

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

RGB color model

#4B4474 color RGB value is (75,68,116).

  • red value is 75;
  • green value is 68;
  • blue value is 116.
RGB:
(75,68,116)
(29%,27%,45%)

RGB channels and saturation

R 75 of 255 = 29%
G 68 of 255 = 27%
B 116 of 255 = 45%

75
68
116

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

Portions of RGB colors in percentages

R + G + B =
75 + 68 + 116 = 259 (100%)
R 75 of 259 ~ 28.96%
G 68 of 259 ~ 26.25%
B 116 of 259 ~ 44.79%

%28.96
%26.25
%44.79

CMYK color model

#4B4474 color CMYK value is (35,41,0,55).

  • cyan value is 35.34%
  • magenta value is 41.38%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(35,41,0,55)
C35M41Y0K55 
(35%,41%,0%,55%)
(0.35/0.41/0.00/0.55)	

CMYK percentages

%35.34
%41.38
%0
%54.51

Codes

Color #4B4474 in popluar color models

4B4474
RGB7568116
HSL249°26.09%36.08%
HSB/HSV249°41.38%45.49%
CMYK35.34%41.38%0.00%
54.51%

Color #4B4474 in popluar number systems.

HEX4B4474
Decimal7568116
Binary100101110001001110100
Octal113104164

Shades and tints

Shades of #4B4474

#4B4474
(75,68,116)
#453E6A
(69,62,106)
#3F3860
(63,56,96)
#393256
(57,50,86)
#332C4C
(51,44,76)
#2D2642
(45,38,66)
#272038
(39,32,56)
#211A2E
(33,26,46)
#1B1424
(27,20,36)
#150E1A
(21,14,26)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #4B4474

#4B4474
(75,68,116)
#5B5580
(91,85,128)
#6B668C
(107,102,140)
#7B7798
(123,119,152)
#8B88A4
(139,136,164)
#9B99B0
(155,153,176)
#ABAABC
(171,170,188)
#BBBBC8
(187,187,200)
#CBCCD4
(203,204,212)
#DBDDE0
(219,221,224)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4474 color. Also use rgb(75,68,116) instead hex code.

Text Font Color

.myTextColor { color: #4B4474; }

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

This text font color is #4B4474.


Background Color

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

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

This div background color is #4B4474.


Border color

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

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

This div border color is #4B4474.


Opacity

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

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

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

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

This text has shadow with #4B4474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4474 on black background.


Color preview on white background

This text has color #4B4474 on white background.



Black color preview on #4B4474 background

This text has black color on #4B4474 background.


White color preview on #4B4474 background

This text has white color on #4B4474 background.