COLOR #4855B1

HEX: #4855B1
RGB: (72,85,177)

Color info

#4855B1 contains mainly blue color. Web safe color of #4855B1 is #336699 (or #369).

RGB color model

#4855B1 color RGB value is (72,85,177).

  • red value is 72;
  • green value is 85;
  • blue value is 177.
RGB:
(72,85,177)
(28%,33%,69%)

RGB channels and saturation

R 72 of 255 = 28%
G 85 of 255 = 33%
B 177 of 255 = 69%

72
85
177

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

Portions of RGB colors in percentages

R + G + B =
72 + 85 + 177 = 334 (100%)
R 72 of 334 ~ 21.56%
G 85 of 334 ~ 25.45%
B 177 of 334 ~ 52.99%

%21.56
%25.45
%52.99

CMYK color model

#4855B1 color CMYK value is (59,52,0,31).

  • cyan value is 59.32%
  • magenta value is 51.98%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(59,52,0,31)
C59M52Y0K31 
(59%,52%,0%,31%)
(0.59/0.52/0.00/0.31)	

CMYK percentages

%59.32
%51.98
%0
%30.59

Codes

Color #4855B1 in popluar color models

4855B1
RGB7285177
HSL233°42.17%48.82%
HSB/HSV233°59.32%69.41%
CMYK59.32%51.98%0.00%
30.59%

Color #4855B1 in popluar number systems.

HEX4855B1
Decimal7285177
Binary1001000101010110110001
Octal110125261

Shades and tints

Shades of #4855B1

#4855B1
(72,85,177)
#424EA1
(66,78,161)
#3C4791
(60,71,145)
#364081
(54,64,129)
#303971
(48,57,113)
#2A3261
(42,50,97)
#242B51
(36,43,81)
#1E2441
(30,36,65)
#181D31
(24,29,49)
#121621
(18,22,33)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #4855B1

#4855B1
(72,85,177)
#5864B8
(88,100,184)
#6873BF
(104,115,191)
#7882C6
(120,130,198)
#8891CD
(136,145,205)
#98A0D4
(152,160,212)
#A8AFDB
(168,175,219)
#B8BEE2
(184,190,226)
#C8CDE9
(200,205,233)
#D8DCF0
(216,220,240)
#E8EBF7
(232,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4855B1 color. Also use rgb(72,85,177) instead hex code.

Text Font Color

.myTextColor { color: #4855B1; }

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

This text font color is #4855B1.


Background Color

.myBgColor { background-color: #4855B1; }

<div style="background-color:#4855B1">Inner text</div>

This div background color is #4855B1.


Border color

.myBorderColor { border: 1px solid #4855B1; }

<div style="border:3px solid #4855B1">Div</div>

This div border color is #4855B1.


Opacity

.myOpacity80 { color: #4855B1; opacity: 0.8; }

<p style="color:#4855B1;opacity:0.8;">80%</p>

Text with #4855B1 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 #4855B1;}

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

This text has shadow with #4855B1 color.

.textShadow {text-shadow: 3px 3px 1px #4855B1, 3px 3px 1px red;}

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

This text has shadow with #4855B1 primary color and red secondary color.


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

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

This text has shadow with #4855B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4855B1 on black background.


Color preview on white background

This text has color #4855B1 on white background.



Black color preview on #4855B1 background

This text has black color on #4855B1 background.


White color preview on #4855B1 background

This text has white color on #4855B1 background.