Color Hex Logo

#46276d Color Hex

#46276D
(70,39,109)
0 Favorites   0 Comments

Color spaces of #46276d

RGB 7039109
HSL0.740.470.29
HSV267°64°43°
CMYK 0.360.640.00   0.57
XYZ6.01163.857314.8957
Yxy3.85730.24270.1558
Hunter Lab19.640020.2669-31.2197
CIE-Lab23.194030.2748-35.4779

#46276d color RGB value is (70,39,109).

#46276d hex color red value is 70, green value is 39 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #46276d hue: 0.74 , saturation: 0.47 and the lightness value of 46276d is 0.29.

The process color (four color CMYK) of #46276d color hex is 0.36, 0.64, 0.00, 0.57. Web safe color of #46276d is #333366. Color #46276d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100111 01101101
Octal 106 47 155
Decimal 70 39 109
Hex 46 27 6D

RGB Percentages of Color #46276d

%32.11
%17.89
%50.00

CMYK Percentages of Color #46276d

%36
%64
%0
%57

Triadic Colors of #46276d

#46276d #6d4627 #276d46

Analogous Colors of #46276d

#46276d #69276d #272b6d

Monochromatic Colors of #46276d

#46276d

Complementary Color

#46276d #4e6d27

#46276d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46276d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46276d Color CSS Codes

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

#46276d Text Font Color

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

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


#46276d Background Color

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

This div background color is #46276d


#46276d Border Color

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

This div border color is #46276d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,39,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46276d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46276d;
  -webkit-box-shadow: 1px 1px 3px 2px #46276d;
  box-shadow:         1px 1px 3px 2px #46276d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46276d


Comments

No comments written yet.

Please login to write comment.