COLOR #4B4998

HEX: #4B4998
RGB: (75,73,152)

Color info

#4B4998 contains mainly blue color. Web safe color of #4B4998 is #333399 (or #339).

RGB color model

#4B4998 color RGB value is (75,73,152).

  • red value is 75;
  • green value is 73;
  • blue value is 152.
RGB:
(75,73,152)
(29%,29%,60%)

RGB channels and saturation

R 75 of 255 = 29%
G 73 of 255 = 29%
B 152 of 255 = 60%

75
73
152

R + G + B ~ 39%. #4B4998 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 73 + 152 = 300 (100%)
R 75 of 300 ~ 25%
G 73 of 300 ~ 24.33%
B 152 of 300 ~ 50.67%

%25
%24.33
%50.67

CMYK color model

#4B4998 color CMYK value is (51,52,0,40).

  • cyan value is 50.66%
  • magenta value is 51.97%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(51,52,0,40)
C51M52Y0K40 
(51%,52%,0%,40%)
(0.51/0.52/0.00/0.40)	

CMYK percentages

%50.66
%51.97
%0
%40.39

Codes

Color #4B4998 in popluar color models

4B4998
RGB7573152
HSL242°35.11%44.12%
HSB/HSV242°51.97%59.61%
CMYK50.66%51.97%0.00%
40.39%

Color #4B4998 in popluar number systems.

HEX4B4998
Decimal7573152
Binary1001011100100110011000
Octal113111230

Shades and tints

Shades of #4B4998

#4B4998
(75,73,152)
#45438B
(69,67,139)
#3F3D7E
(63,61,126)
#393771
(57,55,113)
#333164
(51,49,100)
#2D2B57
(45,43,87)
#27254A
(39,37,74)
#211F3D
(33,31,61)
#1B1930
(27,25,48)
#151323
(21,19,35)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #4B4998

#4B4998
(75,73,152)
#5B59A1
(91,89,161)
#6B69AA
(107,105,170)
#7B79B3
(123,121,179)
#8B89BC
(139,137,188)
#9B99C5
(155,153,197)
#ABA9CE
(171,169,206)
#BBB9D7
(187,185,215)
#CBC9E0
(203,201,224)
#DBD9E9
(219,217,233)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4998 color. Also use rgb(75,73,152) instead hex code.

Text Font Color

.myTextColor { color: #4B4998; }

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

This text font color is #4B4998.


Background Color

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

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

This div background color is #4B4998.


Border color

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

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

This div border color is #4B4998.


Opacity

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

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

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

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

This text has shadow with #4B4998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4998 on black background.


Color preview on white background

This text has color #4B4998 on white background.



Black color preview on #4B4998 background

This text has black color on #4B4998 background.


White color preview on #4B4998 background

This text has white color on #4B4998 background.