Color Hex Logo

#465688 Color Hex

#465688
(70,86,136)
0 Favorites   0 Comments

Color spaces of #465688

RGB 7086136
HSL0.630.320.40
HSV225°49°53°
CMYK 0.490.370.00   0.47
XYZ10.29759.735224.6289
Yxy9.73520.23060.2180
Hunter Lab31.20134.3089-24.9600
CIE-Lab37.36298.3480-29.8542

#465688 color RGB value is (70,86,136).

#465688 hex color red value is 70, green value is 86 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #465688 hue: 0.63 , saturation: 0.32 and the lightness value of 465688 is 0.40.

The process color (four color CMYK) of #465688 color hex is 0.49, 0.37, 0.00, 0.47. Web safe color of #465688 is #336699. Color #465688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010110 10001000
Octal 106 126 210
Decimal 70 86 136
Hex 46 56 88

RGB Percentages of Color #465688

%23.97
%29.45
%46.58

CMYK Percentages of Color #465688

%49
%37
%0
%47

Triadic Colors of #465688

#465688 #884656 #568846

Analogous Colors of #465688

#465688 #574688 #467788

Monochromatic Colors of #465688

#465688

Complementary Color

#465688 #887846

#465688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465688 Color CSS Codes

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

#465688 Text Font Color

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

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


#465688 Background Color

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

This div background color is #465688


#465688 Border Color

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

This div border color is #465688


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,86,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #465688; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #465688;
  -webkit-box-shadow: 1px 1px 3px 2px #465688;
  box-shadow:         1px 1px 3px 2px #465688; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465688


Comments

No comments written yet.

Please login to write comment.