Color spaces of #049bbd
RGB | 4 | 155 | 189 |
---|---|---|---|
HSL | 0.53 | 0.96 | 0.38 |
HSV | 191° | 98° | 74° |
CMYK | 0.98 | 0.18 | 0.00 0.26 |
XYZ | 20.9567 | 27.1426 | 52.2786 |
Yxy | 27.1426 | 0.2088 | 0.2704 |
Hunter Lab | 52.0986 | -19.3707 | -23.0259 |
CIE-Lab | 59.1061 | -21.6697 | -27.1162 |
#049bbd color RGB value is (4,155,189).
#049bbd hex color red value is 4, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #049bbd hue: 0.53 , saturation: 0.96 and the lightness value of 049bbd is 0.38.
The process color (four color CMYK) of #049bbd color hex is 0.98, 0.18, 0.00, 0.26. Web safe color of #049bbd is #0099cc. Color #049bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000100 | 10011011 | 10111101 |
Octal | 4 | 233 | 275 |
Decimal | 4 | 155 | 189 |
Hex | 4 | 9B | BD |
Shades of #049bbd
Tints of #049bbd
RGB Percentages of Color #049bbd
CMYK Percentages of Color #049bbd
Complementary Color
#049bbd | #bd2604 |
#049bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#049bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#049bbd Color CSS Codes
.mybgcolor {background-color:#049bbd; } .myforecolor {color:#049bbd; } .mybordercolor {border:3px solid #049bbd; }
#049bbd Text Font Color
<p style="color:#049bbd">Text here</p>
This sample text font color is #049bbd
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.
#049bbd Background Color
<div style="background-color:#049bbd">
Div content here</div>
This div background color is #049bbd
#049bbd Border Color
<div style="border:3px solid #049bbd">
Div here</div>
This div border color is #049bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(4,155,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #049bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #049bbd; -webkit-box-shadow: 1px 1px 3px 2px #049bbd; box-shadow: 1px 1px 3px 2px #049bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(4,155,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #049bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #049bbd; -webkit-box-shadow: 1px 1px 3px 2px #049bbd; box-shadow: 1px 1px 3px 2px #049bbd;">
Div content here</div>
This div box has shadow with color #049bbd
Comments
No comments written yet.
Please login to write comment.