Color Hex Logo

#463dae Color Hex

#463DAE
(70,61,174)
0 Favorites   0 Comments

Color spaces of #463dae

RGB 7061174
HSL0.680.480.46
HSV245°65°68°
CMYK 0.600.650.00   0.32
XYZ11.83457.695640.9060
Yxy7.69560.19580.1273
Hunter Lab27.740927.6028-68.0087
CIE-Lab33.340736.9988-59.2429

#463dae color RGB value is (70,61,174).

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

The process color (four color CMYK) of #463dae color hex is 0.60, 0.65, 0.00, 0.32. Web safe color of #463dae is #333399. Color #463dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111101 10101110
Octal 106 75 256
Decimal 70 61 174
Hex 46 3D AE

RGB Percentages of Color #463dae

%22.95
%20.00
%57.05

CMYK Percentages of Color #463dae

%60
%65
%0
%32

Triadic Colors of #463dae

#463dae #ae463d #3dae46

Analogous Colors of #463dae

#463dae #7f3dae #3d6dae

Monochromatic Colors of #463dae

#463dae

Complementary Color

#463dae #a5ae3d

#463dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#463dae Color CSS Codes

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

#463dae Text Font Color

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

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


#463dae Background Color

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

This div background color is #463dae


#463dae Border Color

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

This div border color is #463dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463dae


Comments

No comments written yet.

Please login to write comment.