Color Hex Logo

#46606f Color Hex

#46606F
(70,96,111)
0 Favorites   0 Comments

Color spaces of #46606f

RGB 7096111
HSL0.560.230.35
HSV202°37°44°
CMYK 0.370.140.00   0.56
XYZ9.577910.815516.6217
Yxy10.81550.25880.2922
Hunter Lab32.8869-5.5663-6.9455
CIE-Lab39.2680-5.5503-11.5999

#46606f color RGB value is (70,96,111).

#46606f hex color red value is 70, green value is 96 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #46606f hue: 0.56 , saturation: 0.23 and the lightness value of 46606f is 0.35.

The process color (four color CMYK) of #46606f color hex is 0.37, 0.14, 0.00, 0.56. Web safe color of #46606f is #336666. Color #46606f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 01101111
Octal 106 140 157
Decimal 70 96 111
Hex 46 60 6F

RGB Percentages of Color #46606f

%25.27
%34.66
%40.07

CMYK Percentages of Color #46606f

%37
%14
%0
%56

Triadic Colors of #46606f

#46606f #6f4660 #606f46

Analogous Colors of #46606f

#46606f #464c6f #466f6a

Monochromatic Colors of #46606f

#46606f

Complementary Color

#46606f #6f5546

#46606f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46606f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46606f Color CSS Codes

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

#46606f Text Font Color

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

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


#46606f Background Color

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

This div background color is #46606f


#46606f Border Color

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

This div border color is #46606f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,96,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46606f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46606f;
  -webkit-box-shadow: 1px 1px 3px 2px #46606f;
  box-shadow:         1px 1px 3px 2px #46606f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46606f


Comments

No comments written yet.

Please login to write comment.