Color Hex Logo

#046190 Color Hex

#046190
(4,97,144)
0 Favorites   0 Comments

Color spaces of #046190

RGB 497144
HSL0.560.950.29
HSV200°97°56°
CMYK 0.970.330.00   0.44
XYZ9.358810.588827.9361
Yxy10.58880.19540.2211
Hunter Lab32.5404-5.6082-28.1224
CIE-Lab38.8791-5.6620-32.4671

#046190 color RGB value is (4,97,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01100001 10010000
Octal 4 141 220
Decimal 4 97 144
Hex 4 61 90

RGB Percentages of Color #046190

%1.63
%39.59
%58.78

CMYK Percentages of Color #046190

%97
%33
%0
%44

Triadic Colors of #046190

#046190 #900461 #619004

Analogous Colors of #046190

#046190 #041b90 #049079

Monochromatic Colors of #046190

#046190

Complementary Color

#046190 #903304

#046190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#046190 Color CSS Codes

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

#046190 Text Font Color

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

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


#046190 Background Color

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

This div background color is #046190


#046190 Border Color

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

This div border color is #046190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046190


Comments

No comments written yet.

Please login to write comment.