Color Hex Logo

#044abc Color Hex

#044ABC
(4,74,188)
0 Favorites   0 Comments

Color spaces of #044abc

RGB 474188
HSL0.600.960.38
HSV217°98°74°
CMYK 0.980.610.00   0.26
XYZ11.57598.554248.6180
Yxy8.55420.16840.1244
Hunter Lab29.247619.4653-78.0840
CIE-Lab35.111427.5345-64.7422

#044abc color RGB value is (4,74,188).

#044abc hex color red value is 4, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #044abc hue: 0.60 , saturation: 0.96 and the lightness value of 044abc is 0.38.

The process color (four color CMYK) of #044abc color hex is 0.98, 0.61, 0.00, 0.26. Web safe color of #044abc is #0033cc. Color #044abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001010 10111100
Octal 4 112 274
Decimal 4 74 188
Hex 4 4A BC

RGB Percentages of Color #044abc

%1.50
%27.82
%70.68

CMYK Percentages of Color #044abc

%98
%61
%0
%26

Triadic Colors of #044abc

#044abc #bc044a #4abc04

Analogous Colors of #044abc

#044abc #1a04bc #04a6bc

Monochromatic Colors of #044abc

#044abc

Complementary Color

#044abc #bc7604

#044abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#044abc Color CSS Codes

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

#044abc Text Font Color

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

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


#044abc Background Color

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

This div background color is #044abc


#044abc Border Color

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

This div border color is #044abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,74,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #044abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #044abc;
  -webkit-box-shadow: 1px 1px 3px 2px #044abc;
  box-shadow:         1px 1px 3px 2px #044abc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044abc


Comments

No comments written yet.

Please login to write comment.