Color Hex Logo

#462977 Color Hex

#462977
(70,41,119)
0 Favorites   0 Comments

Color spaces of #462977

RGB 7041119
HSL0.730.490.31
HSV262°66°47°
CMYK 0.410.660.00   0.53
XYZ6.64854.219917.9169
Yxy4.21990.23100.1466
Hunter Lab20.542421.8219-37.3326
CIE-Lab24.385531.9394-39.9666

#462977 color RGB value is (70,41,119).

#462977 hex color red value is 70, green value is 41 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #462977 hue: 0.73 , saturation: 0.49 and the lightness value of 462977 is 0.31.

The process color (four color CMYK) of #462977 color hex is 0.41, 0.66, 0.00, 0.53. Web safe color of #462977 is #333366. Color #462977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00101001 01110111
Octal 106 51 167
Decimal 70 41 119
Hex 46 29 77

RGB Percentages of Color #462977

%30.43
%17.83
%51.74

CMYK Percentages of Color #462977

%41
%66
%0
%53

Triadic Colors of #462977

#462977 #774629 #297746

Analogous Colors of #462977

#462977 #6d2977 #293377

Monochromatic Colors of #462977

#462977

Complementary Color

#462977 #5a7729

#462977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462977 Color CSS Codes

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

#462977 Text Font Color

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

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


#462977 Background Color

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

This div background color is #462977


#462977 Border Color

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

This div border color is #462977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462977


Comments

No comments written yet.

Please login to write comment.