Color Hex Logo

#46587c Color Hex

#46587C
(70,88,124)
0 Favorites   0 Comments

Color spaces of #46587c

RGB 7088124
HSL0.610.280.38
HSV220°44°49°
CMYK 0.440.290.00   0.51
XYZ9.65369.736820.4394
Yxy9.73680.24240.2445
Hunter Lab31.20380.6162-16.9939
CIE-Lab37.36583.2599-22.5059

#46587c color RGB value is (70,88,124).

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

The process color (four color CMYK) of #46587c color hex is 0.44, 0.29, 0.00, 0.51. Web safe color of #46587c is #336666. Color #46587c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011000 01111100
Octal 106 130 174
Decimal 70 88 124
Hex 46 58 7C

RGB Percentages of Color #46587c

%24.82
%31.21
%43.97

CMYK Percentages of Color #46587c

%44
%29
%0
%51

Triadic Colors of #46587c

#46587c #7c4658 #587c46

Analogous Colors of #46587c

#46587c #4f467c #46737c

Monochromatic Colors of #46587c

#46587c

Complementary Color

#46587c #7c6a46

#46587c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46587c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46587c Color CSS Codes

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

#46587c Text Font Color

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

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


#46587c Background Color

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

This div background color is #46587c


#46587c Border Color

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

This div border color is #46587c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46587c


Comments

No comments written yet.

Please login to write comment.