#4997d0 color RGB value is (4, 153, 125).
#4997d0 hex color red value is 4, green value is 153, and blue value is 125.
Cylindrical-coordinate representations (HSL) of color #4997d0
hue: 168.72,
saturation: 0.95 and lightness: 0.31.
The process color (four-color CMYK) of #4997d0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #4997d0 is #ff9999. Color #4997d0 contains mainly RED.
| Color spaces of #4997d0 | Value |
|---|---|
| RGB | 73, 151, 208 |
| HSL | 0.57, 0.59, 0.55 |
| HSV | 205°, 65°, 82° |
| XYZ | 25.2, 28.1, 63.76 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1001001 | 10010111 | 11010000 |
| Octal | 111 | 227 | 320 |
| Decimal | 73 | 151 | 208 |
| Hex | 49 | 97 | D0 |
Shades of #4997d0
Tints of #4997d0
.mybgColor {background-color: #4997d0;}
.myforeColor {color: #4997d0;}
.myborderColor {border:3px solid #4997d0;}
<p style="color:#4997d0">Text here</p>
This sample text is styled with the font color #4997d0. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#4997d0">Div content here</div>
<div style="border:3px solid #4997d0">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(73, 151, 208, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #4997d0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #4997d0;
-webkit-box-shadow: 1px 1px 3px #4997d0;
box-shadow: 1px 1px 3px #4997d0; }
<p style="text-shadow: 4px 4px 2px rgba(73, 151, 208, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #4997d0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #4997d0;
-webkit-box-shadow: 1px 1px 3px #4997d0;
box-shadow: 1px 1px 3px #4997d0;">Div content here</div>
