COLOR #4B58DD

HEX: #4B58DD
RGB: (75,88,221)

Color info

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

RGB color model

#4B58DD color RGB value is (75,88,221).

  • red value is 75;
  • green value is 88;
  • blue value is 221.
RGB:
(75,88,221)
(29%,35%,87%)

RGB channels and saturation

R 75 of 255 = 29%
G 88 of 255 = 35%
B 221 of 255 = 87%

75
88
221

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

Portions of RGB colors in percentages

R + G + B =
75 + 88 + 221 = 384 (100%)
R 75 of 384 ~ 19.53%
G 88 of 384 ~ 22.92%
B 221 of 384 ~ 57.55%

%19.53
%22.92
%57.55

CMYK color model

#4B58DD color CMYK value is (66,60,0,13).

  • cyan value is 66.06%
  • magenta value is 60.18%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(66,60,0,13)
C66M60Y0K13 
(66%,60%,0%,13%)
(0.66/0.60/0.00/0.13)	

CMYK percentages

%66.06
%60.18
%0
%13.33

Codes

Color #4B58DD in popluar color models

4B58DD
RGB7588221
HSL235°68.22%58.04%
HSB/HSV235°66.06%86.67%
CMYK66.06%60.18%0.00%
13.33%

Color #4B58DD in popluar number systems.

HEX4B58DD
Decimal7588221
Binary1001011101100011011101
Octal113130335

Shades and tints

Shades of #4B58DD

#4B58DD
(75,88,221)
#4550C9
(69,80,201)
#3F48B5
(63,72,181)
#3940A1
(57,64,161)
#33388D
(51,56,141)
#2D3079
(45,48,121)
#272865
(39,40,101)
#212051
(33,32,81)
#1B183D
(27,24,61)
#151029
(21,16,41)
#0F0815
(15,8,21)
#000000
(0,0,0)

Tints of #4B58DD

#4B58DD
(75,88,221)
#5B67E0
(91,103,224)
#6B76E3
(107,118,227)
#7B85E6
(123,133,230)
#8B94E9
(139,148,233)
#9BA3EC
(155,163,236)
#ABB2EF
(171,178,239)
#BBC1F2
(187,193,242)
#CBD0F5
(203,208,245)
#DBDFF8
(219,223,248)
#EBEEFB
(235,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B58DD color. Also use rgb(75,88,221) instead hex code.

Text Font Color

.myTextColor { color: #4B58DD; }

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

This text font color is #4B58DD.


Background Color

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

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

This div background color is #4B58DD.


Border color

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

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

This div border color is #4B58DD.


Opacity

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

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

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

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

This text has shadow with #4B58DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B58DD on black background.


Color preview on white background

This text has color #4B58DD on white background.



Black color preview on #4B58DD background

This text has black color on #4B58DD background.


White color preview on #4B58DD background

This text has white color on #4B58DD background.