Shades of Picton Blue #498ED6
Tints of Picton Blue #498ED6
RGB
CMYK
RGB Variations
Color information
#498ED6 (or 0x498ED6) is known color: Picton Blue. HEX triplet: 49, 8E and D6. RGB value is (73,142,214). Sum of RGB (Red+Green+Blue) = 73+142+214=429 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.02% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #498ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #498ED6 is #B67129. Grayscale: #818181. Windows color (decimal): -11956522 or 14061129. OLE color: 14061129.
HSL color Cylindrical-coordinate representation of color #498ED6: hue angle of 210.64º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #498ED6 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 142 | 214 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.16 |
| HSL | 210.64º | 0.63% | 0.56% | - |
| HSV(B) | 210.64º | 0.66% | 0.84% | - |
| XYZ | 24.56 | 25.62 | 67.27 | - |
| YUV | 129.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 142 | 214 | 0.66 | 0.34 | 0 | 0.16 | 210.64 | 0.63 | 0.56 |
| Hex | 49 | 8E | D6 | 42 | 22 | 0 | 10 | D3 | 3F | 38 |
| Octal | 111 | 216 | 326 | 102 | 42 | 0 | 20 | 323 | 77 | 70 |
| Binary | 1001001 | 10001110 | 11010110 | 1000010 | 100010 | 0 | 10000 | 11010011 | 111111 | 111000 |
Color Harmonies of #498ED6
Complementary color
Monochromatic Colors of #498ED6
Black with #498ED6
Text Example
Text Example
White with #498ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498ED6; }
p { color: rgb(73,142,214); }
H1.HeaderClassName
{
color: #498ED6;
}
.AnyTagClassName
{
color: #498ED6;
}
</style>
background-color css
<style>
a { background-color: #498ED6; }
a { background-color: rgb(73,142,214); }
div.DivClassName
{
background-color: #498ED6;
}
.BgClassName
{
background-color: #498ED6;
}
</style>
border-color css
<style>
span { border-color: #498ED6; }
span { border-color: rgb(73,142,214); }
td.TdClassName
{
border-color: #498ED6;
}
.TagClassName
{
border-color: #498ED6;
}
</style>