COLOR #485B81

HEX: #485B81 RGB: (72,91,129)

Color info

#485B81 contains red, green and blue colors in about the same proportion. Web safe color of #485B81 is #336699 (or #369).

RGB color model

#485B81 color RGB value is (72,91,129).

RGB: (72,91,129) (28%, 36%, 51%)

RGB channels and saturation

R 72 of 255 = 28%
G 91 of 255 = 36%
B 129 of 255 = 51%

72
91
129

R + G + B ~ 38%. #485B81 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 91 + 129 = 292 (100%)
R 72 of 292 ~ 24.66%
G 91 of 292 ~ 31.16%
B 129 of 292 ~ 44.18'%

%24.66
%31.16
%44.18

CMYK color model

#485B81 color CMYK value is (44,29,0,49).

  • cyan value is 44.19%
  • magenta value is 29.46%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (44,29,0,49) C44M29Y0K49 (44%,29%,0%,49%) (0.44/0.29/0.00/0.49) 

CMYK percentages

%44.19
%29.46
%0
%49.41

Codes

Color #485B81 in popluar color models

48 5B 81
RGB 72 91 129
HSL 220° 28.36% 39.41%
HSB/HSV 220° 44.19% 50.59%
CMYK 44.19% 29.46% 0.00%
49.41%

Color #485B81 in popluar number systems.

HEX 48 5B 81
Decimal 72 91 129
Binary 1001000 1011011 10000001
Octal 110 133 201

Shades and tints

Shades of #485B81

#485B81
(72,91,129)
#425376
(66,83,118)
#3C4B6B
(60,75,107)
#364360
(54,67,96)
#303B55
(48,59,85)
#2A334A
(42,51,74)
#242B3F
(36,43,63)
#1E2334
(30,35,52)
#181B29
(24,27,41)
#12131E
(18,19,30)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #485B81

#485B81
(72,91,129)
#58698C
(88,105,140)
#687797
(104,119,151)
#7885A2
(120,133,162)
#8893AD
(136,147,173)
#98A1B8
(152,161,184)
#A8AFC3
(168,175,195)
#B8BDCE
(184,189,206)
#C8CBD9
(200,203,217)
#D8D9E4
(216,217,228)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485B81 color. Also use rgb(72,91,129) instead hex code.

Text Font Color

.myTextColor { color: #485B81; }

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

This text font color is #485B81.

Background Color

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

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

This div background color is #485B81.

Border color

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

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

This div border color is #485B81.

Opacity

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

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

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

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

This text has shadow with #485B81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485B81.

Preview

Color preview on black background

This text has color #485B81 on black background.


Color preview on white background

This text has color #485B81 on white background.


Black color preview on #485B81 background

This text has black color on #485B81 background.


White color preview on #485B81 background

This text has white color on #485B81 background.


Related colors

Complementary color

Complementary color for #hex is #B7A47E.


I love getcolorcode.com

Triadic colors

1 #81485B and #5B8148 with #485B81 are triadic colors.

2 #815B48 and #5B4881 with #485B81 are triadic colors.