Color Hex Logo

#04488a Color Hex

#04488A
(4,72,138)
0 Favorites   0 Comments

Color spaces of #04488a

RGB 472138
HSL0.580.940.28
HSV210°97°54°
CMYK 0.970.480.00   0.46
XYZ6.95496.495524.9320
Yxy6.49550.18120.1692
Hunter Lab25.48634.1096-40.1602
CIE-Lab30.62978.1423-41.9611

#04488a color RGB value is (4,72,138).

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

The process color (four color CMYK) of #04488a color hex is 0.97, 0.48, 0.00, 0.46. Web safe color of #04488a is #003399. Color #04488a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001000 10001010
Octal 4 110 212
Decimal 4 72 138
Hex 4 48 8A

RGB Percentages of Color #04488a

%1.87
%33.64
%64.49

CMYK Percentages of Color #04488a

%97
%48
%0
%46

Triadic Colors of #04488a

#04488a #8a0448 #488a04

Analogous Colors of #04488a

#04488a #04058a #048a89

Monochromatic Colors of #04488a

#04488a

Complementary Color

#04488a #8a4604

#04488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04488a Color CSS Codes

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

#04488a Text Font Color

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

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


#04488a Background Color

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

This div background color is #04488a


#04488a Border Color

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

This div border color is #04488a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,72,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 #04488a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04488a


Comments

No comments written yet.

Please login to write comment.