COLOR #485DAB

HEX: #485DAB
RGB: (72,93,171)

Color info

#485DAB contains mainly blue color. Web safe color of #485DAB is #336699 (or #369).

RGB color model

#485DAB color RGB value is (72,93,171).

  • red value is 72;
  • green value is 93;
  • blue value is 171.
RGB:
(72,93,171)
(28%,36%,67%)

RGB channels and saturation

R 72 of 255 = 28%
G 93 of 255 = 36%
B 171 of 255 = 67%

72
93
171

R + G + B ~ 44%. #485DAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 93 + 171 = 336 (100%)
R 72 of 336 ~ 21.43%
G 93 of 336 ~ 27.68%
B 171 of 336 ~ 50.89%

%21.43
%27.68
%50.89

CMYK color model

#485DAB color CMYK value is (58,46,0,33).

  • cyan value is 57.89%
  • magenta value is 45.61%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(58,46,0,33)
C58M46Y0K33 
(58%,46%,0%,33%)
(0.58/0.46/0.00/0.33)	

CMYK percentages

%57.89
%45.61
%0
%32.94

Codes

Color #485DAB in popluar color models

485DAB
RGB7293171
HSL227°40.74%47.65%
HSB/HSV227°57.89%67.06%
CMYK57.89%45.61%0.00%
32.94%

Color #485DAB in popluar number systems.

HEX485DAB
Decimal7293171
Binary1001000101110110101011
Octal110135253

Shades and tints

Shades of #485DAB

#485DAB
(72,93,171)
#42559C
(66,85,156)
#3C4D8D
(60,77,141)
#36457E
(54,69,126)
#303D6F
(48,61,111)
#2A3560
(42,53,96)
#242D51
(36,45,81)
#1E2542
(30,37,66)
#181D33
(24,29,51)
#121524
(18,21,36)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #485DAB

#485DAB
(72,93,171)
#586BB2
(88,107,178)
#6879B9
(104,121,185)
#7887C0
(120,135,192)
#8895C7
(136,149,199)
#98A3CE
(152,163,206)
#A8B1D5
(168,177,213)
#B8BFDC
(184,191,220)
#C8CDE3
(200,205,227)
#D8DBEA
(216,219,234)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485DAB color. Also use rgb(72,93,171) instead hex code.

Text Font Color

.myTextColor { color: #485DAB; }

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

This text font color is #485DAB.


Background Color

.myBgColor { background-color: #485DAB; }

<div style="background-color:#485DAB">Inner text</div>

This div background color is #485DAB.


Border color

.myBorderColor { border: 1px solid #485DAB; }

<div style="border:3px solid #485DAB">Div</div>

This div border color is #485DAB.


Opacity

.myOpacity80 { color: #485DAB; opacity: 0.8; }

<p style="color:#485DAB;opacity:0.8;">80%</p>

Text with #485DAB 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 #485DAB;}

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

This text has shadow with #485DAB color.

.textShadow {text-shadow: 3px 3px 1px #485DAB, 3px 3px 1px red;}

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

This text has shadow with #485DAB primary color and red secondary color.


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

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

This text has shadow with #485DAB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485DAB on black background.


Color preview on white background

This text has color #485DAB on white background.



Black color preview on #485DAB background

This text has black color on #485DAB background.


White color preview on #485DAB background

This text has white color on #485DAB background.