COLOR #4B53AB

HEX: #4B53AB
RGB: (75,83,171)

Color info

#4B53AB contains mainly blue color. Web safe color of #4B53AB is #336699 (or #369).

RGB color model

#4B53AB color RGB value is (75,83,171).

  • red value is 75;
  • green value is 83;
  • blue value is 171.
RGB:
(75,83,171)
(29%,33%,67%)

RGB channels and saturation

R 75 of 255 = 29%
G 83 of 255 = 33%
B 171 of 255 = 67%

75
83
171

R + G + B ~ 43%. #4B53AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 83 + 171 = 329 (100%)
R 75 of 329 ~ 22.8%
G 83 of 329 ~ 25.23%
B 171 of 329 ~ 51.98%

%22.8
%25.23
%51.98

CMYK color model

#4B53AB color CMYK value is (56,51,0,33).

  • cyan value is 56.14%
  • magenta value is 51.46%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(56,51,0,33)
C56M51Y0K33 
(56%,51%,0%,33%)
(0.56/0.51/0.00/0.33)	

CMYK percentages

%56.14
%51.46
%0
%32.94

Codes

Color #4B53AB in popluar color models

4B53AB
RGB7583171
HSL235°39.02%48.24%
HSB/HSV235°56.14%67.06%
CMYK56.14%51.46%0.00%
32.94%

Color #4B53AB in popluar number systems.

HEX4B53AB
Decimal7583171
Binary1001011101001110101011
Octal113123253

Shades and tints

Shades of #4B53AB

#4B53AB
(75,83,171)
#454C9C
(69,76,156)
#3F458D
(63,69,141)
#393E7E
(57,62,126)
#33376F
(51,55,111)
#2D3060
(45,48,96)
#272951
(39,41,81)
#212242
(33,34,66)
#1B1B33
(27,27,51)
#151424
(21,20,36)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #4B53AB

#4B53AB
(75,83,171)
#5B62B2
(91,98,178)
#6B71B9
(107,113,185)
#7B80C0
(123,128,192)
#8B8FC7
(139,143,199)
#9B9ECE
(155,158,206)
#ABADD5
(171,173,213)
#BBBCDC
(187,188,220)
#CBCBE3
(203,203,227)
#DBDAEA
(219,218,234)
#EBE9F1
(235,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B53AB color. Also use rgb(75,83,171) instead hex code.

Text Font Color

.myTextColor { color: #4B53AB; }

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

This text font color is #4B53AB.


Background Color

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

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

This div background color is #4B53AB.


Border color

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

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

This div border color is #4B53AB.


Opacity

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

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

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

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

This text has shadow with #4B53AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B53AB on black background.


Color preview on white background

This text has color #4B53AB on white background.



Black color preview on #4B53AB background

This text has black color on #4B53AB background.


White color preview on #4B53AB background

This text has white color on #4B53AB background.