COLOR #485D8B

HEX: #485D8B RGB: (72,93,139)

Color info

#485D8B contains mainly green and blue colors. Web safe color of #485D8B is #336699 (or #369).

RGB color model

#485D8B color RGB value is (72,93,139).

RGB: (72,93,139) (28%, 36%, 55%)

RGB channels and saturation

R 72 of 255 = 28%
G 93 of 255 = 36%
B 139 of 255 = 55%

72
93
139

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

Portions of RGB colors in percentages

R + G + B = 72 + 93 + 139 = 304 (100%)
R 72 of 304 ~ 23.68%
G 93 of 304 ~ 30.59%
B 139 of 304 ~ 45.72'%

%23.68
%30.59
%45.72

CMYK color model

#485D8B color CMYK value is (48,33,0,45).

  • cyan value is 48.20%
  • magenta value is 33.09%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (48,33,0,45)
C48M33Y0K45 (48%, 33%, 0%, 45%)
(0.48 / 0.33 / 0.00 / 0.45)

CMYK percentages

%48.2
%33.09
%0
%45.49

Codes

Color #485D8B in popluar color models

48 5D 8B
RGB 72 93 139
HSL 221° 31.75% 41.37%
HSB/HSV 221° 48.20% 54.51%
CMYK 48.20% 33.09% 0.00%
45.49%

Color #485D8B in popluar number systems.

HEX 48 5D 8B
Decimal 72 93 139
Binary 1001000 1011101 10001011
Octal 110 135 213

Shades and tints

Shades of #485D8B

#485D8B
(72,93,139)
#42557F
(66,85,127)
#3C4D73
(60,77,115)
#364567
(54,69,103)
#303D5B
(48,61,91)
#2A354F
(42,53,79)
#242D43
(36,45,67)
#1E2537
(30,37,55)
#181D2B
(24,29,43)
#12151F
(18,21,31)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #485D8B

#485D8B
(72,93,139)
#586B95
(88,107,149)
#68799F
(104,121,159)
#7887A9
(120,135,169)
#8895B3
(136,149,179)
#98A3BD
(152,163,189)
#A8B1C7
(168,177,199)
#B8BFD1
(184,191,209)
#C8CDDB
(200,205,219)
#D8DBE5
(216,219,229)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485D8B; }

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

This text font color is #485D8B.

Background Color

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

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

This div background color is #485D8B.

Border color

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

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

This div border color is #485D8B.

Opacity

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

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

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

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

This text has shadow with #485D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485D8B.

Preview

Color preview on black background

This text has color #485D8B on black background.


Color preview on white background

This text has color #485D8B on white background.


Black color preview on #485D8B background

This text has black color on #485D8B background.


White color preview on #485D8B background

This text has white color on #485D8B background.


Related colors

Complementary color

Complementary color for #hex is #B7A274.


I love getcolorcode.com

Triadic colors

1 #8B485D and #5D8B48 with #485D8B are triadic colors.

2 #8B5D48 and #5D488B with #485D8B are triadic colors.