COLOR #485066

HEX: #485066
RGB: (72,80,102)

Color info

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

RGB color model

#485066 color RGB value is (72,80,102).

  • red value is 72;
  • green value is 80;
  • blue value is 102.
RGB:
(72,80,102)
(28%,31%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 80 of 255 = 31%
B 102 of 255 = 40%

72
80
102

R + G + B ~ 33%. #485066 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 80 + 102 = 254 (100%)
R 72 of 254 ~ 28.35%
G 80 of 254 ~ 31.5%
B 102 of 254 ~ 40.16%

%28.35
%31.5
%40.16

CMYK color model

#485066 color CMYK value is (29,22,0,60).

  • cyan value is 29.41%
  • magenta value is 21.57%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(29,22,0,60)
C29M22Y0K60 
(29%,22%,0%,60%)
(0.29/0.22/0.00/0.60)	

CMYK percentages

%29.41
%21.57
%0
%60

Codes

Color #485066 in popluar color models

485066
RGB7280102
HSL224°17.24%34.12%
HSB/HSV224°29.41%40.00%
CMYK29.41%21.57%0.00%
60.00%

Color #485066 in popluar number systems.

HEX485066
Decimal7280102
Binary100100010100001100110
Octal110120146

Shades and tints

Shades of #485066

#485066
(72,80,102)
#42495D
(66,73,93)
#3C4254
(60,66,84)
#363B4B
(54,59,75)
#303442
(48,52,66)
#2A2D39
(42,45,57)
#242630
(36,38,48)
#1E1F27
(30,31,39)
#18181E
(24,24,30)
#121115
(18,17,21)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #485066

#485066
(72,80,102)
#585F73
(88,95,115)
#686E80
(104,110,128)
#787D8D
(120,125,141)
#888C9A
(136,140,154)
#989BA7
(152,155,167)
#A8AAB4
(168,170,180)
#B8B9C1
(184,185,193)
#C8C8CE
(200,200,206)
#D8D7DB
(216,215,219)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485066 color. Also use rgb(72,80,102) instead hex code.

Text Font Color

.myTextColor { color: #485066; }

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

This text font color is #485066.


Background Color

.myBgColor { background-color: #485066; }

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

This div background color is #485066.


Border color

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

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

This div border color is #485066.


Opacity

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

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

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

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

This text has shadow with #485066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485066 on black background.


Color preview on white background

This text has color #485066 on white background.



Black color preview on #485066 background

This text has black color on #485066 background.


White color preview on #485066 background

This text has white color on #485066 background.