COLOR #485185

HEX: #485185 RGB: (72,81,133)

Color info

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

RGB color model

#485185 color RGB value is (72,81,133).

RGB: (72,81,133) (28%, 32%, 52%)

RGB channels and saturation

R 72 of 255 = 28%
G 81 of 255 = 32%
B 133 of 255 = 52%

72
81
133

R + G + B ~ 37%. #485185 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 81 + 133 = 286 (100%)
R 72 of 286 ~ 25.17%
G 81 of 286 ~ 28.32%
B 133 of 286 ~ 46.5'%

%25.17
%28.32
%46.5

CMYK color model

#485185 color CMYK value is (46,39,0,48).

  • cyan value is 45.86%
  • magenta value is 39.10%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (46,39,0,48) C46M39Y0K48 (46%,39%,0%,48%) (0.46/0.39/0.00/0.48) 

CMYK percentages

%45.86
%39.1
%0
%47.84

Codes

Color #485185 in popluar color models

48 51 85
RGB 72 81 133
HSL 231° 29.76% 40.20%
HSB/HSV 231° 45.86% 52.16%
CMYK 45.86% 39.10% 0.00%
47.84%

Color #485185 in popluar number systems.

HEX 48 51 85
Decimal 72 81 133
Binary 1001000 1010001 10000101
Octal 110 121 205

Shades and tints

Shades of #485185

#485185
(72,81,133)
#424A79
(66,74,121)
#3C436D
(60,67,109)
#363C61
(54,60,97)
#303555
(48,53,85)
#2A2E49
(42,46,73)
#24273D
(36,39,61)
#1E2031
(30,32,49)
#181925
(24,25,37)
#121219
(18,18,25)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #485185

#485185
(72,81,133)
#586090
(88,96,144)
#686F9B
(104,111,155)
#787EA6
(120,126,166)
#888DB1
(136,141,177)
#989CBC
(152,156,188)
#A8ABC7
(168,171,199)
#B8BAD2
(184,186,210)
#C8C9DD
(200,201,221)
#D8D8E8
(216,216,232)
#E8E7F3
(232,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485185 color. Also use rgb(72,81,133) instead hex code.

Text Font Color

.myTextColor { color: #485185; }

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

This text font color is #485185.

Background Color

.myBgColor { background-color: #485185; }

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

This div background color is #485185.

Border color

.myBorderColor { border: 1px solid #485185; }

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

This div border color is #485185.

Opacity

.myOpacity80 { color: #485185; opacity: 0.8; }

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

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

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

This text has shadow with #485185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #485185.

Preview

Color preview on black background

This text has color #485185 on black background.


Color preview on white background

This text has color #485185 on white background.


Black color preview on #485185 background

This text has black color on #485185 background.


White color preview on #485185 background

This text has white color on #485185 background.


Related colors

Complementary color

Complementary color for #hex is #B7AE7A.


I love getcolorcode.com

Triadic colors

1 #854851 and #518548 with #485185 are triadic colors.

2 #855148 and #514885 with #485185 are triadic colors.