Color spaces of #04698b
RGB | 4 | 105 | 139 |
---|---|---|---|
HSL | 0.54 | 0.94 | 0.28 |
HSV | 195° | 97° | 55° |
CMYK | 0.97 | 0.24 | 0.00 0.45 |
XYZ | 9.7618 | 11.9930 | 26.2265 |
Yxy | 11.9930 | 0.2035 | 0.2500 |
Hunter Lab | 34.6309 | -10.2883 | -20.6596 |
CIE-Lab | 41.2050 | -12.4198 | -25.8098 |
#04698b color RGB value is (4,105,139).
#04698b hex color red value is 4, green value is 105 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #04698b hue: 0.54 , saturation: 0.94 and the lightness value of 04698b is 0.28.
The process color (four color CMYK) of #04698b color hex is 0.97, 0.24, 0.00, 0.45. Web safe color of #04698b is #006699. Color #04698b contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 01101001 | 10001011 |
Octal | 4 | 151 | 213 |
Decimal | 4 | 105 | 139 |
Hex | 4 | 69 | 8B |
Shades of #04698b
Tints of #04698b
RGB Percentages of Color #04698b
CMYK Percentages of Color #04698b
Complementary Color
#04698b | #8b2604 |
#04698b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#04698b Color Preview on White Background
Lorem ipsum dolor sit amet.
#04698b Color CSS Codes
.mybgcolor {background-color:#04698b; } .myforecolor {color:#04698b; } .mybordercolor {border:3px solid #04698b; }
#04698b Text Font Color
<p style="color:#04698b">Text here</p>
This sample text font color is #04698b
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.
#04698b Background Color
<div style="background-color:#04698b">
Div content here</div>
This div background color is #04698b
#04698b Border Color
<div style="border:3px solid #04698b">
Div here</div>
This div border color is #04698b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,105,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #04698b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #04698b; -webkit-box-shadow: 1px 1px 3px 2px #04698b; box-shadow: 1px 1px 3px 2px #04698b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,105,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #04698b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #04698b; -webkit-box-shadow: 1px 1px 3px 2px #04698b; box-shadow: 1px 1px 3px 2px #04698b;">
Div content here</div>
This div box has shadow with color #04698b
Comments
No comments written yet.
Please login to write comment.