Color Hex Logo

#465489 Color Hex

#465489
(70,84,137)
0 Favorites   0 Comments

Color spaces of #465489

RGB 7084137
HSL0.630.320.41
HSV227°49°54°
CMYK 0.490.390.00   0.46
XYZ10.21159.448924.9525
Yxy9.44890.22890.2118
Hunter Lab30.73915.5042-26.6114
CIE-Lab36.83469.9598-31.2964

#465489 color RGB value is (70,84,137).

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

The process color (four color CMYK) of #465489 color hex is 0.49, 0.39, 0.00, 0.46. Web safe color of #465489 is #336699. Color #465489 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010100 10001001
Octal 106 124 211
Decimal 70 84 137
Hex 46 54 89

RGB Percentages of Color #465489

%24.05
%28.87
%47.08

CMYK Percentages of Color #465489

%49
%39
%0
%46

Triadic Colors of #465489

#465489 #894654 #548946

Analogous Colors of #465489

#465489 #5a4689 #467689

Monochromatic Colors of #465489

#465489

Complementary Color

#465489 #897b46

#465489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465489 Color CSS Codes

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

#465489 Text Font Color

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

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


#465489 Background Color

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

This div background color is #465489


#465489 Border Color

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

This div border color is #465489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465489


Comments

No comments written yet.

Please login to write comment.