Color Hex Logo

#044350 Color Hex

#044350
(4,67,80)
1 Favorites   0 Comments

Color spaces of #044350

RGB 46780
HSL0.530.900.16
HSV190°95°31°
CMYK 0.950.160.00   0.69
XYZ3.50524.61938.2963
Yxy4.61930.21350.2813
Hunter Lab21.4926-8.5006-7.8416
CIE-Lab25.6214-12.9739-13.0277

#044350 color RGB value is (4,67,80).

#044350 hex color red value is 4, green value is 67 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #044350 hue: 0.53 , saturation: 0.90 and the lightness value of 044350 is 0.16.

The process color (four color CMYK) of #044350 color hex is 0.95, 0.16, 0.00, 0.69. Web safe color of #044350 is #003366. Color #044350 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01000011 01010000
Octal 4 103 120
Decimal 4 67 80
Hex 4 43 50

RGB Percentages of Color #044350

%2.65
%44.37
%52.98

CMYK Percentages of Color #044350

%95
%16
%0
%69

Triadic Colors of #044350

#044350 #500443 #435004

Analogous Colors of #044350

#044350 #041d50 #045037

Monochromatic Colors of #044350

#044350

Complementary Color

#044350 #501104

#044350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#044350 Color CSS Codes

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

#044350 Text Font Color

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

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


#044350 Background Color

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

This div background color is #044350


#044350 Border Color

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

This div border color is #044350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044350


Comments

No comments written yet.

Please login to write comment.