Color Hex Logo

#46627a Color Hex

#46627A
(70,98,122)
0 Favorites   0 Comments

Color spaces of #46627a

RGB 7098122
HSL0.580.270.38
HSV208°43°48°
CMYK 0.430.200.00   0.52
XYZ10.406311.442620.0725
Yxy11.44260.24820.2730
Hunter Lab33.8269-4.2845-11.5032
CIE-Lab40.3161-3.5449-16.7298

#46627a color RGB value is (70,98,122).

#46627a hex color red value is 70, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #46627a hue: 0.58 , saturation: 0.27 and the lightness value of 46627a is 0.38.

The process color (four color CMYK) of #46627a color hex is 0.43, 0.20, 0.00, 0.52. Web safe color of #46627a is #336666. Color #46627a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100010 01111010
Octal 106 142 172
Decimal 70 98 122
Hex 46 62 7A

RGB Percentages of Color #46627a

%24.14
%33.79
%42.07

CMYK Percentages of Color #46627a

%43
%20
%0
%52

Triadic Colors of #46627a

#46627a #7a4662 #627a46

Analogous Colors of #46627a

#46627a #46487a #467a78

Monochromatic Colors of #46627a

#46627a

Complementary Color

#46627a #7a5e46

#46627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46627a Color CSS Codes

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

#46627a Text Font Color

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

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


#46627a Background Color

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

This div background color is #46627a


#46627a Border Color

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

This div border color is #46627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46627a


Comments

No comments written yet.

Please login to write comment.