COLOR #4B91DB

HEX: #4B91DB
RGB: (75,145,219)

Color info

#4B91DB contains mainly blue color. Web safe color of #4B91DB is #3399CC (or #39C).

RGB color model

#4B91DB color RGB value is (75,145,219).

  • red value is 75;
  • green value is 145;
  • blue value is 219.
RGB:
(75,145,219)
(29%,57%,86%)

RGB channels and saturation

R 75 of 255 = 29%
G 145 of 255 = 57%
B 219 of 255 = 86%

75
145
219

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

Portions of RGB colors in percentages

R + G + B =
75 + 145 + 219 = 439 (100%)
R 75 of 439 ~ 17.08%
G 145 of 439 ~ 33.03%
B 219 of 439 ~ 49.89%

%17.08
%33.03
%49.89

CMYK color model

#4B91DB color CMYK value is (66,34,0,14).

  • cyan value is 65.75%
  • magenta value is 33.79%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(66,34,0,14)
C66M34Y0K14 
(66%,34%,0%,14%)
(0.66/0.34/0.00/0.14)	

CMYK percentages

%65.75
%33.79
%0
%14.12

Codes

Color #4B91DB in popluar color models

4B91DB
RGB75145219
HSL211°66.67%57.65%
HSB/HSV211°65.75%85.88%
CMYK65.75%33.79%0.00%
14.12%

Color #4B91DB in popluar number systems.

HEX4B91DB
Decimal75145219
Binary10010111001000111011011
Octal113221333

Shades and tints

Shades of #4B91DB

#4B91DB
(75,145,219)
#4584C8
(69,132,200)
#3F77B5
(63,119,181)
#396AA2
(57,106,162)
#335D8F
(51,93,143)
#2D507C
(45,80,124)
#274369
(39,67,105)
#213656
(33,54,86)
#1B2943
(27,41,67)
#151C30
(21,28,48)
#0F0F1D
(15,15,29)
#000000
(0,0,0)

Tints of #4B91DB

#4B91DB
(75,145,219)
#5B9BDE
(91,155,222)
#6BA5E1
(107,165,225)
#7BAFE4
(123,175,228)
#8BB9E7
(139,185,231)
#9BC3EA
(155,195,234)
#ABCDED
(171,205,237)
#BBD7F0
(187,215,240)
#CBE1F3
(203,225,243)
#DBEBF6
(219,235,246)
#EBF5F9
(235,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B91DB color. Also use rgb(75,145,219) instead hex code.

Text Font Color

.myTextColor { color: #4B91DB; }

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

This text font color is #4B91DB.


Background Color

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

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

This div background color is #4B91DB.


Border color

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

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

This div border color is #4B91DB.


Opacity

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

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

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

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

This text has shadow with #4B91DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B91DB on black background.


Color preview on white background

This text has color #4B91DB on white background.



Black color preview on #4B91DB background

This text has black color on #4B91DB background.


White color preview on #4B91DB background

This text has white color on #4B91DB background.