Color Hex Logo

#04507e Color Hex

#04507E
(4,80,126)
1 Favorites   0 Comments

Color spaces of #04507e

RGB 480126
HSL0.560.940.25
HSV203°97°49°
CMYK 0.970.370.00   0.51
XYZ6.68467.269520.7895
Yxy7.26950.19240.2092
Hunter Lab26.9620-2.9286-26.8431
CIE-Lab32.4127-2.2885-31.6959

#04507e color RGB value is (4,80,126).

#04507e hex color red value is 4, green value is 80 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #04507e hue: 0.56 , saturation: 0.94 and the lightness value of 04507e is 0.25.

The process color (four color CMYK) of #04507e color hex is 0.97, 0.37, 0.00, 0.51. Web safe color of #04507e is #006666. Color #04507e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010000 01111110
Octal 4 120 176
Decimal 4 80 126
Hex 4 50 7E

RGB Percentages of Color #04507e

%1.90
%38.10
%60.00

CMYK Percentages of Color #04507e

%97
%37
%0
%51

Triadic Colors of #04507e

#04507e #7e0450 #507e04

Analogous Colors of #04507e

#04507e #04137e #047e6f

Monochromatic Colors of #04507e

#04507e

Complementary Color

#04507e #7e3204

#04507e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04507e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04507e Color CSS Codes

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

#04507e Text Font Color

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

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


#04507e Background Color

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

This div background color is #04507e


#04507e Border Color

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

This div border color is #04507e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,80,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04507e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04507e;
  -webkit-box-shadow: 1px 1px 3px 2px #04507e;
  box-shadow:         1px 1px 3px 2px #04507e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04507e

#04507e Color Palettes


Comments

No comments written yet.

Please login to write comment.