Color Hex Logo

#045998 Color Hex

#045998
(4,89,152)
0 Favorites   0 Comments

Color spaces of #045998

RGB 489152
HSL0.570.950.31
HSV206°97°60°
CMYK 0.970.410.00   0.40
XYZ9.28999.437631.0378
Yxy9.43760.18670.1896
Hunter Lab30.72070.2170-38.3976
CIE-Lab36.81352.6733-40.5678

#045998 color RGB value is (4,89,152).

#045998 hex color red value is 4, green value is 89 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #045998 hue: 0.57 , saturation: 0.95 and the lightness value of 045998 is 0.31.

The process color (four color CMYK) of #045998 color hex is 0.97, 0.41, 0.00, 0.40. Web safe color of #045998 is #006699. Color #045998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01011001 10011000
Octal 4 131 230
Decimal 4 89 152
Hex 4 59 98

RGB Percentages of Color #045998

%1.63
%36.33
%62.04

CMYK Percentages of Color #045998

%97
%41
%0
%40

Triadic Colors of #045998

#045998 #980459 #599804

Analogous Colors of #045998

#045998 #040f98 #04988d

Monochromatic Colors of #045998

#045998

Complementary Color

#045998 #984304

#045998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#045998 Color CSS Codes

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

#045998 Text Font Color

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

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


#045998 Background Color

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

This div background color is #045998


#045998 Border Color

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

This div border color is #045998


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,89,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #045998; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #045998;
  -webkit-box-shadow: 1px 1px 3px 2px #045998;
  box-shadow:         1px 1px 3px 2px #045998; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045998


Comments

No comments written yet.

Please login to write comment.