Color spaces of #446fdb
RGB | 68 | 111 | 219 |
---|---|---|---|
HSL | 0.62 | 0.68 | 0.56 |
HSV | 223° | 69° | 86° |
CMYK | 0.69 | 0.49 | 0.00 0.14 |
XYZ | 20.8545 | 17.7123 | 69.3375 |
Yxy | 17.7123 | 0.1933 | 0.1641 |
Hunter Lab | 42.0860 | 14.8001 | -68.2213 |
CIE-Lab | 49.1453 | 20.7730 | -59.7482 |
#446fdb color RGB value is (68,111,219).
#446fdb hex color red value is 68, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #446fdb hue: 0.62 , saturation: 0.68 and the lightness value of 446fdb is 0.56.
The process color (four color CMYK) of #446fdb color hex is 0.69, 0.49, 0.00, 0.14. Web safe color of #446fdb is #3366cc. Color #446fdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 01101111 | 11011011 |
Octal | 104 | 157 | 333 |
Decimal | 68 | 111 | 219 |
Hex | 44 | 6F | DB |
Shades of #446fdb
Tints of #446fdb
RGB Percentages of Color #446fdb
CMYK Percentages of Color #446fdb
Complementary Color
#446fdb | #dbb044 |
#446fdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#446fdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#446fdb Color CSS Codes
.mybgcolor {background-color:#446fdb; } .myforecolor {color:#446fdb; } .mybordercolor {border:3px solid #446fdb; }
#446fdb Text Font Color
<p style="color:#446fdb">Text here</p>
This sample text font color is #446fdb
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.
#446fdb Background Color
<div style="background-color:#446fdb">
Div content here</div>
This div background color is #446fdb
#446fdb Border Color
<div style="border:3px solid #446fdb">
Div here</div>
This div border color is #446fdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,111,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #446fdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #446fdb; -webkit-box-shadow: 1px 1px 3px 2px #446fdb; box-shadow: 1px 1px 3px 2px #446fdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,111,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #446fdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #446fdb; -webkit-box-shadow: 1px 1px 3px 2px #446fdb; box-shadow: 1px 1px 3px 2px #446fdb;">
Div content here</div>
This div box has shadow with color #446fdb
Comments
No comments written yet.
Please login to write comment.