Color Hex Logo

#465763 Color Hex

#465763
(70,87,99)
0 Favorites   0 Comments

Color spaces of #465763

RGB 708799
HSL0.570.170.33
HSV205°29°39°
CMYK 0.290.120.00   0.61
XYZ8.18619.019313.1138
Yxy9.01930.27000.2975
Hunter Lab30.0321-3.9011-4.8670
CIE-Lab36.0214-3.4216-9.0766

#465763 color RGB value is (70,87,99).

#465763 hex color red value is 70, green value is 87 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #465763 hue: 0.57 , saturation: 0.17 and the lightness value of 465763 is 0.33.

The process color (four color CMYK) of #465763 color hex is 0.29, 0.12, 0.00, 0.61. Web safe color of #465763 is #336666. Color #465763 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010111 01100011
Octal 106 127 143
Decimal 70 87 99
Hex 46 57 63

RGB Percentages of Color #465763

%27.34
%33.98
%38.67

CMYK Percentages of Color #465763

%29
%12
%0
%61

Triadic Colors of #465763

#465763 #634657 #576346

Analogous Colors of #465763

#465763 #464963 #466361

Monochromatic Colors of #465763

#465763

Complementary Color

#465763 #635246

#465763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465763 Color CSS Codes

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

#465763 Text Font Color

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

This sample text font color is #465763
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.


#465763 Background Color

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

This div background color is #465763


#465763 Border Color

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

This div border color is #465763


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,87,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 #465763">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465763


Comments

No comments written yet.

Please login to write comment.