COLOR #485A75

HEX: #485A75
RGB: (72,90,117)

Color info

#485A75 contains red, green and blue colors in about the same proportion. Web safe color of #485A75 is #336666 (or #366).

RGB color model

#485A75 color RGB value is (72,90,117).

  • red value is 72;
  • green value is 90;
  • blue value is 117.
RGB:
(72,90,117)
(28%,35%,46%)

RGB channels and saturation

R 72 of 255 = 28%
G 90 of 255 = 35%
B 117 of 255 = 46%

72
90
117

R + G + B ~ 36%. #485A75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 90 + 117 = 279 (100%)
R 72 of 279 ~ 25.81%
G 90 of 279 ~ 32.26%
B 117 of 279 ~ 41.94%

%25.81
%32.26
%41.94

CMYK color model

#485A75 color CMYK value is (38,23,0,54).

  • cyan value is 38.46%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(38,23,0,54)
C38M23Y0K54 
(38%,23%,0%,54%)
(0.38/0.23/0.00/0.54)	

CMYK percentages

%38.46
%23.08
%0
%54.12

Codes

Color #485A75 in popluar color models

485A75
RGB7290117
HSL216°23.81%37.06%
HSB/HSV216°38.46%45.88%
CMYK38.46%23.08%0.00%
54.12%

Color #485A75 in popluar number systems.

HEX485A75
Decimal7290117
Binary100100010110101110101
Octal110132165

Shades and tints

Shades of #485A75

#485A75
(72,90,117)
#42526B
(66,82,107)
#3C4A61
(60,74,97)
#364257
(54,66,87)
#303A4D
(48,58,77)
#2A3243
(42,50,67)
#242A39
(36,42,57)
#1E222F
(30,34,47)
#181A25
(24,26,37)
#12121B
(18,18,27)
#0C0A11
(12,10,17)
#000000
(0,0,0)

Tints of #485A75

#485A75
(72,90,117)
#586981
(88,105,129)
#68788D
(104,120,141)
#788799
(120,135,153)
#8896A5
(136,150,165)
#98A5B1
(152,165,177)
#A8B4BD
(168,180,189)
#B8C3C9
(184,195,201)
#C8D2D5
(200,210,213)
#D8E1E1
(216,225,225)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485A75 color. Also use rgb(72,90,117) instead hex code.

Text Font Color

.myTextColor { color: #485A75; }

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

This text font color is #485A75.


Background Color

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

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

This div background color is #485A75.


Border color

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

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

This div border color is #485A75.


Opacity

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

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

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

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

This text has shadow with #485A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485A75 on black background.


Color preview on white background

This text has color #485A75 on white background.



Black color preview on #485A75 background

This text has black color on #485A75 background.


White color preview on #485A75 background

This text has white color on #485A75 background.