Color Hex Logo

#465183 Color Hex

#465183
(70,81,131)
0 Favorites   0 Comments

Color spaces of #465183

RGB 7081131
HSL0.640.300.39
HSV229°47°51°
CMYK 0.470.380.00   0.49
XYZ9.56508.825622.6721
Yxy8.82560.23290.2149
Hunter Lab29.70795.4825-24.4526
CIE-Lab35.64639.9557-29.4971

#465183 color RGB value is (70,81,131).

#465183 hex color red value is 70, green value is 81 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #465183 hue: 0.64 , saturation: 0.30 and the lightness value of 465183 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010001 10000011
Octal 106 121 203
Decimal 70 81 131
Hex 46 51 83

RGB Percentages of Color #465183

%24.82
%28.72
%46.45

CMYK Percentages of Color #465183

%47
%38
%0
%49

Triadic Colors of #465183

#465183 #834651 #518346

Analogous Colors of #465183

#465183 #5a4683 #467083

Monochromatic Colors of #465183

#465183

Complementary Color

#465183 #837846

#465183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465183 Color CSS Codes

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

#465183 Text Font Color

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

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


#465183 Background Color

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

This div background color is #465183


#465183 Border Color

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

This div border color is #465183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465183


Comments

No comments written yet.

Please login to write comment.