Color Hex Logo

#485863 Color Hex

#485863
(72,88,99)
0 Favorites   0 Comments

Color spaces of #485863

RGB 728899
HSL0.570.160.34
HSV204°27°39°
CMYK 0.270.110.00   0.61
XYZ8.41439.258013.1479
Yxy9.25800.27300.3004
Hunter Lab30.4270-3.8846-4.3211
CIE-Lab36.4764-3.3495-8.3778

#485863 color RGB value is (72,88,99).

#485863 hex color red value is 72, green value is 88 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #485863 hue: 0.57 , saturation: 0.16 and the lightness value of 485863 is 0.34.

The process color (four color CMYK) of #485863 color hex is 0.27, 0.11, 0.00, 0.61. Web safe color of #485863 is #336666. Color #485863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011000 01100011
Octal 110 130 143
Decimal 72 88 99
Hex 48 58 63

RGB Percentages of Color #485863

%27.80
%33.98
%38.22

CMYK Percentages of Color #485863

%27
%11
%0
%61

Triadic Colors of #485863

#485863 #634858 #586348

Analogous Colors of #485863

#485863 #484b63 #486361

Monochromatic Colors of #485863

#485863

Complementary Color

#485863 #635348

#485863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#485863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#485863 Color CSS Codes

.mybgcolor {background-color:#485863; } 
.myforecolor {color:#485863; }
.mybordercolor {border:3px solid #485863; }

#485863 Text Font Color

<p style="color:#485863">Text here</p>

This sample text font color is #485863
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#485863 Background Color

<div style="background-color:#485863">
Div content here</div>

This div background color is #485863


#485863 Border Color

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

This div border color is #485863


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,88,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #485863; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #485863;
  -webkit-box-shadow: 1px 1px 3px 2px #485863;
  box-shadow:         1px 1px 3px 2px #485863; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,88,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #485863">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #485863;
  -webkit-box-shadow: 1px 1px 3px 2px #485863;
  box-shadow:         1px 1px 3px 2px #485863;">
Div content here</div>

This div box has shadow with color #485863


Comments

No comments written yet.

Please login to write comment.