Color Hex Logo

#468aa4 Color Hex

#468AA4
(70,138,164)
0 Favorites   0 Comments

Color spaces of #468aa4

RGB 70138164
HSL0.550.400.46
HSV197°57°64°
CMYK 0.570.160.00   0.36
XYZ18.315122.159438.4338
Yxy22.15940.23210.2808
Hunter Lab47.0738-12.9297-15.4562
CIE-Lab54.1957-13.7701-20.3181

#468aa4 color RGB value is (70,138,164).

#468aa4 hex color red value is 70, green value is 138 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #468aa4 hue: 0.55 , saturation: 0.40 and the lightness value of 468aa4 is 0.46.

The process color (four color CMYK) of #468aa4 color hex is 0.57, 0.16, 0.00, 0.36. Web safe color of #468aa4 is #339999. Color #468aa4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001010 10100100
Octal 106 212 244
Decimal 70 138 164
Hex 46 8A A4

RGB Percentages of Color #468aa4

%18.82
%37.10
%44.09

CMYK Percentages of Color #468aa4

%57
%16
%0
%36

Triadic Colors of #468aa4

#468aa4 #a4468a #8aa446

Analogous Colors of #468aa4

#468aa4 #465ba4 #46a48f

Monochromatic Colors of #468aa4

#468aa4

Complementary Color

#468aa4 #a46046

#468aa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468aa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468aa4 Color CSS Codes

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

#468aa4 Text Font Color

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

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


#468aa4 Background Color

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

This div background color is #468aa4


#468aa4 Border Color

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

This div border color is #468aa4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,138,164, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #468aa4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #468aa4;
  -webkit-box-shadow: 1px 1px 3px 2px #468aa4;
  box-shadow:         1px 1px 3px 2px #468aa4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468aa4


Comments

No comments written yet.

Please login to write comment.