Color Hex Logo

#465762 Color Hex

#465762
(70,87,98)
0 Favorites   0 Comments

Color spaces of #465762

RGB 708798
HSL0.570.170.33
HSV204°29°38°
CMYK 0.290.110.00   0.62
XYZ8.13869.000312.8636
Yxy9.00030.27130.3000
Hunter Lab30.0005-4.0770-4.4220
CIE-Lab35.9849-3.6919-8.5075

#465762 color RGB value is (70,87,98).

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

The process color (four color CMYK) of #465762 color hex is 0.29, 0.11, 0.00, 0.62. Web safe color of #465762 is #336666. Color #465762 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010111 01100010
Octal 106 127 142
Decimal 70 87 98
Hex 46 57 62

RGB Percentages of Color #465762

%27.45
%34.12
%38.43

CMYK Percentages of Color #465762

%29
%11
%0
%62

Triadic Colors of #465762

#465762 #624657 #576246

Analogous Colors of #465762

#465762 #464962 #46625f

Monochromatic Colors of #465762

#465762

Complementary Color

#465762 #625146

#465762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465762 Color CSS Codes

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

#465762 Text Font Color

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

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


#465762 Background Color

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

This div background color is #465762


#465762 Border Color

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

This div border color is #465762


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,87,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465762


Comments

No comments written yet.

Please login to write comment.