Color Hex Logo

#462bbe Color Hex

#462BBE
(70,43,190)
0 Favorites   0 Comments

Color spaces of #462bbe

RGB 7043190
HSL0.700.630.46
HSV251°77°75°
CMYK 0.630.770.00   0.25
XYZ12.68396.747649.3491
Yxy6.74760.18440.0981
Hunter Lab25.976141.7016-94.4550
CIE-Lab31.225351.9529-72.2049

#462bbe color RGB value is (70,43,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101011 10111110
Octal 106 53 276
Decimal 70 43 190
Hex 46 2B BE

RGB Percentages of Color #462bbe

%23.10
%14.19
%62.71

CMYK Percentages of Color #462bbe

%63
%77
%0
%25

Triadic Colors of #462bbe

#462bbe #be462b #2bbe46

Analogous Colors of #462bbe

#462bbe #902bbe #2b5abe

Monochromatic Colors of #462bbe

#462bbe

Complementary Color

#462bbe #a3be2b

#462bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#462bbe Color CSS Codes

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

#462bbe Text Font Color

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

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


#462bbe Background Color

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

This div background color is #462bbe


#462bbe Border Color

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

This div border color is #462bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462bbe


Comments

No comments written yet.

Please login to write comment.