Color Hex Logo

#043448 Color Hex

#043448
(4,52,72)
0 Favorites   0 Comments

Color spaces of #043448

RGB 45272
HSL0.550.890.15
HSV198°94°28°
CMYK 0.940.280.00   0.72
XYZ2.44782.94976.5712
Yxy2.94970.20450.2465
Hunter Lab17.1747-4.6152-10.6626
CIE-Lab19.8413-6.8331-16.6544

#043448 color RGB value is (4,52,72).

#043448 hex color red value is 4, green value is 52 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #043448 hue: 0.55 , saturation: 0.89 and the lightness value of 043448 is 0.15.

The process color (four color CMYK) of #043448 color hex is 0.94, 0.28, 0.00, 0.72. Web safe color of #043448 is #003333. Color #043448 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110100 01001000
Octal 4 64 110
Decimal 4 52 72
Hex 4 34 48

RGB Percentages of Color #043448

%3.13
%40.63
%56.25

CMYK Percentages of Color #043448

%94
%28
%0
%72

Triadic Colors of #043448

#043448 #480434 #344804

Analogous Colors of #043448

#043448 #041248 #04483a

Monochromatic Colors of #043448

#043448

Complementary Color

#043448 #481804

#043448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#043448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#043448 Color CSS Codes

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

#043448 Text Font Color

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

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


#043448 Background Color

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

This div background color is #043448


#043448 Border Color

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

This div border color is #043448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #043448


Comments

No comments written yet.

Please login to write comment.