COLOR #4B367A

HEX: #4B367A
RGB: (75,54,122)

Color info

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

RGB color model

#4B367A color RGB value is (75,54,122).

  • red value is 75;
  • green value is 54;
  • blue value is 122.
RGB:
(75,54,122)
(29%,21%,48%)

RGB channels and saturation

R 75 of 255 = 29%
G 54 of 255 = 21%
B 122 of 255 = 48%

75
54
122

R + G + B ~ 33%. #4B367A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 54 + 122 = 251 (100%)
R 75 of 251 ~ 29.88%
G 54 of 251 ~ 21.51%
B 122 of 251 ~ 48.61%

%29.88
%21.51
%48.61

CMYK color model

#4B367A color CMYK value is (39,56,0,52).

  • cyan value is 38.52%
  • magenta value is 55.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(39,56,0,52)
C39M56Y0K52 
(39%,56%,0%,52%)
(0.39/0.56/0.00/0.52)	

CMYK percentages

%38.52
%55.74
%0
%52.16

Codes

Color #4B367A in popluar color models

4B367A
RGB7554122
HSL259°38.64%34.51%
HSB/HSV259°55.74%47.84%
CMYK38.52%55.74%0.00%
52.16%

Color #4B367A in popluar number systems.

HEX4B367A
Decimal7554122
Binary10010111101101111010
Octal11366172

Shades and tints

Shades of #4B367A

#4B367A
(75,54,122)
#45326F
(69,50,111)
#3F2E64
(63,46,100)
#392A59
(57,42,89)
#33264E
(51,38,78)
#2D2243
(45,34,67)
#271E38
(39,30,56)
#211A2D
(33,26,45)
#1B1622
(27,22,34)
#151217
(21,18,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #4B367A

#4B367A
(75,54,122)
#5B4886
(91,72,134)
#6B5A92
(107,90,146)
#7B6C9E
(123,108,158)
#8B7EAA
(139,126,170)
#9B90B6
(155,144,182)
#ABA2C2
(171,162,194)
#BBB4CE
(187,180,206)
#CBC6DA
(203,198,218)
#DBD8E6
(219,216,230)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B367A color. Also use rgb(75,54,122) instead hex code.

Text Font Color

.myTextColor { color: #4B367A; }

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

This text font color is #4B367A.


Background Color

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

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

This div background color is #4B367A.


Border color

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

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

This div border color is #4B367A.


Opacity

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

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

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

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

This text has shadow with #4B367A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B367A on black background.


Color preview on white background

This text has color #4B367A on white background.



Black color preview on #4B367A background

This text has black color on #4B367A background.


White color preview on #4B367A background

This text has white color on #4B367A background.