Color Hex Logo

#468390 Color Hex

#468390
(70,131,144)
0 Favorites   0 Comments

Color spaces of #468390

RGB 70131144
HSL0.530.350.42
HSV191°51°56°
CMYK 0.510.090.00   0.44
XYZ15.676119.548329.3325
Yxy19.54830.24280.3028
Hunter Lab44.2135-14.0855-8.3853
CIE-Lab51.3226-15.9822-13.0959

#468390 color RGB value is (70,131,144).

#468390 hex color red value is 70, green value is 131 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #468390 hue: 0.53 , saturation: 0.35 and the lightness value of 468390 is 0.42.

The process color (four color CMYK) of #468390 color hex is 0.51, 0.09, 0.00, 0.44. Web safe color of #468390 is #339999. Color #468390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000011 10010000
Octal 106 203 220
Decimal 70 131 144
Hex 46 83 90

RGB Percentages of Color #468390

%20.29
%37.97
%41.74

CMYK Percentages of Color #468390

%51
%9
%0
%44

Triadic Colors of #468390

#468390 #904683 #839046

Analogous Colors of #468390

#468390 #465e90 #469078

Monochromatic Colors of #468390

#468390

Complementary Color

#468390 #905346

#468390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468390 Color CSS Codes

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

#468390 Text Font Color

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

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


#468390 Background Color

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

This div background color is #468390


#468390 Border Color

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

This div border color is #468390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468390


Comments

No comments written yet.

Please login to write comment.