Color spaces of #444bbb
RGB | 68 | 75 | 187 |
---|---|---|---|
HSL | 0.66 | 0.47 | 0.50 |
HSV | 236° | 64° | 73° |
CMYK | 0.64 | 0.60 | 0.00 0.27 |
XYZ | 13.8696 | 9.8490 | 48.1837 |
Yxy | 9.8490 | 0.1929 | 0.1370 |
Hunter Lab | 31.3831 | 23.9667 | -69.0620 |
CIE-Lab | 37.5700 | 32.3306 | -60.0466 |
#444bbb color RGB value is (68,75,187).
#444bbb hex color red value is 68, green value is 75 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #444bbb hue: 0.66 , saturation: 0.47 and the lightness value of 444bbb is 0.50.
The process color (four color CMYK) of #444bbb color hex is 0.64, 0.60, 0.00, 0.27. Web safe color of #444bbb is #3333cc. Color #444bbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 01001011 | 10111011 |
Octal | 104 | 113 | 273 |
Decimal | 68 | 75 | 187 |
Hex | 44 | 4B | BB |
Shades of #444bbb
Tints of #444bbb
RGB Percentages of Color #444bbb
CMYK Percentages of Color #444bbb
Complementary Color
#444bbb | #bbb444 |
#444bbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#444bbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#444bbb Color CSS Codes
.mybgcolor {background-color:#444bbb; } .myforecolor {color:#444bbb; } .mybordercolor {border:3px solid #444bbb; }
#444bbb Text Font Color
<p style="color:#444bbb">Text here</p>
This sample text font color is #444bbb
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.
#444bbb Background Color
<div style="background-color:#444bbb">
Div content here</div>
This div background color is #444bbb
#444bbb Border Color
<div style="border:3px solid #444bbb">
Div here</div>
This div border color is #444bbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,75,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #444bbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #444bbb; -webkit-box-shadow: 1px 1px 3px 2px #444bbb; box-shadow: 1px 1px 3px 2px #444bbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,75,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #444bbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #444bbb; -webkit-box-shadow: 1px 1px 3px 2px #444bbb; box-shadow: 1px 1px 3px 2px #444bbb;">
Div content here</div>
This div box has shadow with color #444bbb
Comments
No comments written yet.
Please login to write comment.