Color Hex Logo

#0459ac Color Hex

#0459AC
(4,89,172)
0 Favorites   0 Comments

Color spaces of #0459ac

RGB 489172
HSL0.580.950.35
HSV210°98°67°
CMYK 0.980.480.00   0.33
XYZ11.068810.149140.4053
Yxy10.14910.17960.1647
Hunter Lab31.85776.2681-52.8976
CIE-Lab38.108710.9419-50.4310

#0459ac color RGB value is (4,89,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011001 10101100
Octal 4 131 254
Decimal 4 89 172
Hex 4 59 AC

RGB Percentages of Color #0459ac

%1.51
%33.58
%64.91

CMYK Percentages of Color #0459ac

%98
%48
%0
%33

Triadic Colors of #0459ac

#0459ac #ac0459 #59ac04

Analogous Colors of #0459ac

#0459ac #0405ac #04acab

Monochromatic Colors of #0459ac

#0459ac

Complementary Color

#0459ac #ac5704

#0459ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0459ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0459ac Color CSS Codes

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

#0459ac Text Font Color

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

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


#0459ac Background Color

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

This div background color is #0459ac


#0459ac Border Color

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

This div border color is #0459ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0459ac


Comments

No comments written yet.

Please login to write comment.