Color Hex Logo

#463faf Color Hex

#463FAF
(70,63,175)
0 Favorites   0 Comments

Color spaces of #463faf

RGB 7063175
HSL0.680.470.47
HSV244°64°69°
CMYK 0.600.640.00   0.31
XYZ12.04127.952341.4577
Yxy7.95230.19590.1294
Hunter Lab28.199826.8690-67.4248
CIE-Lab33.883336.1051-58.9532

#463faf color RGB value is (70,63,175).

#463faf hex color red value is 70, green value is 63 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #463faf hue: 0.68 , saturation: 0.47 and the lightness value of 463faf is 0.47.

The process color (four color CMYK) of #463faf color hex is 0.60, 0.64, 0.00, 0.31. Web safe color of #463faf is #333399. Color #463faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111111 10101111
Octal 106 77 257
Decimal 70 63 175
Hex 46 3F AF

RGB Percentages of Color #463faf

%22.73
%20.45
%56.82

CMYK Percentages of Color #463faf

%60
%64
%0
%31

Triadic Colors of #463faf

#463faf #af463f #3faf46

Analogous Colors of #463faf

#463faf #7e3faf #3f70af

Monochromatic Colors of #463faf

#463faf

Complementary Color

#463faf #a8af3f

#463faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#463faf Color CSS Codes

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

#463faf Text Font Color

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

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


#463faf Background Color

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

This div background color is #463faf


#463faf Border Color

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

This div border color is #463faf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,63,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #463faf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #463faf;
  -webkit-box-shadow: 1px 1px 3px 2px #463faf;
  box-shadow:         1px 1px 3px 2px #463faf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463faf


Comments

No comments written yet.

Please login to write comment.