Color Hex Logo

#04608f Color Hex

#04608F
(4,96,143)
0 Favorites   0 Comments

Color spaces of #04608f

RGB 496143
HSL0.560.950.29
HSV200°97°56°
CMYK 0.970.330.00   0.44
XYZ9.190910.374727.5047
Yxy10.37470.19530.2204
Hunter Lab32.2098-5.4330-28.0823
CIE-Lab38.5067-5.4459-32.4516

#04608f color RGB value is (4,96,143).

#04608f hex color red value is 4, green value is 96 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #04608f hue: 0.56 , saturation: 0.95 and the lightness value of 04608f is 0.29.

The process color (four color CMYK) of #04608f color hex is 0.97, 0.33, 0.00, 0.44. Web safe color of #04608f is #006699. Color #04608f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100000 10001111
Octal 4 140 217
Decimal 4 96 143
Hex 4 60 8F

RGB Percentages of Color #04608f

%1.65
%39.51
%58.85

CMYK Percentages of Color #04608f

%97
%33
%0
%44

Triadic Colors of #04608f

#04608f #8f0460 #608f04

Analogous Colors of #04608f

#04608f #041a8f #048f79

Monochromatic Colors of #04608f

#04608f

Complementary Color

#04608f #8f3304

#04608f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04608f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04608f Color CSS Codes

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

#04608f Text Font Color

<p style="color:#04608f">Text here</p>

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


#04608f Background Color

<div style="background-color:#04608f">
Div content here</div>

This div background color is #04608f


#04608f Border Color

<div style="border:3px solid #04608f">
Div here</div>

This div border color is #04608f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,96,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04608f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04608f;
  -webkit-box-shadow: 1px 1px 3px 2px #04608f;
  box-shadow:         1px 1px 3px 2px #04608f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04608f


Comments

No comments written yet.

Please login to write comment.