Color spaces of #749fbf
RGB | 116 | 159 | 191 |
---|---|---|---|
HSL | 0.57 | 0.37 | 0.60 |
HSV | 206° | 39° | 75° |
CMYK | 0.39 | 0.17 | 0.00 0.25 |
XYZ | 29.0046 | 32.2709 | 53.9904 |
Yxy | 32.2709 | 0.2516 | 0.2800 |
Hunter Lab | 56.8075 | -8.2751 | -16.5846 |
CIE-Lab | 63.5662 | -6.3327 | -21.1174 |
#749fbf color RGB value is (116,159,191).
#749fbf hex color red value is 116, green value is 159 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #749fbf hue: 0.57 , saturation: 0.37 and the lightness value of 749fbf is 0.60.
The process color (four color CMYK) of #749fbf color hex is 0.39, 0.17, 0.00, 0.25. Web safe color of #749fbf is #6699cc. Color #749fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 10011111 | 10111111 |
Octal | 164 | 237 | 277 |
Decimal | 116 | 159 | 191 |
Hex | 74 | 9F | BF |
Shades of #749fbf
Tints of #749fbf
RGB Percentages of Color #749fbf
CMYK Percentages of Color #749fbf
Complementary Color
#749fbf | #bf9474 |
#749fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#749fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#749fbf Color CSS Codes
.mybgcolor {background-color:#749fbf; } .myforecolor {color:#749fbf; } .mybordercolor {border:3px solid #749fbf; }
#749fbf Text Font Color
<p style="color:#749fbf">Text here</p>
This sample text font color is #749fbf
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.
#749fbf Background Color
<div style="background-color:#749fbf">
Div content here</div>
This div background color is #749fbf
#749fbf Border Color
<div style="border:3px solid #749fbf">
Div here</div>
This div border color is #749fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,159,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #749fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #749fbf; -webkit-box-shadow: 1px 1px 3px 2px #749fbf; box-shadow: 1px 1px 3px 2px #749fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,159,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #749fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #749fbf; -webkit-box-shadow: 1px 1px 3px 2px #749fbf; box-shadow: 1px 1px 3px 2px #749fbf;">
Div content here</div>
This div box has shadow with color #749fbf
Comments
No comments written yet.
Please login to write comment.