Color Hex Logo

#46506a Color Hex

#46506A
(70,80,106)
0 Favorites   0 Comments

Color spaces of #46506a

RGB 7080106
HSL0.620.200.35
HSV223°34°42°
CMYK 0.340.250.00   0.58
XYZ7.99608.080014.7738
Yxy8.08000.25920.2619
Hunter Lab28.42530.4674-10.9177
CIE-Lab34.14892.9269-16.3081

#46506a color RGB value is (70,80,106).

#46506a hex color red value is 70, green value is 80 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #46506a hue: 0.62 , saturation: 0.20 and the lightness value of 46506a is 0.35.

The process color (four color CMYK) of #46506a color hex is 0.34, 0.25, 0.00, 0.58. Web safe color of #46506a is #336666. Color #46506a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010000 01101010
Octal 106 120 152
Decimal 70 80 106
Hex 46 50 6A

RGB Percentages of Color #46506a

%27.34
%31.25
%41.41

CMYK Percentages of Color #46506a

%34
%25
%0
%58

Triadic Colors of #46506a

#46506a #6a4650 #506a46

Analogous Colors of #46506a

#46506a #4e466a #46626a

Monochromatic Colors of #46506a

#46506a

Complementary Color

#46506a #6a6046

#46506a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46506a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46506a Color CSS Codes

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

#46506a Text Font Color

<p style="color:#46506a">Text here</p>

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


#46506a Background Color

<div style="background-color:#46506a">
Div content here</div>

This div background color is #46506a


#46506a Border Color

<div style="border:3px solid #46506a">
Div here</div>

This div border color is #46506a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,80,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46506a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46506a;
  -webkit-box-shadow: 1px 1px 3px 2px #46506a;
  box-shadow:         1px 1px 3px 2px #46506a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46506a


Comments

No comments written yet.

Please login to write comment.