Color Hex Logo

#461ebf Color Hex

#461EBF
(70,30,191)
0 Favorites   0 Comments

Color spaces of #461ebf

RGB 7030191
HSL0.710.730.43
HSV255°84°75°
CMYK 0.630.840.00   0.25
XYZ12.39405.992249.7936
Yxy5.99220.18180.0879
Hunter Lab24.479047.5385-103.4688
CIE-Lab29.392857.8900-75.8242

#461ebf color RGB value is (70,30,191).

#461ebf hex color red value is 70, green value is 30 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #461ebf hue: 0.71 , saturation: 0.73 and the lightness value of 461ebf is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011110 10111111
Octal 106 36 277
Decimal 70 30 191
Hex 46 1E BF

RGB Percentages of Color #461ebf

%24.05
%10.31
%65.64

CMYK Percentages of Color #461ebf

%63
%84
%0
%25

Triadic Colors of #461ebf

#461ebf #bf461e #1ebf46

Analogous Colors of #461ebf

#461ebf #971ebf #1e46bf

Monochromatic Colors of #461ebf

#461ebf

Complementary Color

#461ebf #97bf1e

#461ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#461ebf Color CSS Codes

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

#461ebf Text Font Color

<p style="color:#461ebf">Text here</p>

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


#461ebf Background Color

<div style="background-color:#461ebf">
Div content here</div>

This div background color is #461ebf


#461ebf Border Color

<div style="border:3px solid #461ebf">
Div here</div>

This div border color is #461ebf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,30,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #461ebf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #461ebf;
  -webkit-box-shadow: 1px 1px 3px 2px #461ebf;
  box-shadow:         1px 1px 3px 2px #461ebf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461ebf


Comments

No comments written yet.

Please login to write comment.