Color Hex Logo

#043290 Color Hex

#043290
(4,50,144)
0 Favorites   0 Comments

Color spaces of #043290

RGB 450144
HSL0.610.950.29
HSV220°97°56°
CMYK 0.970.650.00   0.44
XYZ6.22474.320626.8914
Yxy4.32060.16630.1154
Hunter Lab20.786117.0789-62.1546
CIE-Lab24.704226.0918-55.3022

#043290 color RGB value is (4,50,144).

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

The process color (four color CMYK) of #043290 color hex is 0.97, 0.65, 0.00, 0.44. Web safe color of #043290 is #003399. Color #043290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110010 10010000
Octal 4 62 220
Decimal 4 50 144
Hex 4 32 90

RGB Percentages of Color #043290

%2.02
%25.25
%72.73

CMYK Percentages of Color #043290

%97
%65
%0
%44

Triadic Colors of #043290

#043290 #900432 #329004

Analogous Colors of #043290

#043290 #1c0490 #047890

Monochromatic Colors of #043290

#043290

Complementary Color

#043290 #906204

#043290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#043290 Color CSS Codes

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

#043290 Text Font Color

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

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


#043290 Background Color

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

This div background color is #043290


#043290 Border Color

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

This div border color is #043290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043290


Comments

No comments written yet.

Please login to write comment.