Color Hex Logo

#464058 Color Hex

#464058
(70,64,88)
0 Favorites   0 Comments

Color spaces of #464058

RGB 706488
HSL0.710.160.30
HSV255°27°35°
CMYK 0.200.270.00   0.65
XYZ6.12065.673510.0050
Yxy5.67350.28080.2603
Hunter Lab23.81914.1842-8.2308
CIE-Lab28.57338.2848-13.3998

#464058 color RGB value is (70,64,88).

#464058 hex color red value is 70, green value is 64 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #464058 hue: 0.71 , saturation: 0.16 and the lightness value of 464058 is 0.30.

The process color (four color CMYK) of #464058 color hex is 0.20, 0.27, 0.00, 0.65. Web safe color of #464058 is #333366. Color #464058 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 01011000
Octal 106 100 130
Decimal 70 64 88
Hex 46 40 58

RGB Percentages of Color #464058

%31.53
%28.83
%39.64

CMYK Percentages of Color #464058

%20
%27
%0
%65

Triadic Colors of #464058

#464058 #584640 #405846

Analogous Colors of #464058

#464058 #524058 #404658

Monochromatic Colors of #464058

#464058

Complementary Color

#464058 #525840

#464058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464058 Color CSS Codes

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

#464058 Text Font Color

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

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


#464058 Background Color

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

This div background color is #464058


#464058 Border Color

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

This div border color is #464058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464058


Comments

No comments written yet.

Please login to write comment.