Color Hex Logo

#463da5 Color Hex

#463DA5
(70,61,165)
0 Favorites   0 Comments

Color spaces of #463da5

RGB 7061165
HSL0.680.460.44
HSV245°63°65°
CMYK 0.580.630.00   0.35
XYZ10.98617.356236.4382
Yxy7.35620.20050.1343
Hunter Lab27.122324.8387-60.6691
CIE-Lab32.604434.0576-55.0545

#463da5 color RGB value is (70,61,165).

#463da5 hex color red value is 70, green value is 61 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #463da5 hue: 0.68 , saturation: 0.46 and the lightness value of 463da5 is 0.44.

The process color (four color CMYK) of #463da5 color hex is 0.58, 0.63, 0.00, 0.35. Web safe color of #463da5 is #333399. Color #463da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111101 10100101
Octal 106 75 245
Decimal 70 61 165
Hex 46 3D A5

RGB Percentages of Color #463da5

%23.65
%20.61
%55.74

CMYK Percentages of Color #463da5

%58
%63
%0
%35

Triadic Colors of #463da5

#463da5 #a5463d #3da546

Analogous Colors of #463da5

#463da5 #7a3da5 #3d68a5

Monochromatic Colors of #463da5

#463da5

Complementary Color

#463da5 #9ca53d

#463da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#463da5 Color CSS Codes

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

#463da5 Text Font Color

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

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


#463da5 Background Color

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

This div background color is #463da5


#463da5 Border Color

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

This div border color is #463da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463da5


Comments

No comments written yet.

Please login to write comment.