Color spaces of #445dbb
RGB | 68 | 93 | 187 |
---|---|---|---|
HSL | 0.63 | 0.47 | 0.50 |
HSV | 227° | 64° | 73° |
CMYK | 0.64 | 0.50 | 0.00 0.27 |
XYZ | 15.2679 | 12.6455 | 48.6498 |
Yxy | 12.6455 | 0.1994 | 0.1652 |
Hunter Lab | 35.5605 | 14.4081 | -56.2214 |
CIE-Lab | 42.2242 | 20.8343 | -52.5121 |
#445dbb color RGB value is (68,93,187).
#445dbb hex color red value is 68, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #445dbb hue: 0.63 , saturation: 0.47 and the lightness value of 445dbb is 0.50.
The process color (four color CMYK) of #445dbb color hex is 0.64, 0.50, 0.00, 0.27. Web safe color of #445dbb is #3366cc. Color #445dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 01011101 | 10111011 |
Octal | 104 | 135 | 273 |
Decimal | 68 | 93 | 187 |
Hex | 44 | 5D | BB |
Shades of #445dbb
Tints of #445dbb
RGB Percentages of Color #445dbb
CMYK Percentages of Color #445dbb
Complementary Color
#445dbb | #bba244 |
#445dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#445dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#445dbb Color CSS Codes
.mybgcolor {background-color:#445dbb; } .myforecolor {color:#445dbb; } .mybordercolor {border:3px solid #445dbb; }
#445dbb Text Font Color
<p style="color:#445dbb">Text here</p>
This sample text font color is #445dbb
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.
#445dbb Background Color
<div style="background-color:#445dbb">
Div content here</div>
This div background color is #445dbb
#445dbb Border Color
<div style="border:3px solid #445dbb">
Div here</div>
This div border color is #445dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,93,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #445dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #445dbb; -webkit-box-shadow: 1px 1px 3px 2px #445dbb; box-shadow: 1px 1px 3px 2px #445dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,93,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 #445dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #445dbb; -webkit-box-shadow: 1px 1px 3px 2px #445dbb; box-shadow: 1px 1px 3px 2px #445dbb;">
Div content here</div>
This div box has shadow with color #445dbb
Comments
No comments written yet.
Please login to write comment.