Color Hex Logo

#0462ac Color Hex

#0462AC
(4,98,172)
0 Favorites   0 Comments

Color spaces of #0462ac

RGB 498172
HSL0.570.950.35
HSV206°98°67°
CMYK 0.980.430.00   0.33
XYZ11.864111.739740.6704
Yxy11.73970.18460.1827
Hunter Lab34.26321.8473-46.3928
CIE-Lab40.79945.0573-46.1055

#0462ac color RGB value is (4,98,172).

#0462ac hex color red value is 4, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #0462ac hue: 0.57 , saturation: 0.95 and the lightness value of 0462ac is 0.35.

The process color (four color CMYK) of #0462ac color hex is 0.98, 0.43, 0.00, 0.33. Web safe color of #0462ac is #006699. Color #0462ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100010 10101100
Octal 4 142 254
Decimal 4 98 172
Hex 4 62 AC

RGB Percentages of Color #0462ac

%1.46
%35.77
%62.77

CMYK Percentages of Color #0462ac

%98
%43
%0
%33

Triadic Colors of #0462ac

#0462ac #ac0462 #62ac04

Analogous Colors of #0462ac

#0462ac #040eac #04aca2

Monochromatic Colors of #0462ac

#0462ac

Complementary Color

#0462ac #ac4e04

#0462ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0462ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0462ac Color CSS Codes

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

#0462ac Text Font Color

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

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


#0462ac Background Color

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

This div background color is #0462ac


#0462ac Border Color

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

This div border color is #0462ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,98,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0462ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0462ac;
  -webkit-box-shadow: 1px 1px 3px 2px #0462ac;
  box-shadow:         1px 1px 3px 2px #0462ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0462ac


Comments

No comments written yet.

Please login to write comment.