Color Hex Logo

#46899f Color Hex

#46899F
(70,137,159)
0 Favorites   0 Comments

Color spaces of #46899f

RGB 70137159
HSL0.540.390.45
HSV195°56°62°
CMYK 0.560.140.00   0.38
XYZ17.729521.696636.0543
Yxy21.69660.23490.2874
Hunter Lab46.5796-13.5722-13.2869
CIE-Lab53.7036-14.7603-18.1873

#46899f color RGB value is (70,137,159).

#46899f hex color red value is 70, green value is 137 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #46899f hue: 0.54 , saturation: 0.39 and the lightness value of 46899f is 0.45.

The process color (four color CMYK) of #46899f color hex is 0.56, 0.14, 0.00, 0.38. Web safe color of #46899f is #339999. Color #46899f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001001 10011111
Octal 106 211 237
Decimal 70 137 159
Hex 46 89 9F

RGB Percentages of Color #46899f

%19.13
%37.43
%43.44

CMYK Percentages of Color #46899f

%56
%14
%0
%38

Triadic Colors of #46899f

#46899f #9f4689 #899f46

Analogous Colors of #46899f

#46899f #465d9f #469f89

Monochromatic Colors of #46899f

#46899f

Complementary Color

#46899f #9f5c46

#46899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46899f Color CSS Codes

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

#46899f Text Font Color

<p style="color:#46899f">Text here</p>

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


#46899f Background Color

<div style="background-color:#46899f">
Div content here</div>

This div background color is #46899f


#46899f Border Color

<div style="border:3px solid #46899f">
Div here</div>

This div border color is #46899f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,137,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46899f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46899f;
  -webkit-box-shadow: 1px 1px 3px 2px #46899f;
  box-shadow:         1px 1px 3px 2px #46899f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46899f


Comments

No comments written yet.

Please login to write comment.