Color Hex Logo

#465062 Color Hex

#465062
(70,80,98)
0 Favorites   0 Comments

Color spaces of #465062

RGB 708098
HSL0.610.170.33
HSV219°29°38°
CMYK 0.290.180.00   0.62
XYZ7.59917.921312.6837
Yxy7.92130.26940.2809
Hunter Lab28.1448-1.0584-7.0182
CIE-Lab33.81840.6648-11.7831

#465062 color RGB value is (70,80,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010000 01100010
Octal 106 120 142
Decimal 70 80 98
Hex 46 50 62

RGB Percentages of Color #465062

%28.23
%32.26
%39.52

CMYK Percentages of Color #465062

%29
%18
%0
%62

Triadic Colors of #465062

#465062 #624650 #506246

Analogous Colors of #465062

#465062 #4a4662 #465e62

Monochromatic Colors of #465062

#465062

Complementary Color

#465062 #625846

#465062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465062 Color CSS Codes

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

#465062 Text Font Color

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

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


#465062 Background Color

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

This div background color is #465062


#465062 Border Color

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

This div border color is #465062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465062

#465062 Color Palettes


Comments

No comments written yet.

Please login to write comment.