Color spaces of #044954
RGB | 4 | 73 | 84 |
---|---|---|---|
HSL | 0.52 | 0.91 | 0.17 |
HSV | 188° | 95° | 33° |
CMYK | 0.95 | 0.13 | 0.00 0.67 |
XYZ | 4.0328 | 5.4310 | 9.2232 |
Yxy | 5.4310 | 0.2158 | 0.2906 |
Hunter Lab | 23.3045 | -9.8938 | -7.1520 |
CIE-Lab | 27.9290 | -14.9573 | -12.0959 |
#044954 color RGB value is (4,73,84).
#044954 hex color red value is 4, green value is 73 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #044954 hue: 0.52 , saturation: 0.91 and the lightness value of 044954 is 0.17.
The process color (four color CMYK) of #044954 color hex is 0.95, 0.13, 0.00, 0.67. Web safe color of #044954 is #003366. Color #044954 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 01001001 | 01010100 |
Octal | 4 | 111 | 124 |
Decimal | 4 | 73 | 84 |
Hex | 4 | 49 | 54 |
Shades of #044954
Tints of #044954
RGB Percentages of Color #044954
CMYK Percentages of Color #044954
Complementary Color
#044954 | #540f04 |
#044954 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#044954 Color Preview on White Background
Lorem ipsum dolor sit amet.
#044954 Color CSS Codes
.mybgcolor {background-color:#044954; } .myforecolor {color:#044954; } .mybordercolor {border:3px solid #044954; }
#044954 Text Font Color
<p style="color:#044954">Text here</p>
This sample text font color is #044954
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.
#044954 Background Color
<div style="background-color:#044954">
Div content here</div>
This div background color is #044954
#044954 Border Color
<div style="border:3px solid #044954">
Div here</div>
This div border color is #044954
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,73,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #044954; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #044954; -webkit-box-shadow: 1px 1px 3px 2px #044954; box-shadow: 1px 1px 3px 2px #044954; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,73,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #044954">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #044954; -webkit-box-shadow: 1px 1px 3px 2px #044954; box-shadow: 1px 1px 3px 2px #044954;">
Div content here</div>
This div box has shadow with color #044954
Comments
No comments written yet.
Please login to write comment.