Color Hex Logo

#46006b Color Hex

#46006B
(70,0,107)
0 Favorites   0 Comments

Color spaces of #46006b

RGB 700107
HSL0.781.000.21
HSV279°100°42°
CMYK 0.351.000.00   0.58
XYZ5.17962.363614.0931
Yxy2.36360.23940.1092
Hunter Lab15.374033.2333-43.5884
CIE-Lab17.290246.0719-43.7717

#46006b color RGB value is (70,0,107).

#46006b hex color red value is 70, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #46006b hue: 0.78 , saturation: 1.00 and the lightness value of 46006b is 0.21.

The process color (four color CMYK) of #46006b color hex is 0.35, 1.00, 0.00, 0.58. Web safe color of #46006b is #330066. Color #46006b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000000 01101011
Octal 106 0 153
Decimal 70 0 107
Hex 46 0 6B

RGB Percentages of Color #46006b

%39.55
%0.00
%60.45

CMYK Percentages of Color #46006b

%35
%100
%0
%58

Triadic Colors of #46006b

#46006b #6b4600 #006b46

Analogous Colors of #46006b

#46006b #6b005b #11006b

Monochromatic Colors of #46006b

#46006b

Complementary Color

#46006b #256b00

#46006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46006b Color CSS Codes

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

#46006b Text Font Color

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

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


#46006b Background Color

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

This div background color is #46006b


#46006b Border Color

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

This div border color is #46006b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,0,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46006b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46006b;
  -webkit-box-shadow: 1px 1px 3px 2px #46006b;
  box-shadow:         1px 1px 3px 2px #46006b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46006b


Comments

No comments written yet.

Please login to write comment.