Color spaces of #444572
RGB | 68 | 69 | 114 |
---|---|---|---|
HSL | 0.66 | 0.25 | 0.36 |
HSV | 239° | 40° | 45° |
CMYK | 0.40 | 0.39 | 0.00 0.55 |
XYZ | 7.5493 | 6.7001 | 16.8149 |
Yxy | 6.7001 | 0.2430 | 0.2157 |
Hunter Lab | 25.8846 | 6.7620 | -20.3963 |
CIE-Lab | 31.1142 | 11.8495 | -26.0707 |
#444572 color RGB value is (68,69,114).
#444572 hex color red value is 68, green value is 69 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #444572 hue: 0.66 , saturation: 0.25 and the lightness value of 444572 is 0.36.
The process color (four color CMYK) of #444572 color hex is 0.40, 0.39, 0.00, 0.55. Web safe color of #444572 is #333366. Color #444572 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 01000101 | 01110010 |
Octal | 104 | 105 | 162 |
Decimal | 68 | 69 | 114 |
Hex | 44 | 45 | 72 |
Shades of #444572
Tints of #444572
RGB Percentages of Color #444572
CMYK Percentages of Color #444572
Complementary Color
#444572 | #727144 |
#444572 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#444572 Color Preview on White Background
Lorem ipsum dolor sit amet.
#444572 Color CSS Codes
.mybgcolor {background-color:#444572; } .myforecolor {color:#444572; } .mybordercolor {border:3px solid #444572; }
#444572 Text Font Color
<p style="color:#444572">Text here</p>
This sample text font color is #444572
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.
#444572 Background Color
<div style="background-color:#444572">
Div content here</div>
This div background color is #444572
#444572 Border Color
<div style="border:3px solid #444572">
Div here</div>
This div border color is #444572
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,69,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #444572; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #444572; -webkit-box-shadow: 1px 1px 3px 2px #444572; box-shadow: 1px 1px 3px 2px #444572; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,69,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #444572">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #444572; -webkit-box-shadow: 1px 1px 3px 2px #444572; box-shadow: 1px 1px 3px 2px #444572;">
Div content here</div>
This div box has shadow with color #444572
Comments
No comments written yet.
Please login to write comment.