COLOR #485462

HEX: #485462
RGB: (72,84,98)

Color info

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

RGB color model

#485462 color RGB value is (72,84,98).

  • red value is 72;
  • green value is 84;
  • blue value is 98.
RGB:
(72,84,98)
(28%,33%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 84 of 255 = 33%
B 98 of 255 = 38%

72
84
98

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

Portions of RGB colors in percentages

R + G + B =
72 + 84 + 98 = 254 (100%)
R 72 of 254 ~ 28.35%
G 84 of 254 ~ 33.07%
B 98 of 254 ~ 38.58%

%28.35
%33.07
%38.58

CMYK color model

#485462 color CMYK value is (27,14,0,62).

  • cyan value is 26.53%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(27,14,0,62)
C27M14Y0K62 
(27%,14%,0%,62%)
(0.27/0.14/0.00/0.62)	

CMYK percentages

%26.53
%14.29
%0
%61.57

Codes

Color #485462 in popluar color models

485462
RGB728498
HSL212°15.29%33.33%
HSB/HSV212°26.53%38.43%
CMYK26.53%14.29%0.00%
61.57%

Color #485462 in popluar number systems.

HEX485462
Decimal728498
Binary100100010101001100010
Octal110124142

Shades and tints

Shades of #485462

#485462
(72,84,98)
#424D5A
(66,77,90)
#3C4652
(60,70,82)
#363F4A
(54,63,74)
#303842
(48,56,66)
#2A313A
(42,49,58)
#242A32
(36,42,50)
#1E232A
(30,35,42)
#181C22
(24,28,34)
#12151A
(18,21,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #485462

#485462
(72,84,98)
#586370
(88,99,112)
#68727E
(104,114,126)
#78818C
(120,129,140)
#88909A
(136,144,154)
#989FA8
(152,159,168)
#A8AEB6
(168,174,182)
#B8BDC4
(184,189,196)
#C8CCD2
(200,204,210)
#D8DBE0
(216,219,224)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #485462 color. Also use rgb(72,84,98) instead hex code.

Text Font Color

.myTextColor { color: #485462; }

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

This text font color is #485462.


Background Color

.myBgColor { background-color: #485462; }

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

This div background color is #485462.


Border color

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

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

This div border color is #485462.


Opacity

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

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

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

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

This text has shadow with #485462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #485462 on black background.


Color preview on white background

This text has color #485462 on white background.



Black color preview on #485462 background

This text has black color on #485462 background.


White color preview on #485462 background

This text has white color on #485462 background.