Color Hex Logo

#04588d Color Hex

#04588D
(4,88,141)
0 Favorites   0 Comments

Color spaces of #04588d

RGB 488141
HSL0.560.940.28
HSV203°97°55°
CMYK 0.970.380.00   0.45
XYZ8.34758.928326.4827
Yxy8.92830.19080.2040
Hunter Lab29.8803-2.4238-31.6322
CIE-Lab35.8459-1.2232-35.4535

#04588d color RGB value is (4,88,141).

#04588d hex color red value is 4, green value is 88 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #04588d hue: 0.56 , saturation: 0.94 and the lightness value of 04588d is 0.28.

The process color (four color CMYK) of #04588d color hex is 0.97, 0.38, 0.00, 0.45. Web safe color of #04588d is #006699. Color #04588d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011000 10001101
Octal 4 130 215
Decimal 4 88 141
Hex 4 58 8D

RGB Percentages of Color #04588d

%1.72
%37.77
%60.52

CMYK Percentages of Color #04588d

%97
%38
%0
%45

Triadic Colors of #04588d

#04588d #8d0458 #588d04

Analogous Colors of #04588d

#04588d #04138d #048d7e

Monochromatic Colors of #04588d

#04588d

Complementary Color

#04588d #8d3904

#04588d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04588d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04588d Color CSS Codes

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

#04588d Text Font Color

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

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


#04588d Background Color

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

This div background color is #04588d


#04588d Border Color

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

This div border color is #04588d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,88,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04588d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04588d;
  -webkit-box-shadow: 1px 1px 3px 2px #04588d;
  box-shadow:         1px 1px 3px 2px #04588d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04588d


Comments

No comments written yet.

Please login to write comment.