Color Hex Logo

#46838a Color Hex

#46838A
(70,131,138)
0 Favorites   0 Comments

Color spaces of #46838a

RGB 70131138
HSL0.520.330.41
HSV186°49°54°
CMYK 0.490.050.00   0.46
XYZ15.229519.369726.9808
Yxy19.36970.24730.3145
Hunter Lab44.0110-15.2514-5.5398
CIE-Lab51.1170-17.7248-9.9019

#46838a color RGB value is (70,131,138).

#46838a hex color red value is 70, green value is 131 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #46838a hue: 0.52 , saturation: 0.33 and the lightness value of 46838a is 0.41.

The process color (four color CMYK) of #46838a color hex is 0.49, 0.05, 0.00, 0.46. Web safe color of #46838a is #339999. Color #46838a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000011 10001010
Octal 106 203 212
Decimal 70 131 138
Hex 46 83 8A

RGB Percentages of Color #46838a

%20.65
%38.64
%40.71

CMYK Percentages of Color #46838a

%49
%5
%0
%46

Triadic Colors of #46838a

#46838a #8a4683 #838a46

Analogous Colors of #46838a

#46838a #46618a #468a6f

Monochromatic Colors of #46838a

#46838a

Complementary Color

#46838a #8a4d46

#46838a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46838a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46838a Color CSS Codes

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

#46838a Text Font Color

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

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


#46838a Background Color

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

This div background color is #46838a


#46838a Border Color

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

This div border color is #46838a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46838a


Comments

No comments written yet.

Please login to write comment.