Color Hex Logo

#046098 Color Hex

#046098
(4,96,152)
0 Favorites   0 Comments

Color spaces of #046098

RGB 496152
HSL0.560.950.31
HSV203°97°60°
CMYK 0.970.370.00   0.40
XYZ9.900410.658631.2413
Yxy10.65860.19110.2058
Hunter Lab32.6475-3.0028-33.8830
CIE-Lab38.9994-1.8100-37.0860

#046098 color RGB value is (4,96,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100000 10011000
Octal 4 140 230
Decimal 4 96 152
Hex 4 60 98

RGB Percentages of Color #046098

%1.59
%38.10
%60.32

CMYK Percentages of Color #046098

%97
%37
%0
%40

Triadic Colors of #046098

#046098 #980460 #609804

Analogous Colors of #046098

#046098 #041698 #049886

Monochromatic Colors of #046098

#046098

Complementary Color

#046098 #983c04

#046098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046098 Color CSS Codes

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

#046098 Text Font Color

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

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


#046098 Background Color

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

This div background color is #046098


#046098 Border Color

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

This div border color is #046098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046098


Comments

No comments written yet.

Please login to write comment.