Color Hex Logo

#04628e Color Hex

#04628E
(4,98,142)
0 Favorites   0 Comments

Color spaces of #04628e

RGB 498142
HSL0.550.950.29
HSV199°97°56°
CMYK 0.970.310.00   0.44
XYZ9.300210.714227.1691
Yxy10.71420.19710.2271
Hunter Lab32.7326-6.5653-26.2999
CIE-Lab39.0949-7.0750-30.9212

#04628e color RGB value is (4,98,142).

#04628e hex color red value is 4, green value is 98 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #04628e hue: 0.55 , saturation: 0.95 and the lightness value of 04628e is 0.29.

The process color (four color CMYK) of #04628e color hex is 0.97, 0.31, 0.00, 0.44. Web safe color of #04628e is #006699. Color #04628e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100010 10001110
Octal 4 142 216
Decimal 4 98 142
Hex 4 62 8E

RGB Percentages of Color #04628e

%1.64
%40.16
%58.20

CMYK Percentages of Color #04628e

%97
%31
%0
%44

Triadic Colors of #04628e

#04628e #8e0462 #628e04

Analogous Colors of #04628e

#04628e #041d8e #048e75

Monochromatic Colors of #04628e

#04628e

Complementary Color

#04628e #8e3004

#04628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04628e Color CSS Codes

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

#04628e Text Font Color

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

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


#04628e Background Color

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

This div background color is #04628e


#04628e Border Color

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

This div border color is #04628e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04628e


Comments

No comments written yet.

Please login to write comment.