Color Hex Logo

#04558a Color Hex

#04558A
(4,85,138)
0 Favorites   0 Comments

Color spaces of #04558a

RGB 485138
HSL0.570.940.28
HSV204°97°54°
CMYK 0.970.380.00   0.46
XYZ7.88608.357825.2423
Yxy8.35780.19010.2015
Hunter Lab28.9099-1.9012-31.5315
CIE-Lab34.7172-0.5318-35.4191

#04558a color RGB value is (4,85,138).

#04558a hex color red value is 4, green value is 85 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #04558a hue: 0.57 , saturation: 0.94 and the lightness value of 04558a is 0.28.

The process color (four color CMYK) of #04558a color hex is 0.97, 0.38, 0.00, 0.46. Web safe color of #04558a is #006699. Color #04558a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010101 10001010
Octal 4 125 212
Decimal 4 85 138
Hex 4 55 8A

RGB Percentages of Color #04558a

%1.76
%37.44
%60.79

CMYK Percentages of Color #04558a

%97
%38
%0
%46

Triadic Colors of #04558a

#04558a #8a0455 #558a04

Analogous Colors of #04558a

#04558a #04128a #048a7c

Monochromatic Colors of #04558a

#04558a

Complementary Color

#04558a #8a3904

#04558a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04558a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04558a Color CSS Codes

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

#04558a Text Font Color

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

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


#04558a Background Color

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

This div background color is #04558a


#04558a Border Color

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

This div border color is #04558a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,85,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04558a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04558a;
  -webkit-box-shadow: 1px 1px 3px 2px #04558a;
  box-shadow:         1px 1px 3px 2px #04558a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04558a


Comments

No comments written yet.

Please login to write comment.