Color Hex Logo

#46556c Color Hex

#46556C
(70,85,108)
0 Favorites   0 Comments

Color spaces of #46556c

RGB 7085108
HSL0.600.210.35
HSV216°35°42°
CMYK 0.350.210.00   0.58
XYZ8.48118.881815.4547
Yxy8.88180.25840.2706
Hunter Lab29.8023-1.3569-9.8846
CIE-Lab35.75570.3449-15.0930

#46556c color RGB value is (70,85,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010101 01101100
Octal 106 125 154
Decimal 70 85 108
Hex 46 55 6C

RGB Percentages of Color #46556c

%26.62
%32.32
%41.06

CMYK Percentages of Color #46556c

%35
%21
%0
%58

Triadic Colors of #46556c

#46556c #6c4655 #556c46

Analogous Colors of #46556c

#46556c #4a466c #46686c

Monochromatic Colors of #46556c

#46556c

Complementary Color

#46556c #6c5d46

#46556c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46556c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46556c Color CSS Codes

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

#46556c Text Font Color

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

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


#46556c Background Color

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

This div background color is #46556c


#46556c Border Color

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

This div border color is #46556c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,85,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 #46556c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46556c


Comments

No comments written yet.

Please login to write comment.