COLOR #4B5DDF

HEX: #4B5DDF
RGB: (75,93,223)

Color info

#4B5DDF contains mainly blue color. Web safe color of #4B5DDF is #3366CC (or #36C).

RGB color model

#4B5DDF color RGB value is (75,93,223).

  • red value is 75;
  • green value is 93;
  • blue value is 223.
RGB:
(75,93,223)
(29%,36%,87%)

RGB channels and saturation

R 75 of 255 = 29%
G 93 of 255 = 36%
B 223 of 255 = 87%

75
93
223

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

Portions of RGB colors in percentages

R + G + B =
75 + 93 + 223 = 391 (100%)
R 75 of 391 ~ 19.18%
G 93 of 391 ~ 23.79%
B 223 of 391 ~ 57.03%

%19.18
%23.79
%57.03

CMYK color model

#4B5DDF color CMYK value is (66,58,0,13).

  • cyan value is 66.37%
  • magenta value is 58.30%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(66,58,0,13)
C66M58Y0K13 
(66%,58%,0%,13%)
(0.66/0.58/0.00/0.13)	

CMYK percentages

%66.37
%58.3
%0
%12.55

Codes

Color #4B5DDF in popluar color models

4B5DDF
RGB7593223
HSL233°69.81%58.43%
HSB/HSV233°66.37%87.45%
CMYK66.37%58.30%0.00%
12.55%

Color #4B5DDF in popluar number systems.

HEX4B5DDF
Decimal7593223
Binary1001011101110111011111
Octal113135337

Shades and tints

Shades of #4B5DDF

#4B5DDF
(75,93,223)
#4555CB
(69,85,203)
#3F4DB7
(63,77,183)
#3945A3
(57,69,163)
#333D8F
(51,61,143)
#2D357B
(45,53,123)
#272D67
(39,45,103)
#212553
(33,37,83)
#1B1D3F
(27,29,63)
#15152B
(21,21,43)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #4B5DDF

#4B5DDF
(75,93,223)
#5B6BE1
(91,107,225)
#6B79E3
(107,121,227)
#7B87E5
(123,135,229)
#8B95E7
(139,149,231)
#9BA3E9
(155,163,233)
#ABB1EB
(171,177,235)
#BBBFED
(187,191,237)
#CBCDEF
(203,205,239)
#DBDBF1
(219,219,241)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5DDF color. Also use rgb(75,93,223) instead hex code.

Text Font Color

.myTextColor { color: #4B5DDF; }

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

This text font color is #4B5DDF.


Background Color

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

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

This div background color is #4B5DDF.


Border color

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

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

This div border color is #4B5DDF.


Opacity

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

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

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

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

This text has shadow with #4B5DDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5DDF on black background.


Color preview on white background

This text has color #4B5DDF on white background.



Black color preview on #4B5DDF background

This text has black color on #4B5DDF background.


White color preview on #4B5DDF background

This text has white color on #4B5DDF background.