Color Hex Logo

#463fba Color Hex

#463FBA
(70,63,186)
0 Favorites   0 Comments

Color spaces of #463fba

RGB 7063186
HSL0.680.490.49
HSV243°66°73°
CMYK 0.620.660.00   0.27
XYZ13.16628.402347.3822
Yxy8.40230.19100.1219
Hunter Lab28.986730.3506-76.6258
CIE-Lab34.807139.7125-63.9606

#463fba color RGB value is (70,63,186).

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

The process color (four color CMYK) of #463fba color hex is 0.62, 0.66, 0.00, 0.27. Web safe color of #463fba is #3333cc. Color #463fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111111 10111010
Octal 106 77 272
Decimal 70 63 186
Hex 46 3F BA

RGB Percentages of Color #463fba

%21.94
%19.75
%58.31

CMYK Percentages of Color #463fba

%62
%66
%0
%27

Triadic Colors of #463fba

#463fba #ba463f #3fba46

Analogous Colors of #463fba

#463fba #843fba #3f76ba

Monochromatic Colors of #463fba

#463fba

Complementary Color

#463fba #b3ba3f

#463fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#463fba Color CSS Codes

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

#463fba Text Font Color

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

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


#463fba Background Color

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

This div background color is #463fba


#463fba Border Color

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

This div border color is #463fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463fba


Comments

No comments written yet.

Please login to write comment.