Color spaces of #44809d
RGB | 68 | 128 | 157 |
---|---|---|---|
HSL | 0.55 | 0.40 | 0.44 |
HSV | 200° | 57° | 62° |
CMYK | 0.57 | 0.18 | 0.00 0.38 |
XYZ | 16.1889 | 19.1016 | 34.7320 |
Yxy | 19.1016 | 0.2312 | 0.2728 |
Hunter Lab | 43.7054 | -10.3663 | -16.5231 |
CIE-Lab | 50.8059 | -10.7969 | -21.4707 |
#44809d color RGB value is (68,128,157).
#44809d hex color red value is 68, green value is 128 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #44809d hue: 0.55 , saturation: 0.40 and the lightness value of 44809d is 0.44.
The process color (four color CMYK) of #44809d color hex is 0.57, 0.18, 0.00, 0.38. Web safe color of #44809d is #339999. Color #44809d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 10000000 | 10011101 |
Octal | 104 | 200 | 235 |
Decimal | 68 | 128 | 157 |
Hex | 44 | 80 | 9D |
Shades of #44809d
Tints of #44809d
RGB Percentages of Color #44809d
CMYK Percentages of Color #44809d
Complementary Color
#44809d | #9d6144 |
#44809d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#44809d Color Preview on White Background
Lorem ipsum dolor sit amet.
#44809d Color CSS Codes
.mybgcolor {background-color:#44809d; } .myforecolor {color:#44809d; } .mybordercolor {border:3px solid #44809d; }
#44809d Text Font Color
<p style="color:#44809d">Text here</p>
This sample text font color is #44809d
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.
#44809d Background Color
<div style="background-color:#44809d">
Div content here</div>
This div background color is #44809d
#44809d Border Color
<div style="border:3px solid #44809d">
Div here</div>
This div border color is #44809d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,128,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #44809d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #44809d; -webkit-box-shadow: 1px 1px 3px 2px #44809d; box-shadow: 1px 1px 3px 2px #44809d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,128,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #44809d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #44809d; -webkit-box-shadow: 1px 1px 3px 2px #44809d; box-shadow: 1px 1px 3px 2px #44809d;">
Div content here</div>
This div box has shadow with color #44809d
Comments
No comments written yet.
Please login to write comment.