Color Hex Logo

#46587f Color Hex

#46587F
(70,88,127)
0 Favorites   0 Comments

Color spaces of #46587f

RGB 7088127
HSL0.610.290.39
HSV221°45°50°
CMYK 0.450.310.00   0.50
XYZ9.84639.813821.4540
Yxy9.81380.23950.2387
Hunter Lab31.32701.2816-18.6753
CIE-Lab37.50624.1971-24.1283

#46587f color RGB value is (70,88,127).

#46587f hex color red value is 70, green value is 88 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #46587f hue: 0.61 , saturation: 0.29 and the lightness value of 46587f is 0.39.

The process color (four color CMYK) of #46587f color hex is 0.45, 0.31, 0.00, 0.50. Web safe color of #46587f is #336666. Color #46587f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011000 01111111
Octal 106 130 177
Decimal 70 88 127
Hex 46 58 7F

RGB Percentages of Color #46587f

%24.56
%30.88
%44.56

CMYK Percentages of Color #46587f

%45
%31
%0
%50

Triadic Colors of #46587f

#46587f #7f4658 #587f46

Analogous Colors of #46587f

#46587f #51467f #46757f

Monochromatic Colors of #46587f

#46587f

Complementary Color

#46587f #7f6d46

#46587f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46587f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46587f Color CSS Codes

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

#46587f Text Font Color

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

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


#46587f Background Color

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

This div background color is #46587f


#46587f Border Color

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

This div border color is #46587f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46587f

#46587f Color Palettes


Comments

No comments written yet.

Please login to write comment.