Shades of Curious Blue #498DC5
Tints of Curious Blue #498DC5
RGB
CMYK
RGB Variations
Color information
#498DC5 (or 0x498DC5) is known color: Curious Blue. HEX triplet: 49, 8D and C5. RGB value is (73,141,197). Sum of RGB (Red+Green+Blue) = 73+141+197=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 197 (77.34% from 255 or 47.93% from 411); Max value from RGB is 197 - color contains mainly: blue. Hex color #498DC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DC5 is #B6723A. Grayscale: #7E7E7E. Windows color (decimal): -11956795 or 12946761. OLE color: 12946761.
HSL color Cylindrical-coordinate representation of color #498DC5: hue angle of 207.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498DC5 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 141 | 197 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.23 |
| HSL | 207.1º | 0.52% | 0.53% | - |
| HSV(B) | 207.1º | 0.63% | 0.77% | - |
| XYZ | 22.35 | 24.5 | 56.37 | - |
| YUV | 127.05 | 167.47 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 197 | 0.63 | 0.28 | 0 | 0.23 | 207.1 | 0.52 | 0.53 |
| Hex | 49 | 8D | C5 | 3F | 1C | 0 | 17 | CF | 34 | 35 |
| Octal | 111 | 215 | 305 | 77 | 34 | 0 | 27 | 317 | 64 | 65 |
| Binary | 1001001 | 10001101 | 11000101 | 111111 | 11100 | 0 | 10111 | 11001111 | 110100 | 110101 |
Color Harmonies of #498DC5
Complementary color
Monochromatic Colors of #498DC5
Black with #498DC5
Text Example
Text Example
White with #498DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DC5; }
p { color: rgb(73,141,197); }
H1.HeaderClassName
{
color: #498DC5;
}
.AnyTagClassName
{
color: #498DC5;
}
</style>
background-color css
<style>
a { background-color: #498DC5; }
a { background-color: rgb(73,141,197); }
div.DivClassName
{
background-color: #498DC5;
}
.BgClassName
{
background-color: #498DC5;
}
</style>
border-color css
<style>
span { border-color: #498DC5; }
span { border-color: rgb(73,141,197); }
td.TdClassName
{
border-color: #498DC5;
}
.TagClassName
{
border-color: #498DC5;
}
</style>