Color Hex Logo

#468190 Color Hex

#468190
(70,129,144)
0 Favorites   0 Comments

Color spaces of #468190

RGB 70129144
HSL0.530.350.42
HSV192°51°56°
CMYK 0.510.100.00   0.44
XYZ15.410119.016229.2439
Yxy19.01620.24200.2987
Hunter Lab43.6076-13.2347-9.2355
CIE-Lab50.7062-14.8848-14.0286

#468190 color RGB value is (70,129,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10000001 10010000
Octal 106 201 220
Decimal 70 129 144
Hex 46 81 90

RGB Percentages of Color #468190

%20.41
%37.61
%41.98

CMYK Percentages of Color #468190

%51
%10
%0
%44

Triadic Colors of #468190

#468190 #904681 #819046

Analogous Colors of #468190

#468190 #465c90 #46907a

Monochromatic Colors of #468190

#468190

Complementary Color

#468190 #905546

#468190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468190 Color CSS Codes

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

#468190 Text Font Color

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

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


#468190 Background Color

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

This div background color is #468190


#468190 Border Color

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

This div border color is #468190


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,129,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 #468190">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468190


Comments

No comments written yet.

Please login to write comment.