Shades of Picton Blue #498FD9
Tints of Picton Blue #498FD9
RGB
CMYK
RGB Variations
Color information
#498FD9 (or 0x498FD9) is known color: Picton Blue. HEX triplet: 49, 8F and D9. RGB value is (73,143,217). Sum of RGB (Red+Green+Blue) = 73+143+217=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #498FD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498FD9 is #B67026. Grayscale: #828282. Windows color (decimal): -11956263 or 14257993. OLE color: 14257993.
HSL color Cylindrical-coordinate representation of color #498FD9: hue angle of 210.83º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #498FD9 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 143 | 217 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.15 |
| HSL | 210.83º | 0.65% | 0.57% | - |
| HSV(B) | 210.83º | 0.66% | 0.85% | - |
| XYZ | 25.09 | 26.07 | 69.36 | - |
| YUV | 130.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 217 | 0.66 | 0.34 | 0 | 0.15 | 210.83 | 0.65 | 0.57 |
| Hex | 49 | 8F | D9 | 42 | 22 | 0 | F | D3 | 41 | 39 |
| Octal | 111 | 217 | 331 | 102 | 42 | 0 | 17 | 323 | 101 | 71 |
| Binary | 1001001 | 10001111 | 11011001 | 1000010 | 100010 | 0 | 1111 | 11010011 | 1000001 | 111001 |
Color Harmonies of #498FD9
Complementary color
Monochromatic Colors of #498FD9
Black with #498FD9
Text Example
Text Example
White with #498FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FD9; }
p { color: rgb(73,143,217); }
H1.HeaderClassName
{
color: #498FD9;
}
.AnyTagClassName
{
color: #498FD9;
}
</style>
background-color css
<style>
a { background-color: #498FD9; }
a { background-color: rgb(73,143,217); }
div.DivClassName
{
background-color: #498FD9;
}
.BgClassName
{
background-color: #498FD9;
}
</style>
border-color css
<style>
span { border-color: #498FD9; }
span { border-color: rgb(73,143,217); }
td.TdClassName
{
border-color: #498FD9;
}
.TagClassName
{
border-color: #498FD9;
}
</style>