Shades of Curious Blue #498DC3
Tints of Curious Blue #498DC3
RGB
CMYK
RGB Variations
Color information
#498DC3 (or 0x498DC3) is known color: Curious Blue. HEX triplet: 49, 8D and C3. RGB value is (73,141,195). Sum of RGB (Red+Green+Blue) = 73+141+195=409 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.85% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 195 (76.56% from 255 or 47.68% from 409); Max value from RGB is 195 - color contains mainly: blue. Hex color #498DC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498DC3 is #B6723C. Grayscale: #7E7E7E. Windows color (decimal): -11956797 or 12815689. OLE color: 12815689.
HSL color Cylindrical-coordinate representation of color #498DC3: hue angle of 206.56º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498DC3 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 141 | 195 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.24 |
| HSL | 206.56º | 0.5% | 0.53% | - |
| HSV(B) | 206.56º | 0.63% | 0.76% | - |
| XYZ | 22.12 | 24.41 | 55.17 | - |
| YUV | 126.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 195 | 0.63 | 0.28 | 0 | 0.24 | 206.56 | 0.5 | 0.53 |
| Hex | 49 | 8D | C3 | 3F | 1C | 0 | 18 | CF | 32 | 35 |
| Octal | 111 | 215 | 303 | 77 | 34 | 0 | 30 | 317 | 62 | 65 |
| Binary | 1001001 | 10001101 | 11000011 | 111111 | 11100 | 0 | 11000 | 11001111 | 110010 | 110101 |
Color Harmonies of #498DC3
Complementary color
Monochromatic Colors of #498DC3
Black with #498DC3
Text Example
Text Example
White with #498DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DC3; }
p { color: rgb(73,141,195); }
H1.HeaderClassName
{
color: #498DC3;
}
.AnyTagClassName
{
color: #498DC3;
}
</style>
background-color css
<style>
a { background-color: #498DC3; }
a { background-color: rgb(73,141,195); }
div.DivClassName
{
background-color: #498DC3;
}
.BgClassName
{
background-color: #498DC3;
}
</style>
border-color css
<style>
span { border-color: #498DC3; }
span { border-color: rgb(73,141,195); }
td.TdClassName
{
border-color: #498DC3;
}
.TagClassName
{
border-color: #498DC3;
}
</style>