Color Hex Logo

#462faf Color Hex

#462FAF
(70,47,175)
0 Favorites   0 Comments

Color spaces of #462faf

RGB 7047175
HSL0.700.580.44
HSV251°73°69°
CMYK 0.600.730.00   0.31
XYZ11.28026.430341.2041
Yxy6.43030.19150.1091
Hunter Lab25.358035.0269-78.5893
CIE-Lab30.473145.3986-64.5367

#462faf color RGB value is (70,47,175).

#462faf hex color red value is 70, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #462faf hue: 0.70 , saturation: 0.58 and the lightness value of 462faf is 0.44.

The process color (four color CMYK) of #462faf color hex is 0.60, 0.73, 0.00, 0.31. Web safe color of #462faf is #333399. Color #462faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101111 10101111
Octal 106 57 257
Decimal 70 47 175
Hex 46 2F AF

RGB Percentages of Color #462faf

%23.97
%16.10
%59.93

CMYK Percentages of Color #462faf

%60
%73
%0
%31

Triadic Colors of #462faf

#462faf #af462f #2faf46

Analogous Colors of #462faf

#462faf #862faf #2f58af

Monochromatic Colors of #462faf

#462faf

Complementary Color

#462faf #98af2f

#462faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#462faf Color CSS Codes

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

#462faf Text Font Color

<p style="color:#462faf">Text here</p>

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


#462faf Background Color

<div style="background-color:#462faf">
Div content here</div>

This div background color is #462faf


#462faf Border Color

<div style="border:3px solid #462faf">
Div here</div>

This div border color is #462faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462faf


Comments

No comments written yet.

Please login to write comment.