Color spaces of #74798f
RGB | 116 | 121 | 143 |
---|---|---|---|
HSL | 0.64 | 0.11 | 0.51 |
HSV | 229° | 19° | 56° |
CMYK | 0.19 | 0.15 | 0.00 0.44 |
XYZ | 18.9978 | 19.3709 | 28.7243 |
Yxy | 19.3709 | 0.2832 | 0.2887 |
Hunter Lab | 44.0124 | 0.0273 | -7.8864 |
CIE-Lab | 51.1183 | 3.0391 | -12.5491 |
#74798f color RGB value is (116,121,143).
#74798f hex color red value is 116, green value is 121 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #74798f hue: 0.64 , saturation: 0.11 and the lightness value of 74798f is 0.51.
The process color (four color CMYK) of #74798f color hex is 0.19, 0.15, 0.00, 0.44. Web safe color of #74798f is #666699. Color #74798f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01111001 | 10001111 |
Octal | 164 | 171 | 217 |
Decimal | 116 | 121 | 143 |
Hex | 74 | 79 | 8F |
Shades of #74798f
Tints of #74798f
RGB Percentages of Color #74798f
CMYK Percentages of Color #74798f
Complementary Color
#74798f | #8f8a74 |
#74798f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#74798f Color Preview on White Background
Lorem ipsum dolor sit amet.
#74798f Color CSS Codes
.mybgcolor {background-color:#74798f; } .myforecolor {color:#74798f; } .mybordercolor {border:3px solid #74798f; }
#74798f Text Font Color
<p style="color:#74798f">Text here</p>
This sample text font color is #74798f
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.
#74798f Background Color
<div style="background-color:#74798f">
Div content here</div>
This div background color is #74798f
#74798f Border Color
<div style="border:3px solid #74798f">
Div here</div>
This div border color is #74798f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,121,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #74798f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74798f; -webkit-box-shadow: 1px 1px 3px 2px #74798f; box-shadow: 1px 1px 3px 2px #74798f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,121,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #74798f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #74798f; -webkit-box-shadow: 1px 1px 3px 2px #74798f; box-shadow: 1px 1px 3px 2px #74798f;">
Div content here</div>
This div box has shadow with color #74798f
Comments
No comments written yet.
Please login to write comment.