Color Hex Logo

#045979 Color Hex

#045979
(4,89,121)
0 Favorites   0 Comments

Color spaces of #045979

RGB 489121
HSL0.550.940.25
HSV196°97°47°
CMYK 0.970.260.00   0.53
XYZ7.07368.551019.3669
Yxy8.55100.20220.2444
Hunter Lab29.2421-7.9949-18.7980
CIE-Lab35.1050-9.9651-24.3648

#045979 color RGB value is (4,89,121).

#045979 hex color red value is 4, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #045979 hue: 0.55 , saturation: 0.94 and the lightness value of 045979 is 0.25.

The process color (four color CMYK) of #045979 color hex is 0.97, 0.26, 0.00, 0.53. Web safe color of #045979 is #006666. Color #045979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011001 01111001
Octal 4 131 171
Decimal 4 89 121
Hex 4 59 79

RGB Percentages of Color #045979

%1.87
%41.59
%56.54

CMYK Percentages of Color #045979

%97
%26
%0
%53

Triadic Colors of #045979

#045979 #790459 #597904

Analogous Colors of #045979

#045979 #041f79 #04795f

Monochromatic Colors of #045979

#045979

Complementary Color

#045979 #792404

#045979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#045979 Color CSS Codes

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

#045979 Text Font Color

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

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


#045979 Background Color

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

This div background color is #045979


#045979 Border Color

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

This div border color is #045979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045979


Comments

No comments written yet.

Please login to write comment.