Color Hex Logo

#465b78 Color Hex

#465B78
(70,91,120)
0 Favorites   0 Comments

Color spaces of #465b78

RGB 7091120
HSL0.600.260.37
HSV215°42°47°
CMYK 0.420.240.00   0.53
XYZ9.657010.140319.2176
Yxy10.14030.24750.2599
Hunter Lab31.8438-1.5946-13.4905
CIE-Lab38.09310.1527-18.9232

#465b78 color RGB value is (70,91,120).

#465b78 hex color red value is 70, green value is 91 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #465b78 hue: 0.60 , saturation: 0.26 and the lightness value of 465b78 is 0.37.

The process color (four color CMYK) of #465b78 color hex is 0.42, 0.24, 0.00, 0.53. Web safe color of #465b78 is #336666. Color #465b78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011011 01111000
Octal 106 133 170
Decimal 70 91 120
Hex 46 5B 78

RGB Percentages of Color #465b78

%24.91
%32.38
%42.70

CMYK Percentages of Color #465b78

%42
%24
%0
%53

Triadic Colors of #465b78

#465b78 #78465b #5b7846

Analogous Colors of #465b78

#465b78 #4a4678 #467478

Monochromatic Colors of #465b78

#465b78

Complementary Color

#465b78 #786346

#465b78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465b78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465b78 Color CSS Codes

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

#465b78 Text Font Color

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

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


#465b78 Background Color

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

This div background color is #465b78


#465b78 Border Color

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

This div border color is #465b78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,91,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #465b78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #465b78;
  -webkit-box-shadow: 1px 1px 3px 2px #465b78;
  box-shadow:         1px 1px 3px 2px #465b78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465b78


Comments

No comments written yet.

Please login to write comment.