COLOR #485D8D

HEX: #485D8D RGB: (72,93,141)

Color info

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

RGB color model

#485D8D color RGB value is (72,93,141).

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

RGB channels and saturation

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

72
93
141

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

Portions of RGB colors in percentages

R + G + B = 72 + 93 + 141 = 306 (100%)
R 72 of 306 ~ 23.53%
G 93 of 306 ~ 30.39%
B 141 of 306 ~ 46.08'%

%23.53
%30.39
%46.08

CMYK color model

#485D8D color CMYK value is (49,34,0,45).

  • cyan value is 48.94%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (49,34,0,45)
C49M34Y0K45 (49%, 34%, 0%, 45%)
(0.49 / 0.34 / 0.00 / 0.45)

CMYK percentages

%48.94
%34.04
%0
%44.71

Codes

Color #485D8D in popluar color models

48 5D 8D
RGB 72 93 141
HSL 222° 32.39% 41.76%
HSB/HSV 222° 48.94% 55.29%
CMYK 48.94% 34.04% 0.00%
44.71%

Color #485D8D in popluar number systems.

HEX 48 5D 8D
Decimal 72 93 141
Binary 1001000 1011101 10001101
Octal 110 135 215

Shades and tints

Shades of #485D8D

#485D8D
(72,93,141)
#425581
(66,85,129)
#3C4D75
(60,77,117)
#364569
(54,69,105)
#303D5D
(48,61,93)
#2A3551
(42,53,81)
#242D45
(36,45,69)
#1E2539
(30,37,57)
#181D2D
(24,29,45)
#121521
(18,21,33)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #485D8D

#485D8D
(72,93,141)
#586B97
(88,107,151)
#6879A1
(104,121,161)
#7887AB
(120,135,171)
#8895B5
(136,149,181)
#98A3BF
(152,163,191)
#A8B1C9
(168,177,201)
#B8BFD3
(184,191,211)
#C8CDDD
(200,205,221)
#D8DBE7
(216,219,231)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #485D8D; }

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

This text font color is #485D8D.

Background Color

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

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

This div background color is #485D8D.

Border color

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

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

This div border color is #485D8D.

Opacity

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

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

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

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

This text has shadow with #485D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485D8D.

Preview

Color preview on black background

This text has color #485D8D on black background.


Color preview on white background

This text has color #485D8D on white background.


Black color preview on #485D8D background

This text has black color on #485D8D background.


White color preview on #485D8D background

This text has white color on #485D8D background.


Related colors

Complementary color

Complementary color for #hex is #B7A272.


I love getcolorcode.com

Triadic colors

1 #8D485D and #5D8D48 with #485D8D are triadic colors.

2 #8D5D48 and #5D488D with #485D8D are triadic colors.