Color Hex Logo

#46636c Color Hex

#46636C
(70,99,108)
0 Favorites   0 Comments

Color spaces of #46636c

RGB 7099108
HSL0.540.210.35
HSV194°35°42°
CMYK 0.350.080.00   0.58
XYZ9.694411.308515.8592
Yxy11.30850.26300.3068
Hunter Lab33.6281-7.3908-4.4218
CIE-Lab40.0953-8.1767-8.5134

#46636c color RGB value is (70,99,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100011 01101100
Octal 106 143 154
Decimal 70 99 108
Hex 46 63 6C

RGB Percentages of Color #46636c

%25.27
%35.74
%38.99

CMYK Percentages of Color #46636c

%35
%8
%0
%58

Triadic Colors of #46636c

#46636c #6c4663 #636c46

Analogous Colors of #46636c

#46636c #46506c #466c62

Monochromatic Colors of #46636c

#46636c

Complementary Color

#46636c #6c4f46

#46636c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46636c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46636c Color CSS Codes

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

#46636c Text Font Color

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

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


#46636c Background Color

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

This div background color is #46636c


#46636c Border Color

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

This div border color is #46636c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46636c


Comments

No comments written yet.

Please login to write comment.