Color Hex Logo

#46839a Color Hex

#46839A
(70,131,154)
0 Favorites   0 Comments

Color spaces of #46839a

RGB 70131154
HSL0.550.380.44
HSV196°55°60°
CMYK 0.550.150.00   0.40
XYZ16.474819.867833.5384
Yxy19.86780.23580.2843
Hunter Lab44.5733-12.0277-13.4104
CIE-Lab51.6874-12.9746-18.3671

#46839a color RGB value is (70,131,154).

#46839a hex color red value is 70, green value is 131 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #46839a hue: 0.55 , saturation: 0.38 and the lightness value of 46839a is 0.44.

The process color (four color CMYK) of #46839a color hex is 0.55, 0.15, 0.00, 0.40. Web safe color of #46839a is #339999. Color #46839a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000011 10011010
Octal 106 203 232
Decimal 70 131 154
Hex 46 83 9A

RGB Percentages of Color #46839a

%19.72
%36.90
%43.38

CMYK Percentages of Color #46839a

%55
%15
%0
%40

Triadic Colors of #46839a

#46839a #9a4683 #839a46

Analogous Colors of #46839a

#46839a #46599a #469a87

Monochromatic Colors of #46839a

#46839a

Complementary Color

#46839a #9a5d46

#46839a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46839a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46839a Color CSS Codes

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

#46839a Text Font Color

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

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


#46839a Background Color

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

This div background color is #46839a


#46839a Border Color

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

This div border color is #46839a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46839a


Comments

No comments written yet.

Please login to write comment.