COLOR #4845BB

HEX: #4845BB
RGB: (72,69,187)

Color info

#4845BB contains mainly blue color. Web safe color of #4845BB is #3333CC (or #33C).

RGB color model

#4845BB color RGB value is (72,69,187).

  • red value is 72;
  • green value is 69;
  • blue value is 187.
RGB:
(72,69,187)
(28%,27%,73%)

RGB channels and saturation

R 72 of 255 = 28%
G 69 of 255 = 27%
B 187 of 255 = 73%

72
69
187

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

Portions of RGB colors in percentages

R + G + B =
72 + 69 + 187 = 328 (100%)
R 72 of 328 ~ 21.95%
G 69 of 328 ~ 21.04%
B 187 of 328 ~ 57.01%

%21.95
%21.04
%57.01

CMYK color model

#4845BB color CMYK value is (61,63,0,27).

  • cyan value is 61.50%
  • magenta value is 63.10%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(61,63,0,27)
C61M63Y0K27 
(61%,63%,0%,27%)
(0.61/0.63/0.00/0.27)	

CMYK percentages

%61.5
%63.1
%0
%26.67

Codes

Color #4845BB in popluar color models

4845BB
RGB7269187
HSL242°46.46%50.20%
HSB/HSV242°63.10%73.33%
CMYK61.50%63.10%0.00%
26.67%

Color #4845BB in popluar number systems.

HEX4845BB
Decimal7269187
Binary1001000100010110111011
Octal110105273

Shades and tints

Shades of #4845BB

#4845BB
(72,69,187)
#423FAA
(66,63,170)
#3C3999
(60,57,153)
#363388
(54,51,136)
#302D77
(48,45,119)
#2A2766
(42,39,102)
#242155
(36,33,85)
#1E1B44
(30,27,68)
#181533
(24,21,51)
#120F22
(18,15,34)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #4845BB

#4845BB
(72,69,187)
#5855C1
(88,85,193)
#6865C7
(104,101,199)
#7875CD
(120,117,205)
#8885D3
(136,133,211)
#9895D9
(152,149,217)
#A8A5DF
(168,165,223)
#B8B5E5
(184,181,229)
#C8C5EB
(200,197,235)
#D8D5F1
(216,213,241)
#E8E5F7
(232,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4845BB color. Also use rgb(72,69,187) instead hex code.

Text Font Color

.myTextColor { color: #4845BB; }

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

This text font color is #4845BB.


Background Color

.myBgColor { background-color: #4845BB; }

<div style="background-color:#4845BB">Inner text</div>

This div background color is #4845BB.


Border color

.myBorderColor { border: 1px solid #4845BB; }

<div style="border:3px solid #4845BB">Div</div>

This div border color is #4845BB.


Opacity

.myOpacity80 { color: #4845BB; opacity: 0.8; }

<p style="color:#4845BB;opacity:0.8;">80%</p>

Text with #4845BB 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 #4845BB;}

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

This text has shadow with #4845BB color.

.textShadow {text-shadow: 3px 3px 1px #4845BB, 3px 3px 1px red;}

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

This text has shadow with #4845BB primary color and red secondary color.


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

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

This text has shadow with #4845BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4845BB on black background.


Color preview on white background

This text has color #4845BB on white background.



Black color preview on #4845BB background

This text has black color on #4845BB background.


White color preview on #4845BB background

This text has white color on #4845BB background.