Color spaces of #498bce
RGB | 73 | 139 | 206 |
---|---|---|---|
HSL | 0.58 | 0.58 | 0.55 |
HSV | 210° | 65° | 81° |
CMYK | 0.65 | 0.33 | 0.00 0.19 |
XYZ | 23.1209 | 24.3379 | 61.8716 |
Yxy | 24.3379 | 0.2115 | 0.2226 |
Hunter Lab | 49.3335 | -2.6767 | -39.8252 |
CIE-Lab | 56.4245 | -0.0519 | -40.7861 |
#498bce color RGB value is (73,139,206).
#498bce hex color red value is 73, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #498bce hue: 0.58 , saturation: 0.58 and the lightness value of 498bce is 0.55.
The process color (four color CMYK) of #498bce color hex is 0.65, 0.33, 0.00, 0.19. Web safe color of #498bce is #3399cc. Color #498bce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 10001011 | 11001110 |
Octal | 111 | 213 | 316 |
Decimal | 73 | 139 | 206 |
Hex | 49 | 8B | CE |
Shades of #498bce
Tints of #498bce
RGB Percentages of Color #498bce
CMYK Percentages of Color #498bce
Complementary Color
#498bce | #ce8c49 |
#498bce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#498bce Color Preview on White Background
Lorem ipsum dolor sit amet.
#498bce Color CSS Codes
.mybgcolor {background-color:#498bce; } .myforecolor {color:#498bce; } .mybordercolor {border:3px solid #498bce; }
#498bce Text Font Color
<p style="color:#498bce">Text here</p>
This sample text font color is #498bce
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.
#498bce Background Color
<div style="background-color:#498bce">
Div content here</div>
This div background color is #498bce
#498bce Border Color
<div style="border:3px solid #498bce">
Div here</div>
This div border color is #498bce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,139,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #498bce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #498bce; -webkit-box-shadow: 1px 1px 3px 2px #498bce; box-shadow: 1px 1px 3px 2px #498bce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,139,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #498bce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #498bce; -webkit-box-shadow: 1px 1px 3px 2px #498bce; box-shadow: 1px 1px 3px 2px #498bce;">
Div content here</div>
This div box has shadow with color #498bce
Comments
No comments written yet.
Please login to write comment.