Color Hex Logo

#462eb2 Color Hex

#462EB2
(70,46,178)
0 Favorites   0 Comments

Color spaces of #462eb2

RGB 7046178
HSL0.700.590.44
HSV251°74°70°
CMYK 0.610.740.00   0.30
XYZ11.53876.470442.7602
Yxy6.47040.18990.1065
Hunter Lab25.437036.4563-81.8621
CIE-Lab30.569546.8459-66.1691

#462eb2 color RGB value is (70,46,178).

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

The process color (four color CMYK) of #462eb2 color hex is 0.61, 0.74, 0.00, 0.30. Web safe color of #462eb2 is #333399. Color #462eb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101110 10110010
Octal 106 56 262
Decimal 70 46 178
Hex 46 2E B2

RGB Percentages of Color #462eb2

%23.81
%15.65
%60.54

CMYK Percentages of Color #462eb2

%61
%74
%0
%30

Triadic Colors of #462eb2

#462eb2 #b2462e #2eb246

Analogous Colors of #462eb2

#462eb2 #882eb2 #2e58b2

Monochromatic Colors of #462eb2

#462eb2

Complementary Color

#462eb2 #9ab22e

#462eb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462eb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462eb2 Color CSS Codes

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

#462eb2 Text Font Color

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

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


#462eb2 Background Color

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

This div background color is #462eb2


#462eb2 Border Color

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

This div border color is #462eb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462eb2


Comments

No comments written yet.

Please login to write comment.