Color Hex Logo

#461baf Color Hex

#461BAF
(70,27,175)
0 Favorites   0 Comments

Color spaces of #461baf

RGB 7027175
HSL0.720.730.40
HSV257°85°69°
CMYK 0.600.850.00   0.31
XYZ10.65565.181140.9959
Yxy5.18110.18750.0912
Hunter Lab22.762043.7277-90.8517
CIE-Lab27.244654.6930-69.8590

#461baf color RGB value is (70,27,175).

#461baf hex color red value is 70, green value is 27 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #461baf hue: 0.72 , saturation: 0.73 and the lightness value of 461baf is 0.40.

The process color (four color CMYK) of #461baf color hex is 0.60, 0.85, 0.00, 0.31. Web safe color of #461baf is #333399. Color #461baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00011011 10101111
Octal 106 33 257
Decimal 70 27 175
Hex 46 1B AF

RGB Percentages of Color #461baf

%25.74
%9.93
%64.34

CMYK Percentages of Color #461baf

%60
%85
%0
%31

Triadic Colors of #461baf

#461baf #af461b #1baf46

Analogous Colors of #461baf

#461baf #901baf #1b3aaf

Monochromatic Colors of #461baf

#461baf

Complementary Color

#461baf #84af1b

#461baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#461baf Color CSS Codes

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

#461baf Text Font Color

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

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


#461baf Background Color

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

This div background color is #461baf


#461baf Border Color

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

This div border color is #461baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461baf


Comments

No comments written yet.

Please login to write comment.