Color Hex Logo

#46689f Color Hex

#46689F
(70,104,159)
0 Favorites   0 Comments

Color spaces of #46689f

RGB 70104159
HSL0.600.390.45
HSV217°56°62°
CMYK 0.560.350.00   0.38
XYZ13.734113.705934.7225
Yxy13.70590.22090.2205
Hunter Lab37.02151.4317-29.6931
CIE-Lab43.80824.5821-33.5232

#46689f color RGB value is (70,104,159).

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

The process color (four color CMYK) of #46689f color hex is 0.56, 0.35, 0.00, 0.38. Web safe color of #46689f is #336699. Color #46689f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01101000 10011111
Octal 106 150 237
Decimal 70 104 159
Hex 46 68 9F

RGB Percentages of Color #46689f

%21.02
%31.23
%47.75

CMYK Percentages of Color #46689f

%56
%35
%0
%38

Triadic Colors of #46689f

#46689f #9f4668 #689f46

Analogous Colors of #46689f

#46689f #51469f #46959f

Monochromatic Colors of #46689f

#46689f

Complementary Color

#46689f #9f7d46

#46689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46689f Color CSS Codes

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

#46689f Text Font Color

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

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


#46689f Background Color

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

This div background color is #46689f


#46689f Border Color

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

This div border color is #46689f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,104,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 #46689f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46689f


Comments

No comments written yet.

Please login to write comment.