Color Hex Logo

#462276 Color Hex

#462276
(70,34,118)
0 Favorites   0 Comments

Color spaces of #462276

RGB 7034118
HSL0.740.550.30
HSV266°71°46°
CMYK 0.410.710.00   0.54
XYZ6.36783.754217.5285
Yxy3.75420.23030.1358
Hunter Lab19.375824.7561-40.0743
CIE-Lab22.841635.6530-41.8307

#462276 color RGB value is (70,34,118).

#462276 hex color red value is 70, green value is 34 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #462276 hue: 0.74 , saturation: 0.55 and the lightness value of 462276 is 0.30.

The process color (four color CMYK) of #462276 color hex is 0.41, 0.71, 0.00, 0.54. Web safe color of #462276 is #333366. Color #462276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100010 01110110
Octal 106 42 166
Decimal 70 34 118
Hex 46 22 76

RGB Percentages of Color #462276

%31.53
%15.32
%53.15

CMYK Percentages of Color #462276

%41
%71
%0
%54

Triadic Colors of #462276

#462276 #764622 #227646

Analogous Colors of #462276

#462276 #702276 #222876

Monochromatic Colors of #462276

#462276

Complementary Color

#462276 #527622

#462276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462276 Color CSS Codes

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

#462276 Text Font Color

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

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


#462276 Background Color

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

This div background color is #462276


#462276 Border Color

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

This div border color is #462276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462276


Comments

No comments written yet.

Please login to write comment.