Color Hex Logo

#464864 Color Hex

#464864
(70,72,100)
0 Favorites   0 Comments

Color spaces of #464864

RGB 7072100
HSL0.660.180.33
HSV236°30°39°
CMYK 0.300.280.00   0.61
XYZ7.14346.856913.0036
Yxy6.85690.26450.2539
Hunter Lab26.18572.8695-11.1130
CIE-Lab31.47896.3543-16.6311

#464864 color RGB value is (70,72,100).

#464864 hex color red value is 70, green value is 72 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #464864 hue: 0.66 , saturation: 0.18 and the lightness value of 464864 is 0.33.

The process color (four color CMYK) of #464864 color hex is 0.30, 0.28, 0.00, 0.61. Web safe color of #464864 is #333366. Color #464864 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 01100100
Octal 106 110 144
Decimal 70 72 100
Hex 46 48 64

RGB Percentages of Color #464864

%28.93
%29.75
%41.32

CMYK Percentages of Color #464864

%30
%28
%0
%61

Triadic Colors of #464864

#464864 #644648 #486446

Analogous Colors of #464864

#464864 #534664 #465764

Monochromatic Colors of #464864

#464864

Complementary Color

#464864 #646246

#464864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464864 Color CSS Codes

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

#464864 Text Font Color

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

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


#464864 Background Color

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

This div background color is #464864


#464864 Border Color

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

This div border color is #464864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464864

#464864 Color Palettes


Comments

No comments written yet.

Please login to write comment.