Color Hex Logo

#045472 Color Hex

#045472
(4,84,114)
0 Favorites   0 Comments

Color spaces of #045472

RGB 484114
HSL0.550.930.23
HSV196°96°45°
CMYK 0.960.260.00   0.55
XYZ6.25777.581417.0531
Yxy7.58140.20260.2454
Hunter Lab27.5343-7.6176-17.4466
CIE-Lab33.0954-9.7218-23.1591

#045472 color RGB value is (4,84,114).

#045472 hex color red value is 4, green value is 84 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #045472 hue: 0.55 , saturation: 0.93 and the lightness value of 045472 is 0.23.

The process color (four color CMYK) of #045472 color hex is 0.96, 0.26, 0.00, 0.55. Web safe color of #045472 is #006666. Color #045472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010100 01110010
Octal 4 124 162
Decimal 4 84 114
Hex 4 54 72

RGB Percentages of Color #045472

%1.98
%41.58
%56.44

CMYK Percentages of Color #045472

%96
%26
%0
%55

Triadic Colors of #045472

#045472 #720454 #547204

Analogous Colors of #045472

#045472 #041d72 #047259

Monochromatic Colors of #045472

#045472

Complementary Color

#045472 #722204

#045472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#045472 Color CSS Codes

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

#045472 Text Font Color

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

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


#045472 Background Color

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

This div background color is #045472


#045472 Border Color

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

This div border color is #045472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045472


Comments

No comments written yet.

Please login to write comment.