Color spaces of #44549a
RGB | 68 | 84 | 154 |
---|---|---|---|
HSL | 0.64 | 0.39 | 0.44 |
HSV | 229° | 56° | 60° |
CMYK | 0.56 | 0.45 | 0.00 0.40 |
XYZ | 11.3870 | 9.9027 | 31.8831 |
Yxy | 9.9027 | 0.2142 | 0.1862 |
Hunter Lab | 31.4686 | 9.5208 | -38.0431 |
CIE-Lab | 37.6672 | 15.1625 | -40.2801 |
#44549a color RGB value is (68,84,154).
#44549a hex color red value is 68, green value is 84 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #44549a hue: 0.64 , saturation: 0.39 and the lightness value of 44549a is 0.44.
The process color (four color CMYK) of #44549a color hex is 0.56, 0.45, 0.00, 0.40. Web safe color of #44549a is #336699. Color #44549a contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 01010100 | 10011010 |
Octal | 104 | 124 | 232 |
Decimal | 68 | 84 | 154 |
Hex | 44 | 54 | 9A |
Shades of #44549a
Tints of #44549a
RGB Percentages of Color #44549a
CMYK Percentages of Color #44549a
Complementary Color
#44549a | #9a8a44 |
#44549a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#44549a Color Preview on White Background
Lorem ipsum dolor sit amet.
#44549a Color CSS Codes
.mybgcolor {background-color:#44549a; } .myforecolor {color:#44549a; } .mybordercolor {border:3px solid #44549a; }
#44549a Text Font Color
<p style="color:#44549a">Text here</p>
This sample text font color is #44549a
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.
#44549a Background Color
<div style="background-color:#44549a">
Div content here</div>
This div background color is #44549a
#44549a Border Color
<div style="border:3px solid #44549a">
Div here</div>
This div border color is #44549a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,84,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #44549a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #44549a; -webkit-box-shadow: 1px 1px 3px 2px #44549a; box-shadow: 1px 1px 3px 2px #44549a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,84,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #44549a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #44549a; -webkit-box-shadow: 1px 1px 3px 2px #44549a; box-shadow: 1px 1px 3px 2px #44549a;">
Div content here</div>
This div box has shadow with color #44549a
Comments
No comments written yet.
Please login to write comment.