Color Hex Logo

#46586c Color Hex

#46586C
(70,88,108)
0 Favorites   0 Comments

Color spaces of #46586c

RGB 7088108
HSL0.590.210.35
HSV212°35°42°
CMYK 0.350.190.00   0.58
XYZ8.72239.364215.5351
Yxy9.36420.25940.2785
Hunter Lab30.6010-2.6733-8.6789
CIE-Lab36.6763-1.5246-13.6865

#46586c color RGB value is (70,88,108).

#46586c hex color red value is 70, green value is 88 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #46586c hue: 0.59 , saturation: 0.21 and the lightness value of 46586c is 0.35.

The process color (four color CMYK) of #46586c color hex is 0.35, 0.19, 0.00, 0.58. Web safe color of #46586c is #336666. Color #46586c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011000 01101100
Octal 106 130 154
Decimal 70 88 108
Hex 46 58 6C

RGB Percentages of Color #46586c

%26.32
%33.08
%40.60

CMYK Percentages of Color #46586c

%35
%19
%0
%58

Triadic Colors of #46586c

#46586c #6c4658 #586c46

Analogous Colors of #46586c

#46586c #47466c #466b6c

Monochromatic Colors of #46586c

#46586c

Complementary Color

#46586c #6c5a46

#46586c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46586c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46586c Color CSS Codes

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

#46586c Text Font Color

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

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


#46586c Background Color

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

This div background color is #46586c


#46586c Border Color

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

This div border color is #46586c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,88,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46586c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46586c;
  -webkit-box-shadow: 1px 1px 3px 2px #46586c;
  box-shadow:         1px 1px 3px 2px #46586c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46586c


Comments

No comments written yet.

Please login to write comment.