Color Hex Logo

#463bcc Color Hex

#463BCC
(70,59,204)
0 Favorites   0 Comments

Color spaces of #463bcc

RGB 7059204
HSL0.680.590.52
HSV245°71°80°
CMYK 0.660.710.00   0.20
XYZ14.98888.789758.0333
Yxy8.78970.18320.1074
Hunter Lab29.647438.3609-95.3039
CIE-Lab35.576247.8229-73.2325

#463bcc color RGB value is (70,59,204).

#463bcc hex color red value is 70, green value is 59 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #463bcc hue: 0.68 , saturation: 0.59 and the lightness value of 463bcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111011 11001100
Octal 106 73 314
Decimal 70 59 204
Hex 46 3B CC

RGB Percentages of Color #463bcc

%21.02
%17.72
%61.26

CMYK Percentages of Color #463bcc

%66
%71
%0
%20

Triadic Colors of #463bcc

#463bcc #cc463b #3bcc46

Analogous Colors of #463bcc

#463bcc #8f3bcc #3b79cc

Monochromatic Colors of #463bcc

#463bcc

Complementary Color

#463bcc #c1cc3b

#463bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#463bcc Color CSS Codes

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

#463bcc Text Font Color

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

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


#463bcc Background Color

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

This div background color is #463bcc


#463bcc Border Color

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

This div border color is #463bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463bcc


Comments

No comments written yet.

Please login to write comment.