Color Hex Logo

#463eaf Color Hex

#463EAF
(70,62,175)
0 Favorites   0 Comments

Color spaces of #463eaf

RGB 7062175
HSL0.680.480.46
HSV244°65°69°
CMYK 0.600.650.00   0.31
XYZ11.98637.842541.4394
Yxy7.84250.19560.1280
Hunter Lab28.004527.3927-68.1308
CIE-Lab33.652736.7170-59.3295

#463eaf color RGB value is (70,62,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111110 10101111
Octal 106 76 257
Decimal 70 62 175
Hex 46 3E AF

RGB Percentages of Color #463eaf

%22.80
%20.20
%57.00

CMYK Percentages of Color #463eaf

%60
%65
%0
%31

Triadic Colors of #463eaf

#463eaf #af463e #3eaf46

Analogous Colors of #463eaf

#463eaf #7f3eaf #3e6faf

Monochromatic Colors of #463eaf

#463eaf

Complementary Color

#463eaf #a7af3e

#463eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#463eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#463eaf Color CSS Codes

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

#463eaf Text Font Color

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

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


#463eaf Background Color

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

This div background color is #463eaf


#463eaf Border Color

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

This div border color is #463eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,62,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 #463eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #463eaf


Comments

No comments written yet.

Please login to write comment.