Color Hex Logo

#463870 Color Hex

#463870
(70,56,112)
0 Favorites   0 Comments

Color spaces of #463870

RGB 7056112
HSL0.710.330.33
HSV255°50°44°
CMYK 0.380.500.00   0.56
XYZ6.86465.300315.9905
Yxy5.30030.24380.1883
Hunter Lab23.022412.9343-25.0650
CIE-Lab27.573720.4053-30.3919

#463870 color RGB value is (70,56,112).

#463870 hex color red value is 70, green value is 56 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #463870 hue: 0.71 , saturation: 0.33 and the lightness value of 463870 is 0.33.

The process color (four color CMYK) of #463870 color hex is 0.38, 0.50, 0.00, 0.56. Web safe color of #463870 is #333366. Color #463870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111000 01110000
Octal 106 70 160
Decimal 70 56 112
Hex 46 38 70

RGB Percentages of Color #463870

%29.41
%23.53
%47.06

CMYK Percentages of Color #463870

%38
%50
%0
%56

Triadic Colors of #463870

#463870 #704638 #387046

Analogous Colors of #463870

#463870 #623870 #384670

Monochromatic Colors of #463870

#463870

Complementary Color

#463870 #627038

#463870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463870 Color CSS Codes

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

#463870 Text Font Color

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

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


#463870 Background Color

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

This div background color is #463870


#463870 Border Color

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

This div border color is #463870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463870


Comments

No comments written yet.

Please login to write comment.