COLOR #485C7E

HEX: #485C7E
RGB: (72,92,126)

Color info

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

RGB color model

#485C7E color RGB value is (72,92,126).

  • red value is 72;
  • green value is 92;
  • blue value is 126.
RGB:
(72,92,126)
(28%,36%,49%)

RGB channels and saturation

R 72 of 255 = 28%
G 92 of 255 = 36%
B 126 of 255 = 49%

72
92
126

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

Portions of RGB colors in percentages

R + G + B =
72 + 92 + 126 = 290 (100%)
R 72 of 290 ~ 24.83%
G 92 of 290 ~ 31.72%
B 126 of 290 ~ 43.45%

%24.83
%31.72
%43.45

CMYK color model

#485C7E color CMYK value is (43,27,0,51).

  • cyan value is 42.86%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(43,27,0,51)
C43M27Y0K51 
(43%,27%,0%,51%)
(0.43/0.27/0.00/0.51)	

CMYK percentages

%42.86
%26.98
%0
%50.59

Codes

Color #485C7E in popluar color models

485C7E
RGB7292126
HSL218°27.27%38.82%
HSB/HSV218°42.86%49.41%
CMYK42.86%26.98%0.00%
50.59%

Color #485C7E in popluar number systems.

HEX485C7E
Decimal7292126
Binary100100010111001111110
Octal110134176

Shades and tints

Shades of #485C7E

#485C7E
(72,92,126)
#425473
(66,84,115)
#3C4C68
(60,76,104)
#36445D
(54,68,93)
#303C52
(48,60,82)
#2A3447
(42,52,71)
#242C3C
(36,44,60)
#1E2431
(30,36,49)
#181C26
(24,28,38)
#12141B
(18,20,27)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #485C7E

#485C7E
(72,92,126)
#586A89
(88,106,137)
#687894
(104,120,148)
#78869F
(120,134,159)
#8894AA
(136,148,170)
#98A2B5
(152,162,181)
#A8B0C0
(168,176,192)
#B8BECB
(184,190,203)
#C8CCD6
(200,204,214)
#D8DAE1
(216,218,225)
#E8E8EC
(232,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485C7E color. Also use rgb(72,92,126) instead hex code.

Text Font Color

.myTextColor { color: #485C7E; }

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

This text font color is #485C7E.


Background Color

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

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

This div background color is #485C7E.


Border color

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

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

This div border color is #485C7E.


Opacity

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

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

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

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

This text has shadow with #485C7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485C7E on black background.


Color preview on white background

This text has color #485C7E on white background.



Black color preview on #485C7E background

This text has black color on #485C7E background.


White color preview on #485C7E background

This text has white color on #485C7E background.