Color Hex Logo

#0468a8 Color Hex

#0468A8
(4,104,168)
0 Favorites   0 Comments

Color spaces of #0468a8

RGB 4104168
HSL0.570.950.34
HSV203°98°66°
CMYK 0.980.380.00   0.34
XYZ12.068312.753638.8714
Yxy12.75360.18950.2002
Hunter Lab35.7122-2.1754-39.5365
CIE-Lab42.3896-0.3716-41.2079

#0468a8 color RGB value is (4,104,168).

#0468a8 hex color red value is 4, green value is 104 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #0468a8 hue: 0.57 , saturation: 0.95 and the lightness value of 0468a8 is 0.34.

The process color (four color CMYK) of #0468a8 color hex is 0.98, 0.38, 0.00, 0.34. Web safe color of #0468a8 is #006699. Color #0468a8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101000 10101000
Octal 4 150 250
Decimal 4 104 168
Hex 4 68 A8

RGB Percentages of Color #0468a8

%1.45
%37.68
%60.87

CMYK Percentages of Color #0468a8

%98
%38
%0
%34

Triadic Colors of #0468a8

#0468a8 #a80468 #68a804

Analogous Colors of #0468a8

#0468a8 #0416a8 #04a896

Monochromatic Colors of #0468a8

#0468a8

Complementary Color

#0468a8 #a84404

#0468a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0468a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0468a8 Color CSS Codes

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

#0468a8 Text Font Color

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

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


#0468a8 Background Color

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

This div background color is #0468a8


#0468a8 Border Color

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

This div border color is #0468a8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,104,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0468a8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0468a8;
  -webkit-box-shadow: 1px 1px 3px 2px #0468a8;
  box-shadow:         1px 1px 3px 2px #0468a8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0468a8


Comments

No comments written yet.

Please login to write comment.