Color Hex Logo

#46536c Color Hex

#46536C
(70,83,108)
1 Favorites   0 Comments

Color spaces of #46536c

RGB 7083108
HSL0.610.210.35
HSV219°35°42°
CMYK 0.350.230.00   0.58
XYZ8.32588.571315.4030
Yxy8.57130.25780.2654
Hunter Lab29.2768-0.4721-10.6997
CIE-Lab35.14541.6032-16.0288

#46536c color RGB value is (70,83,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010011 01101100
Octal 106 123 154
Decimal 70 83 108
Hex 46 53 6C

RGB Percentages of Color #46536c

%26.82
%31.80
%41.38

CMYK Percentages of Color #46536c

%35
%23
%0
%58

Triadic Colors of #46536c

#46536c #6c4653 #536c46

Analogous Colors of #46536c

#46536c #4c466c #46666c

Monochromatic Colors of #46536c

#46536c

Complementary Color

#46536c #6c5f46

#46536c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46536c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46536c Color CSS Codes

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

#46536c Text Font Color

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

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


#46536c Background Color

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

This div background color is #46536c


#46536c Border Color

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

This div border color is #46536c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46536c


Comments

No comments written yet.

Please login to write comment.