Shades of Curious Blue #498EC6
Tints of Curious Blue #498EC6
RGB
CMYK
RGB Variations
Color information
#498EC6 (or 0x498EC6) is known color: Curious Blue. HEX triplet: 49, 8E and C6. RGB value is (73,142,198). Sum of RGB (Red+Green+Blue) = 73+142+198=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #498EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498EC6 is #B67139. Grayscale: #7F7F7F. Windows color (decimal): -11956538 or 13012553. OLE color: 13012553.
HSL color Cylindrical-coordinate representation of color #498EC6: hue angle of 206.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #498EC6 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 142 | 198 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.22 |
| HSL | 206.88º | 0.52% | 0.53% | - |
| HSV(B) | 206.88º | 0.63% | 0.78% | - |
| XYZ | 22.61 | 24.84 | 57.03 | - |
| YUV | 127.75 | 167.64 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 198 | 0.63 | 0.28 | 0 | 0.22 | 206.88 | 0.52 | 0.53 |
| Hex | 49 | 8E | C6 | 3F | 1C | 0 | 16 | CF | 34 | 35 |
| Octal | 111 | 216 | 306 | 77 | 34 | 0 | 26 | 317 | 64 | 65 |
| Binary | 1001001 | 10001110 | 11000110 | 111111 | 11100 | 0 | 10110 | 11001111 | 110100 | 110101 |
Color Harmonies of #498EC6
Complementary color
Monochromatic Colors of #498EC6
Black with #498EC6
Text Example
Text Example
White with #498EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498EC6; }
p { color: rgb(73,142,198); }
H1.HeaderClassName
{
color: #498EC6;
}
.AnyTagClassName
{
color: #498EC6;
}
</style>
background-color css
<style>
a { background-color: #498EC6; }
a { background-color: rgb(73,142,198); }
div.DivClassName
{
background-color: #498EC6;
}
.BgClassName
{
background-color: #498EC6;
}
</style>
border-color css
<style>
span { border-color: #498EC6; }
span { border-color: rgb(73,142,198); }
td.TdClassName
{
border-color: #498EC6;
}
.TagClassName
{
border-color: #498EC6;
}
</style>