Color Hex Logo

#462fbe Color Hex

#462FBE
(70,47,190)
0 Favorites   0 Comments

Color spaces of #462fbe

RGB 7047190
HSL0.690.600.46
HSV250°75°75°
CMYK 0.630.750.00   0.25
XYZ12.83667.052849.4000
Yxy7.05280.18530.1018
Hunter Lab26.557139.8045-91.6979
CIE-Lab31.926849.9503-71.0481

#462fbe color RGB value is (70,47,190).

#462fbe hex color red value is 70, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #462fbe hue: 0.69 , saturation: 0.60 and the lightness value of 462fbe is 0.46.

The process color (four color CMYK) of #462fbe color hex is 0.63, 0.75, 0.00, 0.25. Web safe color of #462fbe is #3333cc. Color #462fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101111 10111110
Octal 106 57 276
Decimal 70 47 190
Hex 46 2F BE

RGB Percentages of Color #462fbe

%22.80
%15.31
%61.89

CMYK Percentages of Color #462fbe

%63
%75
%0
%25

Triadic Colors of #462fbe

#462fbe #be462f #2fbe46

Analogous Colors of #462fbe

#462fbe #8e2fbe #2f60be

Monochromatic Colors of #462fbe

#462fbe

Complementary Color

#462fbe #a7be2f

#462fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#462fbe Color CSS Codes

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

#462fbe Text Font Color

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

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


#462fbe Background Color

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

This div background color is #462fbe


#462fbe Border Color

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

This div border color is #462fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462fbe


Comments

No comments written yet.

Please login to write comment.