Color Hex Logo

#043193 Color Hex

#043193
(4,49,147)
0 Favorites   0 Comments

Color spaces of #043193

RGB 449147
HSL0.610.950.30
HSV221°97°58°
CMYK 0.970.670.00   0.42
XYZ6.41484.329028.1012
Yxy4.32900.16510.1114
Hunter Lab20.806218.6226-65.5135
CIE-Lab24.730628.0093-57.1110

#043193 color RGB value is (4,49,147).

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

The process color (four color CMYK) of #043193 color hex is 0.97, 0.67, 0.00, 0.42. Web safe color of #043193 is #003399. Color #043193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110001 10010011
Octal 4 61 223
Decimal 4 49 147
Hex 4 31 93

RGB Percentages of Color #043193

%2.00
%24.50
%73.50

CMYK Percentages of Color #043193

%97
%67
%0
%42

Triadic Colors of #043193

#043193 #930431 #319304

Analogous Colors of #043193

#043193 #1f0493 #047993

Monochromatic Colors of #043193

#043193

Complementary Color

#043193 #936604

#043193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#043193 Color CSS Codes

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

#043193 Text Font Color

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

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


#043193 Background Color

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

This div background color is #043193


#043193 Border Color

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

This div border color is #043193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043193


Comments

No comments written yet.

Please login to write comment.