Color Hex Logo

#462866 Color Hex

#462866
(70,40,102)
0 Favorites   0 Comments

Color spaces of #462866

RGB 7040102
HSL0.750.440.28
HSV269°61°40°
CMYK 0.310.610.00   0.60
XYZ5.68293.779013.0003
Yxy3.77900.25300.1682
Hunter Lab19.439718.1625-26.0425
CIE-Lab22.926927.7267-31.3675

#462866 color RGB value is (70,40,102).

#462866 hex color red value is 70, green value is 40 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #462866 hue: 0.75 , saturation: 0.44 and the lightness value of 462866 is 0.28.

The process color (four color CMYK) of #462866 color hex is 0.31, 0.61, 0.00, 0.60. Web safe color of #462866 is #333366. Color #462866 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101000 01100110
Octal 106 50 146
Decimal 70 40 102
Hex 46 28 66

RGB Percentages of Color #462866

%33.02
%18.87
%48.11

CMYK Percentages of Color #462866

%31
%61
%0
%60

Triadic Colors of #462866

#462866 #664628 #286646

Analogous Colors of #462866

#462866 #652866 #282966

Monochromatic Colors of #462866

#462866

Complementary Color

#462866 #486628

#462866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462866 Color CSS Codes

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

#462866 Text Font Color

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

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


#462866 Background Color

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

This div background color is #462866


#462866 Border Color

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

This div border color is #462866


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,40,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #462866; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #462866;
  -webkit-box-shadow: 1px 1px 3px 2px #462866;
  box-shadow:         1px 1px 3px 2px #462866; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462866


Comments

No comments written yet.

Please login to write comment.