Color Hex Logo

#465793 Color Hex

#465793
(70,87,147)
0 Favorites   0 Comments

Color spaces of #465793

RGB 7087147
HSL0.630.350.43
HSV227°52°58°
CMYK 0.520.410.00   0.42
XYZ11.200410.225128.9871
Yxy10.22510.22220.2028
Hunter Lab31.97676.5635-31.3631
CIE-Lab38.243411.3251-35.1372

#465793 color RGB value is (70,87,147).

#465793 hex color red value is 70, green value is 87 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #465793 hue: 0.63 , saturation: 0.35 and the lightness value of 465793 is 0.43.

The process color (four color CMYK) of #465793 color hex is 0.52, 0.41, 0.00, 0.42. Web safe color of #465793 is #336699. Color #465793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010111 10010011
Octal 106 127 223
Decimal 70 87 147
Hex 46 57 93

RGB Percentages of Color #465793

%23.03
%28.62
%48.36

CMYK Percentages of Color #465793

%52
%41
%0
%42

Triadic Colors of #465793

#465793 #934657 #579346

Analogous Colors of #465793

#465793 #5c4693 #467e93

Monochromatic Colors of #465793

#465793

Complementary Color

#465793 #938246

#465793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465793 Color CSS Codes

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

#465793 Text Font Color

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

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


#465793 Background Color

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

This div background color is #465793


#465793 Border Color

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

This div border color is #465793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465793


Comments

No comments written yet.

Please login to write comment.